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

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

Issue 1291703008: Rename is_chromeos in chrome/src. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « extensions/browser/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/api/schemas.gni
diff --git a/extensions/common/api/schemas.gni b/extensions/common/api/schemas.gni
index d584aa6b37b5baaa1738b6fc12438ee0a2d3105b..dfd0fd7df154c8c9c2e466365b500bc845dd68a9 100644
--- a/extensions/common/api/schemas.gni
+++ b/extensions/common/api/schemas.gni
@@ -8,7 +8,7 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
[ "schemas.gypi" ])
sources = gypi_values.schema_files
-if (is_chromeos) {
+if (is_chromeos_ui) {
sources += gypi_values.chromeos_schema_files
}
« no previous file with comments | « extensions/browser/BUILD.gn ('k') | extensions/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698