| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index 991e8632f1b0ff213eba60a752f09a1d87a85c1c..ab442bc6396b0f8c02317258f0be5f1636c3c79d 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -26,6 +26,7 @@
|
| # TODO(gregoryd): chrome_resources and chrome_strings could be
|
| # shared with the 64-bit target, but it does not work due to a gyp
|
| # issue.
|
| + 'apiidlc_common',
|
| 'common_constants',
|
| 'common_net',
|
| 'common_version',
|
| @@ -478,5 +479,21 @@
|
| },
|
| 'includes': [ '../build/protoc.gypi' ],
|
| },
|
| + {
|
| + 'target_name': 'apiidlc_common',
|
| + 'type': 'none',
|
| + 'variables': {
|
| + 'apiidlc_in_dir': '.',
|
| + 'apiidlc_out_dir':
|
| + '<(SHARED_INTERMEDIATE_DIR)/apiidlc_out/chrome/<(apiidlc_in_dir)',
|
| + 'source_files': [
|
| + 'common/extensions/api/generated_messages.h.tmpl',
|
| + ],
|
| + 'output_files': [
|
| + '<(apiidlc_out_dir)/common/extensions/api/generated_messages.h',
|
| + ],
|
| + },
|
| + 'includes': [ '../build/apiidlc.gypi' ],
|
| + },
|
| ],
|
| }
|
|
|