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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 'page_capture.json', | 69 'page_capture.json', |
70 'permissions.json', | 70 'permissions.json', |
71 'preferences_private.json', | 71 'preferences_private.json', |
72 'printer_provider.idl', | 72 'printer_provider.idl', |
73 'push_messaging.idl', | 73 'push_messaging.idl', |
74 'reading_list_private.json', | 74 'reading_list_private.json', |
75 'screenlock_private.idl', | 75 'screenlock_private.idl', |
76 'sessions.json', | 76 'sessions.json', |
77 'signed_in_devices.idl', | 77 'signed_in_devices.idl', |
78 'streams_private.idl', | 78 'streams_private.idl', |
79 'synced_notifications_private.idl', | |
80 'sync_file_system.idl', | 79 'sync_file_system.idl', |
81 'system_indicator.idl', | 80 'system_indicator.idl', |
82 'system_private.json', | 81 'system_private.json', |
83 'tab_capture.idl', | 82 'tab_capture.idl', |
84 'tabs.json', | 83 'tabs.json', |
85 'terminal_private.json', | 84 'terminal_private.json', |
86 'types.json', | 85 'types.json', |
87 'web_navigation.json', | 86 'web_navigation.json', |
88 # Despite the name, this API does not rely on any | 87 # Despite the name, this API does not rely on any |
89 # WebRTC-specific bits and as such does not belong in | 88 # WebRTC-specific bits and as such does not belong in |
(...skipping 76 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 |