Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(801)

Unified Diff: src/build/common.gypi

Issue 1821293002: Replace libdisasm with capstone Base URL: https://chromium.googlesource.com/breakpad/breakpad.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Makefile.in ('k') | src/config.h.in » ('j') | src/third_party/capstone.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/build/common.gypi
diff --git a/src/build/common.gypi b/src/build/common.gypi
index b9466a325ad5a37e7e6da7782d2788e23b76ac05..572064d369c2956225450c56d5fc9ead0f5f984a 100644
--- a/src/build/common.gypi
+++ b/src/build/common.gypi
@@ -554,7 +554,7 @@
],
},
'cflags': [
- '<(werror)', # See note above about the werror variable.
+ '<(werror)', # See note above about the werror variable
vapier 2016/06/24 20:09:07 unrelated/undesirable change ?
'-pthread',
'-fno-exceptions',
'-Wall',
@@ -570,6 +570,7 @@
'-fvisibility=hidden',
],
'cflags_cc': [
+ '-std=c++11',
vapier 2016/06/24 20:09:07 this should prob be deployed in a dedicated CL, as
'-frtti',
'-fno-threadsafe-statics',
# Make inline functions have hidden visiblity by default.
« no previous file with comments | « Makefile.in ('k') | src/config.h.in » ('j') | src/third_party/capstone.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698