| Index: build/json_schema_bundle_compile.gypi
|
| diff --git a/build/json_schema_bundle_compile.gypi b/build/json_schema_bundle_compile.gypi
|
| index 11a6a28759c27f7f8a61c9c44a51788994777f29..4d6932776903665603c643ab12f1cd4b0ca4fc53 100644
|
| --- a/build/json_schema_bundle_compile.gypi
|
| +++ b/build/json_schema_bundle_compile.gypi
|
| @@ -31,6 +31,7 @@
|
| ],
|
| 'outputs': [
|
| '<(SHARED_INTERMEDIATE_DIR)/<(cc_dir)/generated_api.h',
|
| + '<(SHARED_INTERMEDIATE_DIR)/<(cc_dir)/generated_api.cc',
|
| '<(SHARED_INTERMEDIATE_DIR)/<(cc_dir)/generated_schemas.h',
|
| '<(SHARED_INTERMEDIATE_DIR)/<(cc_dir)/generated_schemas.cc',
|
| ],
|
| @@ -56,6 +57,10 @@
|
| '<(SHARED_INTERMEDIATE_DIR)',
|
| ]
|
| },
|
| + 'dependencies': [
|
| + '<(DEPTH)/skia/skia.gyp:skia',
|
| + '<(DEPTH)/sync/sync.gyp:sync_proto',
|
| + ],
|
| # This target exports a hard dependency because it generates header
|
| # files.
|
| 'hard_dependency': 1,
|
|
|