-
Notifications
You must be signed in to change notification settings - Fork 920
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use dummy API to bypass #17
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Gets around a Windows only build problem, works for now, it's very temporary.
@@ -0,0 +1,18 @@ | |||
// Copyright 2017 The Brave Authors. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think we want MPL headers for the future.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we open an issue to convert them?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do a pass, there are some others in there too like that.
also generate as a standalone library
Revert "Merge pull request #16 from brave/test-fixes"
This makes version work like the branch option used to, and makes branch so it is used explicitly Fix #17
This makes version work like the branch option used to, and makes branch so it is used explicitly Fix #17
This makes version work like the branch option used to, and makes branch so it is used explicitly Fix #17
error C3316: 'const ExtensionFunctionRegistry::FactoryEntry [0]': an array of unknown size cannot be used in a range-based for statement
Auditors: @bbondy, @bridiver