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

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: Rebase 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
« no previous file with comments | « extensions/shell/common/api/api.gyp ('k') | extensions/shell/common/shell_extensions_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « extensions/shell/common/api/api.gyp ('k') | extensions/shell/common/shell_extensions_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698