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

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

Issue 642353003: Sets uncompiled_source web_request_internal for schema on GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | no next file » | 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 e7fcb88a6d8e6b54f23d76f894fbf064b2e50c5e..d30a2ccc671a0ef18665554f889fd9fac56d9873 100644
--- a/extensions/common/api/schemas.gni
+++ b/extensions/common/api/schemas.gni
@@ -10,4 +10,6 @@ gypi_values = exec_script(
sources = gypi_values.main_schema_files
+uncompiled_sources = gypi_values.main_non_compiled_schema_files
+
root_namespace = "extensions::core_api::%(namespace)s"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698