| 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': [ |
| 11 'accessibility_private.json', | 11 'accessibility_private.json', |
| 12 'activity_log_private.json', | 12 'activity_log_private.json', |
| 13 'alarms.idl', | |
| 14 'automation.idl', | 13 'automation.idl', |
| 15 'automation_internal.idl', | 14 'automation_internal.idl', |
| 16 'autotest_private.idl', | 15 'autotest_private.idl', |
| 17 'bookmark_manager_private.json', | 16 'bookmark_manager_private.json', |
| 18 'bookmarks.json', | 17 'bookmarks.json', |
| 19 'braille_display_private.idl', | 18 'braille_display_private.idl', |
| 20 'browser.idl', | 19 'browser.idl', |
| 21 'chrome_web_view_internal.json', | 20 'chrome_web_view_internal.json', |
| 22 'cloud_print_private.json', | 21 'cloud_print_private.json', |
| 23 'command_line_private.json', | 22 'command_line_private.json', |
| (...skipping 142 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 |