| 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 14 matching lines...) Expand all Loading... |
| 25 'content_settings.json', | 25 'content_settings.json', |
| 26 'context_menus_internal.json', | 26 'context_menus_internal.json', |
| 27 'context_menus.json', | 27 'context_menus.json', |
| 28 'cookies.json', | 28 'cookies.json', |
| 29 'copresence.idl', | 29 'copresence.idl', |
| 30 'copresence_private.idl', | 30 'copresence_private.idl', |
| 31 'debugger.json', | 31 'debugger.json', |
| 32 'desktop_capture.json', | 32 'desktop_capture.json', |
| 33 'developer_private.idl', | 33 'developer_private.idl', |
| 34 'dial.idl', | 34 'dial.idl', |
| 35 'document_scan.idl', | |
| 36 'downloads.idl', | 35 'downloads.idl', |
| 37 'downloads_internal.idl', | 36 'downloads_internal.idl', |
| 38 'easy_unlock_private.idl', | 37 'easy_unlock_private.idl', |
| 39 'echo_private.json', | 38 'echo_private.json', |
| 40 'enterprise_platform_keys_private.json', | 39 'enterprise_platform_keys_private.json', |
| 41 'experience_sampling_private.json', | 40 'experience_sampling_private.json', |
| 42 'feedback_private.idl', | 41 'feedback_private.idl', |
| 43 'file_manager_private.idl', | 42 'file_manager_private.idl', |
| 44 'file_manager_private_internal.idl', | 43 'file_manager_private_internal.idl', |
| 45 'file_system.idl', | 44 'file_system.idl', |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 'schema_files': [ | 176 'schema_files': [ |
| 178 '<@(webrtc_schema_files)', | 177 '<@(webrtc_schema_files)', |
| 179 ], | 178 ], |
| 180 }], | 179 }], |
| 181 ], | 180 ], |
| 182 'cc_dir': 'chrome/common/extensions/api', | 181 'cc_dir': 'chrome/common/extensions/api', |
| 183 'root_namespace': 'extensions::api::%(namespace)s', | 182 'root_namespace': 'extensions::api::%(namespace)s', |
| 184 'impl_dir_': 'chrome/browser/extensions/api', | 183 'impl_dir_': 'chrome/browser/extensions/api', |
| 185 }, | 184 }, |
| 186 } | 185 } |
| OLD | NEW |