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

Unified Diff: BUILD.gn

Issue 1214113010: Add local suppresion for -Wparentheses and enable everywhere on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 6 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 | build/common.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 69079bbb772dbffb47d87b89fa82055921167f51..1206689a39b5b10c0b8929da82495f90a8cabeec 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -856,6 +856,7 @@ if (is_linux) {
"//chrome/test:interactive_ui_tests",
"//chrome/test:sync_integration_tests", # Note: need to turn off incremental linking for debug.
"//chrome/test:unit_tests",
+ "//cloud_print:cloud_print_unittests",
dcheng 2015/06/30 21:34:20 Please ignore this, I'll revert this before landin
"//chrome/test/chromedriver:chromedriver_unittests", # PASSES 4/20/2015
"//components:components_browsertests", # PASSES 4/24/2015
"//components:components_unittests", # PASSES 4/17/2015
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698