| 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 # These duplicate other lists and are the only ones used on Android. They | 10 # These duplicate other lists and are the only ones used on Android. They |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 'app_current_window_internal.idl', | 21 'app_current_window_internal.idl', |
| 22 'app_window.idl', | 22 'app_window.idl', |
| 23 'audio.idl', | 23 'audio.idl', |
| 24 'automation.idl', | 24 'automation.idl', |
| 25 'automation_internal.idl', | 25 'automation_internal.idl', |
| 26 'autotest_private.idl', | 26 'autotest_private.idl', |
| 27 'bookmark_manager_private.json', | 27 'bookmark_manager_private.json', |
| 28 'bookmarks.json', | 28 'bookmarks.json', |
| 29 'braille_display_private.idl', | 29 'braille_display_private.idl', |
| 30 'browser.idl', | 30 'browser.idl', |
| 31 'chrome_web_view_internal.json', |
| 31 'cloud_print_private.json', | 32 'cloud_print_private.json', |
| 32 'command_line_private.json', | 33 'command_line_private.json', |
| 33 'content_settings.json', | 34 'content_settings.json', |
| 34 'context_menus_internal.json', | 35 'context_menus_internal.json', |
| 35 'context_menus.json', | 36 'context_menus.json', |
| 36 'cookies.json', | 37 'cookies.json', |
| 37 'copresence.idl', | 38 'copresence.idl', |
| 38 'copresence_private.idl', | 39 'copresence_private.idl', |
| 39 'debugger.json', | 40 'debugger.json', |
| 40 'desktop_capture.json', | 41 'desktop_capture.json', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'types.json', | 102 'types.json', |
| 102 'virtual_keyboard_private.json', | 103 'virtual_keyboard_private.json', |
| 103 'web_navigation.json', | 104 'web_navigation.json', |
| 104 'web_request.json', | 105 'web_request.json', |
| 105 # Despite the name, this API does not rely on any | 106 # Despite the name, this API does not rely on any |
| 106 # WebRTC-specific bits and as such does not belong in | 107 # WebRTC-specific bits and as such does not belong in |
| 107 # the enable_webrtc==0 section below. | 108 # the enable_webrtc==0 section below. |
| 108 'webrtc_audio_private.idl', | 109 'webrtc_audio_private.idl', |
| 109 'webrtc_logging_private.idl', | 110 'webrtc_logging_private.idl', |
| 110 'webstore_private.json', | 111 'webstore_private.json', |
| 111 'web_view_internal.json', | |
| 112 'windows.json', | 112 'windows.json', |
| 113 ], | 113 ], |
| 114 'main_schema_include_rules': [ | 114 'main_schema_include_rules': [ |
| 115 'extensions/common/api:extensions::core_api::%(namespace)s', | 115 'extensions/common/api:extensions::core_api::%(namespace)s', |
| 116 ], | 116 ], |
| 117 'main_non_compiled_schema_files': [ | 117 'main_non_compiled_schema_files': [ |
| 118 'browsing_data.json', | 118 'browsing_data.json', |
| 119 'chromeos_info_private.json', | 119 'chromeos_info_private.json', |
| 120 'extension.json', | 120 'extension.json', |
| 121 'idltest.idl', | 121 'idltest.idl', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 183 'schema_files': [ | 183 'schema_files': [ |
| 184 '<@(webrtc_schema_files)', | 184 '<@(webrtc_schema_files)', |
| 185 ], | 185 ], |
| 186 }], | 186 }], |
| 187 ], | 187 ], |
| 188 'cc_dir': 'chrome/common/extensions/api', | 188 'cc_dir': 'chrome/common/extensions/api', |
| 189 'root_namespace': 'extensions::api::%(namespace)s', | 189 'root_namespace': 'extensions::api::%(namespace)s', |
| 190 'impl_dir_': 'chrome/browser/extensions/api', | 190 'impl_dir_': 'chrome/browser/extensions/api', |
| 191 }, | 191 }, |
| 192 } | 192 } |
| OLD | NEW |