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_features.json', | 11 'accessibility_features.json', |
12 'accessibility_private.json', | 12 'accessibility_private.json', |
13 'activity_log_private.json', | 13 'activity_log_private.json', |
14 'audio_modem.idl', | 14 'audio_modem.idl', |
| 15 'autofill_private.idl', |
15 'automation.idl', | 16 'automation.idl', |
16 'automation_internal.idl', | 17 'automation_internal.idl', |
17 'autotest_private.idl', | 18 'autotest_private.idl', |
18 'bookmark_manager_private.json', | 19 'bookmark_manager_private.json', |
19 'bookmarks.json', | 20 'bookmarks.json', |
20 'braille_display_private.idl', | 21 'braille_display_private.idl', |
21 'browser.idl', | 22 'browser.idl', |
22 'chrome_web_view_internal.json', | 23 'chrome_web_view_internal.json', |
23 'cloud_print_private.json', | 24 'cloud_print_private.json', |
24 'command_line_private.json', | 25 'command_line_private.json', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
159 'schema_files': [ | 160 'schema_files': [ |
160 '<@(webrtc_schema_files)', | 161 '<@(webrtc_schema_files)', |
161 ], | 162 ], |
162 }], | 163 }], |
163 ], | 164 ], |
164 'cc_dir': 'chrome/common/extensions/api', | 165 'cc_dir': 'chrome/common/extensions/api', |
165 'root_namespace': 'extensions::api::%(namespace)s', | 166 'root_namespace': 'extensions::api::%(namespace)s', |
166 'impl_dir_': 'chrome/browser/extensions/api', | 167 'impl_dir_': 'chrome/browser/extensions/api', |
167 }, | 168 }, |
168 } | 169 } |
OLD | NEW |