| Index: chrome/common/extensions/api/api.gyp
|
| diff --git a/chrome/common/extensions/api/api.gyp b/chrome/common/extensions/api/api.gyp
|
| index 896b31c1f0129e660bccea60452cf95b33c6bd25..9c9d36c0c2d0db503f7470294f951348e96708a0 100644
|
| --- a/chrome/common/extensions/api/api.gyp
|
| +++ b/chrome/common/extensions/api/api.gyp
|
| @@ -9,6 +9,7 @@
|
| 'type': 'static_library',
|
| 'sources': [
|
| '<@(json_schema_files)',
|
| + '<@(idl_schema_files)',
|
| ],
|
| 'includes': ['../../../../build/json_schema_compile.gypi'],
|
| 'variables': {
|
| @@ -19,6 +20,9 @@
|
| 'tabs.json',
|
| 'windows.json',
|
| ],
|
| + 'idl_schema_files': [
|
| + 'experimental.dns.idl',
|
| + ],
|
| 'cc_dir': 'chrome/common/extensions/api',
|
| 'root_namespace': 'extensions::api',
|
| },
|
|
|