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

Unified Diff: BUILD.gn

Issue 967613003: Add components resources repack to GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 10 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 | components/BUILD.gn » ('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 b34937829936e52f9097bf2ec691d9aa1d469e93..a68ca2c9c141fc32d51ae5ac6fe53a2dfaba54a8 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -322,7 +322,7 @@ if (is_linux) {
"//chrome/test:sync_integration_tests", # Crashes for brettw in GN and GYP.
"//chrome/test:unit_tests", # PASSES 2/25/2015
"//chrome/test/chromedriver:chromedriver_unittests", # PASSES 2/25/2015
- "//components:components_unittests", # TODO(GYP) multiple crashes.
+ "//components:components_unittests", # PASSES 2/27/2015
"//content/test:content_browsertests",
"//content/test:content_unittests", # PASSES 2/25/2015
"//crypto:crypto_unittests", # PASSES 2/25/2015
« no previous file with comments | « no previous file | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698