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

Unified Diff: tools/json_schema_compiler/api_gen_util.gyp

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
Index: tools/json_schema_compiler/api_gen_util.gyp
diff --git a/tools/json_schema_compiler/api_gen_util.gyp b/tools/json_schema_compiler/api_gen_util.gyp
index 54966cc6030aad7469b14b5b4fa4cf02dbeeaaef..5dbda237d7030bd355c8bae617263b203653ac76 100644
--- a/tools/json_schema_compiler/api_gen_util.gyp
+++ b/tools/json_schema_compiler/api_gen_util.gyp
@@ -11,6 +11,7 @@
'type': 'static_library',
'sources': [
'util.cc',
+ 'any.cc',
not at google - send to devlin 2012/02/28 22:41:17 keep in alphabetical order
calamity 2012/03/01 04:47:09 Done.
],
'dependencies': ['<(DEPTH)/base/base.gyp:base'],
'include_dirs': [

Powered by Google App Engine
This is Rietveld 408576698