| 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 27 matching lines...) Expand all Loading... |
| 38 'developer_private.idl', | 38 'developer_private.idl', |
| 39 'dial.idl', | 39 'dial.idl', |
| 40 'downloads.idl', | 40 'downloads.idl', |
| 41 'downloads_internal.idl', | 41 'downloads_internal.idl', |
| 42 'easy_unlock_private.idl', | 42 'easy_unlock_private.idl', |
| 43 'experience_sampling_private.json', | 43 'experience_sampling_private.json', |
| 44 'feedback_private.idl', | 44 'feedback_private.idl', |
| 45 'file_system.idl', | 45 'file_system.idl', |
| 46 'font_settings.json', | 46 'font_settings.json', |
| 47 'gcm.json', | 47 'gcm.json', |
| 48 'hangouts_private.idl', | |
| 49 'history.json', | 48 'history.json', |
| 50 'hotword_private.idl', | 49 'hotword_private.idl', |
| 51 'i18n.json', | 50 'i18n.json', |
| 52 'identity.idl', | 51 'identity.idl', |
| 53 'identity_private.idl', | 52 'identity_private.idl', |
| 54 'image_writer_private.idl', | 53 'image_writer_private.idl', |
| 55 'inline_install_private.idl', | 54 'inline_install_private.idl', |
| 56 'instance_id.json', | 55 'instance_id.json', |
| 57 'language_settings_private.idl', | 56 'language_settings_private.idl', |
| 58 'launcher_page.idl', | 57 'launcher_page.idl', |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 201 '<@(webrtc_schema_files)', | 200 '<@(webrtc_schema_files)', |
| 202 ], | 201 ], |
| 203 }], | 202 }], |
| 204 ], | 203 ], |
| 205 'cc_dir': 'chrome/common/extensions/api', | 204 'cc_dir': 'chrome/common/extensions/api', |
| 206 'root_namespace': 'extensions::api::%(namespace)s', | 205 'root_namespace': 'extensions::api::%(namespace)s', |
| 207 'bundle_name': 'Chrome', | 206 'bundle_name': 'Chrome', |
| 208 'impl_dir_': 'chrome/browser/extensions/api', | 207 'impl_dir_': 'chrome/browser/extensions/api', |
| 209 }, | 208 }, |
| 210 } | 209 } |
| OLD | NEW |