| 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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 'hangouts_private.idl', | 50 'hangouts_private.idl', |
| 51 'history.json', | 51 'history.json', |
| 52 'hotword_private.idl', | 52 'hotword_private.idl', |
| 53 'i18n.json', | 53 'i18n.json', |
| 54 'identity.idl', | 54 'identity.idl', |
| 55 'identity_private.idl', | 55 'identity_private.idl', |
| 56 'idle.json', | 56 'idle.json', |
| 57 'image_writer_private.idl', | 57 'image_writer_private.idl', |
| 58 'input_ime.json', | 58 'input_ime.json', |
| 59 'location.idl', | 59 'location.idl', |
| 60 'management.json', | |
| 61 'manifest_types.json', | 60 'manifest_types.json', |
| 62 'mdns.idl', | 61 'mdns.idl', |
| 63 'media_galleries.idl', | 62 'media_galleries.idl', |
| 64 'media_galleries_private.idl', | 63 'media_galleries_private.idl', |
| 65 'metrics_private.json', | 64 'metrics_private.json', |
| 66 'networking_private.json', | 65 'networking_private.json', |
| 67 'notification_provider.idl', | 66 'notification_provider.idl', |
| 68 'notifications.idl', | 67 'notifications.idl', |
| 69 'omnibox.json', | 68 'omnibox.json', |
| 70 'page_capture.json', | 69 'page_capture.json', |
| (...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 'schema_files': [ | 165 'schema_files': [ |
| 167 '<@(webrtc_schema_files)', | 166 '<@(webrtc_schema_files)', |
| 168 ], | 167 ], |
| 169 }], | 168 }], |
| 170 ], | 169 ], |
| 171 'cc_dir': 'chrome/common/extensions/api', | 170 'cc_dir': 'chrome/common/extensions/api', |
| 172 'root_namespace': 'extensions::api::%(namespace)s', | 171 'root_namespace': 'extensions::api::%(namespace)s', |
| 173 'impl_dir_': 'chrome/browser/extensions/api', | 172 'impl_dir_': 'chrome/browser/extensions/api', |
| 174 }, | 173 }, |
| 175 } | 174 } |
| OLD | NEW |