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

Unified Diff: BUILD.gn

Issue 2904443004: Allow generation of a chromium outdirs when enable_extensions=false (Closed)
Patch Set: Fix error from "gn gen out --check" Created 3 years, 7 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 | apps/BUILD.gn » ('j') | apps/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3e5e5894efc92fc80bb782228f0e13cc92dc08cd..7b7f92fc85df05e1351b91e392fdfe22130d612f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -101,8 +101,6 @@ group("gn_all") {
"//chrome/test/chromedriver:chromedriver_unittests",
"//components/sync/tools:sync_client",
"//components/sync/tools:sync_listen_notifications",
- "//extensions:extensions_browsertests",
- "//extensions:extensions_unittests",
"//gpu/gles2_conform_support:gles2_conform_test",
"//gpu/khronos_glcts_support:khronos_glcts_test",
"//jingle:jingle_unittests",
@@ -149,6 +147,13 @@ group("gn_all") {
"//ui/accessibility:accessibility_unittests",
"//ui/accessibility/extensions",
]
+
+ if (enable_extensions) {
+ deps += [
+ "//extensions:extensions_browsertests",
+ "//extensions:extensions_unittests",
+ ]
+ }
}
if (!is_ios && !is_fuchsia) {
« no previous file with comments | « no previous file | apps/BUILD.gn » ('j') | apps/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698