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

Unified Diff: chrome/common/extensions/api/schemas.gni

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/common/extensions/api/BUILD.gn ('k') | chrome/common/variations/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/api/schemas.gni
diff --git a/chrome/common/extensions/api/schemas.gni b/chrome/common/extensions/api/schemas.gni
index 6ae826becf37906637c301d2f7c29a2f6b2f56d8..34d433e379c11c361decbfe4edadeb59764cb041 100644
--- a/chrome/common/extensions/api/schemas.gni
+++ b/chrome/common/extensions/api/schemas.gni
@@ -14,7 +14,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
# Common sources that are both bundled and compiled.
sources = gypi_values.main_schema_files
-if (is_chromeos) {
+if (use_cros_fe) {
sources += gypi_values.chromeos_schema_files
}
if (enable_webrtc) {
« no previous file with comments | « chrome/common/extensions/api/BUILD.gn ('k') | chrome/common/variations/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698