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

Unified Diff: BUILD.gn

Issue 986383003: Fix Ozone ECS bot (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 9 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 | build/gn_migration.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index b75505b88380c4a391ba16df5eaef2dd9732b493..ea350b2ba8ab6a6b84143898ca327d7b226a9d1a 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -214,6 +214,10 @@ group("gn_all") {
"//sandbox/linux:sandbox_linux_unittests",
"//sandbox/linux:sandbox_linux_jni_unittests",
]
+
+ if (is_chromeos || use_ash) {
+ deps += [ "//components/session_manager/core" ]
+ }
}
if (is_linux && !is_chromeos) {
@@ -240,7 +244,6 @@ group("gn_all") {
"//chrome/tools/profile_reset:jtl_compiler",
"//components:components_perftests",
"//components/network_hints/browser",
- "//components/session_manager/core",
"//components/webui_generator",
"//content/public/app:browser",
"//content/public/app:child",
« no previous file with comments | « no previous file | build/gn_migration.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698