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

Unified Diff: chrome/test/BUILD.gn

Issue 2064173002: Revert of gn BUILD fixes for disabling enable_extensions and use_ash feature flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « chrome/browser/media/router/BUILD.gn ('k') | no next file » | 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 c6ec3ba5eb6c8d3bcb3770bd3473ff23bf8d7d5d..1e94514143a65ee642d9270ab412b03c811d4890 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -402,9 +402,7 @@
# TODO(rockot) bug 505926: The chrome_extensions_interactive_uitests target
# should be deleted and this line removed. See the
# chrome_extensions_interactive_uitests target for more.
- if (enable_extensions) {
- deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
- }
+ deps += [ "//extensions:chrome_extensions_interactive_uitests" ]
# Runtime dependencies
data_deps += [
@@ -897,6 +895,7 @@
"//chrome:strings",
"//chrome/browser",
"//chrome/browser/resources:extension_resource_demo",
+ "//chrome/common/extensions/api",
"//chrome/renderer",
"//components/autofill/content/browser:risk_proto",
"//components/autofill/content/renderer:test_support",
@@ -915,6 +914,7 @@
"//crypto:test_support",
"//device/bluetooth:mocks",
"//device/serial:test_support",
+ "//extensions/common/api",
"//google_apis:test_support",
"//media",
"//media/base:test_support",
@@ -943,19 +943,11 @@
"//ui/web_dialogs:test_support",
"//v8",
]
- if (enable_extensions) {
- deps += [
- "//chrome/common/extensions/api",
- "//extensions/common/api",
- ]
- }
# TODO(rockot) bug 505926: The chrome_extensions_browsertests target should
# be deleted and this line removed. See the chrome_extensions_browsertests
# target for more.
- if (enable_extensions) {
- deps += [ "//extensions:chrome_extensions_browsertests" ]
- }
+ deps += [ "//extensions:chrome_extensions_browsertests" ]
# Runtime dependencies
data_deps = [
« no previous file with comments | « chrome/browser/media/router/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698