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

Unified Diff: chrome/test/BUILD.gn

Issue 659703002: GN: Some small changes to support chrome android internal stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-packed
Patch Set: rebase Created 6 years, 2 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_android_paks.gypi ('k') | testing/android/junit/BUILD.gn » ('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 ef179040f9a12c5aff7fcfa914e3a575464c13e0..f7145ad29c295beb3f992f6ddc063723d172ff98 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -109,7 +109,6 @@ source_set("test_support") {
if (!is_ios) {
deps += [
- "//chrome/common/extensions/api",
"//chrome/plugin",
"//chrome/renderer",
"//chrome/utility",
@@ -122,7 +121,6 @@ source_set("test_support") {
"//components/captive_portal:test_support",
"//components/infobars/core",
"//components/sessions:test_support",
- "//extensions:test_support",
"//google_apis:test_support",
"//ipc:test_support",
"//media:test_support",
@@ -135,6 +133,13 @@ source_set("test_support") {
]
}
+ if (enable_extensions) {
+ deps += [
+ "//chrome/common/extensions/api",
+ "//extensions:test_support",
+ ]
+ }
+
if (is_linux) {
deps += [ "//crypto:platform" ]
}
« no previous file with comments | « chrome/chrome_android_paks.gypi ('k') | testing/android/junit/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698