OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'chrome_api', | 8 'target_name': 'chrome_api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'enterprise_platform_keys_private.json', | 70 'enterprise_platform_keys_private.json', |
71 'events.json', | 71 'events.json', |
72 'feedback_private.idl', | 72 'feedback_private.idl', |
73 'file_browser_private.idl', | 73 'file_browser_private.idl', |
74 'file_browser_private_internal.idl', | 74 'file_browser_private_internal.idl', |
75 'file_system.idl', | 75 'file_system.idl', |
76 'file_system_provider.idl', | 76 'file_system_provider.idl', |
77 'file_system_provider_internal.idl', | 77 'file_system_provider_internal.idl', |
78 'font_settings.json', | 78 'font_settings.json', |
79 'gcm.json', | 79 'gcm.json', |
| 80 'guestview.json', |
80 'hangouts_private.idl', | 81 'hangouts_private.idl', |
81 'hid.idl', | 82 'hid.idl', |
82 'history.json', | 83 'history.json', |
83 'hotword_private.idl', | 84 'hotword_private.idl', |
84 'i18n.json', | 85 'i18n.json', |
85 'identity.idl', | 86 'identity.idl', |
86 'identity_private.idl', | 87 'identity_private.idl', |
87 'idle.json', | 88 'idle.json', |
88 'image_writer_private.idl', | 89 'image_writer_private.idl', |
89 'input_ime.json', | 90 'input_ime.json', |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'schema_files': [ | 138 'schema_files': [ |
138 # These should be eliminated. See crbug.com/305852. | 139 # These should be eliminated. See crbug.com/305852. |
139 'activity_log_private.json', | 140 'activity_log_private.json', |
140 'alarms.idl', | 141 'alarms.idl', |
141 'app_window.idl', | 142 'app_window.idl', |
142 'context_menus.json', | 143 'context_menus.json', |
143 'downloads.idl', | 144 'downloads.idl', |
144 'events.json', | 145 'events.json', |
145 'feedback_private.idl', | 146 'feedback_private.idl', |
146 'file_system.idl', | 147 'file_system.idl', |
| 148 'guestview.json', |
147 'manifest_types.json', | 149 'manifest_types.json', |
148 'omnibox.json', | 150 'omnibox.json', |
149 'permissions.json', | 151 'permissions.json', |
150 'sync_file_system.idl', | 152 'sync_file_system.idl', |
151 'tab_capture.idl', | 153 'tab_capture.idl', |
152 'tabs.json', | 154 'tabs.json', |
153 'types.json', | 155 'types.json', |
154 'webview.json', | 156 'webview.json', |
155 'web_navigation.json', | 157 'web_navigation.json', |
156 'web_request.json', | 158 'web_request.json', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 'conditions': [ | 197 'conditions': [ |
196 ['chromeos==1', { | 198 ['chromeos==1', { |
197 'dependencies': [ | 199 'dependencies': [ |
198 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 200 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
199 ], | 201 ], |
200 }], | 202 }], |
201 ], | 203 ], |
202 }, | 204 }, |
203 ], | 205 ], |
204 } | 206 } |
OLD | NEW |