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

Unified Diff: components/BUILD.gn

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: retry Created 5 years, 4 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 | « chromeos/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index e79db964c49ed34784c283a5d851b56907449923..cc00b1bed03ba4af2acfcd315bdd81213f962f02 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -152,14 +152,14 @@ group("all_components") {
if (!is_win && !is_mac) {
deps -= [ "//components/wifi" ]
}
- if (!is_chromeos) {
+ if (!use_cros_fe) {
deps -= [
"//components/pairing",
"//components/wifi_sync",
]
}
- if (!is_chromeos || !enable_extensions) {
+ if (!use_cros_fe || !enable_extensions) {
deps -= [ "//components/chrome_apps" ]
}
@@ -371,7 +371,7 @@ test("components_unittests") {
deps += [ "//components/proximity_auth:unit_tests" ]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
deps += [ "//components/ownership:unit_tests" ]
}
« no previous file with comments | « chromeos/BUILD.gn ('k') | components/gcm_driver/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698