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

Unified Diff: chrome/test/BUILD.gn

Issue 2168713003: Flip the last Mac GYP bots to GN (the ASAN bots) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_perf
Patch Set: disable chrome_service_worker_browsertest.cc when nacl is disabled Created 4 years, 5 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 | « chrome/chrome_tests.gypi ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 9313458c9a76cc95b0c0f8a6146cd8b72beab0d0..e0d9c66401619579eaa04b940ef77fdabd0c3aeb 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -1062,6 +1062,7 @@ test("browser_tests") {
}
if (enable_nacl) {
sources += [
+ "../browser/chrome_service_worker_browsertest.cc",
"../browser/extensions/extension_nacl_browsertest.cc",
"../browser/nacl_host/test/gdb_debug_stub_browsertest.cc",
"nacl/nacl_browsertest.cc",
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698