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

Unified Diff: chrome/browser/BUILD.gn

Issue 673663004: Android: Do not build any extensions code except for extensions_constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@zoom_controller
Patch Set: 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 | « no previous file | chrome/chrome_common.gypi » ('j') | chrome/renderer/chrome_content_renderer_client.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index 217ac9c75dfc20b882ddd552b826d2306c102e1f..cfca733abd8a5a80e02accf8b525e4c4da535df6 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -743,8 +743,6 @@ source_set("test_support") {
"download/download_test_file_activity_observer.h",
"download/test_download_shelf.cc",
"download/test_download_shelf.h",
- "extensions/extension_action_test_util.cc",
- "extensions/extension_action_test_util.h",
"invalidation/fake_invalidation_service.cc",
"invalidation/fake_invalidation_service.h",
"media/fake_desktop_media_list.cc",
@@ -819,6 +817,10 @@ source_set("test_support") {
}
if (enable_extensions) {
+ sources += [
+ "extensions/extension_action_test_util.cc",
+ "extensions/extension_action_test_util.h",
+ ]
deps += [
"//extensions:test_support",
]
« no previous file with comments | « no previous file | chrome/chrome_common.gypi » ('j') | chrome/renderer/chrome_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698