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

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

Issue 2165023003: [Extensions] Use compiled feature files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test fixes Created 4 years, 5 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
Index: extensions/shell/common/api/schemas.gni
diff --git a/extensions/shell/common/api/schemas.gni b/extensions/shell/common/api/schemas.gni
index 3f14cfc0097d8241981a05ee7836cecfefa6fc29..fd842da2fc94a81ea8e3cc4bdc2750e2156ff7c3 100644
--- a/extensions/shell/common/api/schemas.gni
+++ b/extensions/shell/common/api/schemas.gni
@@ -7,9 +7,9 @@ gypi_values = exec_script("//build/gypi_to_gn.py",
"scope",
[ "schemas.gypi" ])
-sources = gypi_values.schema_files
+schema_sources = gypi_values.schema_files
if (is_chromeos) {
- sources += gypi_values.chromeos_schema_files
+ schema_sources += gypi_values.chromeos_schema_files
}
uncompiled_sources = gypi_values.non_compiled_schema_files

Powered by Google App Engine
This is Rietveld 408576698