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

Unified Diff: chrome/common/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 | « chrome/chrome_repack_locales.gni ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/BUILD.gn
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index 44e5aa218d5597bdc5b1f4d18feb15a95cdd1700..2de47c39b03ecf46ba2ef8df744cba412b668f72 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -125,7 +125,7 @@ static_library("common") {
"//extensions/strings",
"//media/cast:net",
]
- if (is_chromeos) {
+ if (use_cros_fe) {
sources +=
rebase_path(gypi_values.chrome_common_extensions_chromeos_sources,
".",
@@ -138,7 +138,7 @@ static_library("common") {
rebase_path(gypi_values.chrome_common_win_mac_sources, ".", "//chrome")
deps += [ "//breakpad:client" ]
}
- if (is_win || is_mac || is_chromeos) {
+ if (is_win || is_mac || use_cros_fe) {
if (use_openssl) {
sources += rebase_path(
gypi_values.chrome_common_networking_private_sources_openssl,
@@ -204,7 +204,7 @@ static_library("common") {
rebase_path(gypi_values.chrome_common_importer_sources, ".", "//chrome")
}
- if (is_chromeos) {
+ if (use_cros_fe) {
sources -= [ "channel_info_posix.cc" ]
}
« no previous file with comments | « chrome/chrome_repack_locales.gni ('k') | chrome/common/extensions/api/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698