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

Unified Diff: build/json_schema_compile.gypi

Issue 9491002: json_schema_compiler: any, additionalProperties, functions on types (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: remove whitespace Created 8 years, 10 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 | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/api/fileBrowserPrivate.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/json_schema_compile.gypi
diff --git a/build/json_schema_compile.gypi b/build/json_schema_compile.gypi
index 16dd88cb30ee2b43e3c675eea176c4bedf1a4b93..2396fda7572c9503e0fb60012a75b55e615dd6c0 100644
--- a/build/json_schema_compile.gypi
+++ b/build/json_schema_compile.gypi
@@ -24,6 +24,8 @@
'<(api_gen_dir)/cpp_type_generator.py',
'<(api_gen_dir)/h_generator.py',
'<(api_gen_dir)/model.py',
+ '<(api_gen_dir)/any.cc',
+ '<(api_gen_dir)/any.h',
not at google - send to devlin 2012/02/28 22:41:17 alphabetical order
calamity 2012/03/01 04:47:09 Done.
'<(api_gen_dir)/util.cc',
'<(api_gen_dir)/util.h',
'<(api_gen_dir)/util_cc_helper.py',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | chrome/common/extensions/api/fileBrowserPrivate.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698