| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'sources': [ | 6 'sources': [ |
| 7 '<@(schema_files)', | 7 '<@(schema_files)', |
| 8 ], | 8 ], |
| 9 'variables': { | 9 'variables': { |
| 10 'main_schema_files': [ | 10 'main_schema_files': [ |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'gcd_private.idl', | 45 'gcd_private.idl', |
| 46 'gcm.json', | 46 'gcm.json', |
| 47 'hangouts_private.idl', | 47 'hangouts_private.idl', |
| 48 'history.json', | 48 'history.json', |
| 49 'hotword_private.idl', | 49 'hotword_private.idl', |
| 50 'i18n.json', | 50 'i18n.json', |
| 51 'identity.idl', | 51 'identity.idl', |
| 52 'identity_private.idl', | 52 'identity_private.idl', |
| 53 'image_writer_private.idl', | 53 'image_writer_private.idl', |
| 54 'inline_install_private.idl', | 54 'inline_install_private.idl', |
| 55 'instance_id.idl', |
| 55 'launcher_page.idl', | 56 'launcher_page.idl', |
| 56 'location.idl', | 57 'location.idl', |
| 57 'manifest_types.json', | 58 'manifest_types.json', |
| 58 'mdns.idl', | 59 'mdns.idl', |
| 59 'media_galleries.idl', | 60 'media_galleries.idl', |
| 60 'metrics_private.json', | 61 'metrics_private.json', |
| 61 'notification_provider.idl', | 62 'notification_provider.idl', |
| 62 'notifications.idl', | 63 'notifications.idl', |
| 63 'omnibox.json', | 64 'omnibox.json', |
| 64 'page_capture.json', | 65 'page_capture.json', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'schema_files': [ | 161 'schema_files': [ |
| 161 '<@(webrtc_schema_files)', | 162 '<@(webrtc_schema_files)', |
| 162 ], | 163 ], |
| 163 }], | 164 }], |
| 164 ], | 165 ], |
| 165 'cc_dir': 'chrome/common/extensions/api', | 166 'cc_dir': 'chrome/common/extensions/api', |
| 166 'root_namespace': 'extensions::api::%(namespace)s', | 167 'root_namespace': 'extensions::api::%(namespace)s', |
| 167 'impl_dir_': 'chrome/browser/extensions/api', | 168 'impl_dir_': 'chrome/browser/extensions/api', |
| 168 }, | 169 }, |
| 169 } | 170 } |
| OLD | NEW |