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

Unified Diff: third_party/bspatch/SConscript

Issue 1606: hodgepodge for test_shell.cc (Closed)
Patch Set: update some comments Created 12 years, 3 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 | « net/url_request/url_request_filter.h ('k') | webkit/SConscript » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/bspatch/SConscript
diff --git a/third_party/bspatch/SConscript b/third_party/bspatch/SConscript
index d7eef036e8383af7f249839b091eeee31b167b3f..646e3882b9316689b7d61f006f14bdc045fa6fa9 100644
--- a/third_party/bspatch/SConscript
+++ b/third_party/bspatch/SConscript
@@ -53,9 +53,9 @@ if env['PLATFORM'] == 'win32':
],
)
elif env['PLATFORM'] == 'posix':
- if '-Wall' in env['CCFLAGS']:
+ if '-Wall' in env['CXXFLAGS']:
# We're not responsible for bad warning hygiene in this third party code.
- env['CCFLAGS'].remove('-Wall')
+ env['CXXFLAGS'].remove('-Wall')
input_files = [
'mbspatch.cc',
« no previous file with comments | « net/url_request/url_request_filter.h ('k') | webkit/SConscript » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698