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

Unified Diff: build/common.gypi

Issue 10392194: Fix "unknown argument" message from clang plugin on ChromeOS build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 5407b85d99b2f6cb3372673ef81c263d46b77f37..7e83a5e73a7692399098f11b0cbf4f7287db62fb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1103,7 +1103,7 @@
'-Xclang',
'-plugin-arg-find-bad-constructs',
'-Xclang',
- '-skip-refcounted-dtors'
+ 'skip-refcounted-dtors'
],
}, {
'clang_chrome_plugins_flags': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698