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

Unified Diff: sync/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 | « skia/BUILD.gn ('k') | sync/tools/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/BUILD.gn
diff --git a/sync/BUILD.gn b/sync/BUILD.gn
index bf9e471177cd7a22d41d46421505d6107eab2d20..57e3450d36cb1ea7de5b029e6dc4d635bdd4a090 100644
--- a/sync/BUILD.gn
+++ b/sync/BUILD.gn
@@ -435,7 +435,7 @@ source_set("sync_core") {
]
}
- if (is_chromeos) {
+ if (use_cros_fe) {
# Required by get_session_name.cc on Chrome OS.
deps += [ "//chromeos" ]
}
@@ -712,7 +712,7 @@ test("sync_unit_tests") {
isolate_file = "sync_unit_tests.isolate"
}
- if (is_chromeos) {
+ if (use_cros_fe) {
# Required by get_session_name_unittest.cc on Chrome OS.
deps += [ "//chromeos" ]
}
« no previous file with comments | « skia/BUILD.gn ('k') | sync/tools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698