| 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 12 matching lines...) Expand all Loading... |
| 23 'chrome_web_view_internal.json', | 23 'chrome_web_view_internal.json', |
| 24 'cloud_print_private.json', | 24 'cloud_print_private.json', |
| 25 'command_line_private.json', | 25 'command_line_private.json', |
| 26 'content_settings.json', | 26 'content_settings.json', |
| 27 'context_menus_internal.json', | 27 'context_menus_internal.json', |
| 28 'context_menus.json', | 28 'context_menus.json', |
| 29 'cookies.json', | 29 'cookies.json', |
| 30 'copresence.idl', | 30 'copresence.idl', |
| 31 'copresence_private.idl', | 31 'copresence_private.idl', |
| 32 'cryptotoken_private.idl', | 32 'cryptotoken_private.idl', |
| 33 'dashboard_private.json', |
| 33 'data_reduction_proxy.json', | 34 'data_reduction_proxy.json', |
| 34 'debugger.json', | 35 'debugger.json', |
| 35 'desktop_capture.json', | 36 'desktop_capture.json', |
| 36 'developer_private.idl', | 37 'developer_private.idl', |
| 37 'dial.idl', | 38 'dial.idl', |
| 38 'downloads.idl', | 39 'downloads.idl', |
| 39 'downloads_internal.idl', | 40 'downloads_internal.idl', |
| 40 'easy_unlock_private.idl', | 41 'easy_unlock_private.idl', |
| 41 'experience_sampling_private.json', | 42 'experience_sampling_private.json', |
| 42 'feedback_private.idl', | 43 'feedback_private.idl', |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 167 '<@(webrtc_schema_files)', | 168 '<@(webrtc_schema_files)', |
| 168 ], | 169 ], |
| 169 }], | 170 }], |
| 170 ], | 171 ], |
| 171 'cc_dir': 'chrome/common/extensions/api', | 172 'cc_dir': 'chrome/common/extensions/api', |
| 172 'root_namespace': 'extensions::api::%(namespace)s', | 173 'root_namespace': 'extensions::api::%(namespace)s', |
| 173 'bundle_name': 'Chrome', | 174 'bundle_name': 'Chrome', |
| 174 'impl_dir_': 'chrome/browser/extensions/api', | 175 'impl_dir_': 'chrome/browser/extensions/api', |
| 175 }, | 176 }, |
| 176 } | 177 } |
| OLD | NEW |