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

Unified Diff: chrome/common/extensions/api/api.gyp

Issue 24449006: Add non_compiled_schema_files in api.gyp to disable schema model code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: upload again Created 7 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
Index: chrome/common/extensions/api/api.gyp
diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
index 885f9dcfc275b9a61f4c1b349aa1502be776d41e..8e312f448b074ff8d5b239a36defe80474613c4d 100644
--- a/chrome/common/extensions/api/api.gyp
+++ b/chrome/common/extensions/api/api.gyp
@@ -20,6 +20,8 @@
'chromium_code': 1,
'conditions': [
['OS!="android"', {
+ 'schema_files_disable_compile': [
Yoyo Zhou 2013/10/16 21:07:44 There should be a comment here explaining how this
Haojian Wu 2013/10/17 00:37:58 Done.
+ ],
'schema_files': [
'activity_log_private.json',
'adview.json',
« build/json_schema_bundle_compile.gypi ('K') | « build/json_schema_bundle_compile.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698