| Index: chrome/chrome_common.gypi
|
| diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
|
| index b6d5e878225999c56382658736c850da0d0a6c01..5e9ac645f90b927b2d1f0684b8413964c1ad4efb 100644
|
| --- a/chrome/chrome_common.gypi
|
| +++ b/chrome/chrome_common.gypi
|
| @@ -38,6 +38,7 @@
|
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_resources',
|
| '<(DEPTH)/chrome/chrome_resources.gyp:chrome_strings',
|
| '<(DEPTH)/chrome/chrome_resources.gyp:theme_resources',
|
| + '<(DEPTH)/chrome/common/extensions/api/api.gyp:api',
|
| '<(DEPTH)/content/content.gyp:content_common',
|
| '<(DEPTH)/ipc/ipc.gyp:ipc',
|
| '<(DEPTH)/net/net.gyp:net',
|
| @@ -257,6 +258,9 @@
|
| 'common/zip_internal.h',
|
| 'common/zip_reader.cc',
|
| 'common/zip_reader.h',
|
| +
|
| + # Generated by the api.gyp:api target
|
| + '<(SHARED_INTERMEDIATE_DIR)/chrome/common/extensions/api/generated_api.h'
|
| ],
|
| 'conditions': [
|
| ['OS=="android"', {
|
|
|