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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 }, { # OS=="android" | 137 }, { # OS=="android" |
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 'file_system.idl', | 146 'file_system.idl', |
| 147 'guestview.json', |
146 'manifest_types.json', | 148 'manifest_types.json', |
147 'omnibox.json', | 149 'omnibox.json', |
148 'permissions.json', | 150 'permissions.json', |
149 'sync_file_system.idl', | 151 'sync_file_system.idl', |
150 'tab_capture.idl', | 152 'tab_capture.idl', |
151 'tabs.json', | 153 'tabs.json', |
152 'types.json', | 154 'types.json', |
153 'webview.json', | 155 'webview.json', |
154 'web_navigation.json', | 156 'web_navigation.json', |
155 'web_request.json', | 157 'web_request.json', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
194 'conditions': [ | 196 'conditions': [ |
195 ['chromeos==1', { | 197 ['chromeos==1', { |
196 'dependencies': [ | 198 'dependencies': [ |
197 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 199 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
198 ], | 200 ], |
199 }], | 201 }], |
200 ], | 202 ], |
201 }, | 203 }, |
202 ], | 204 ], |
203 } | 205 } |
OLD | NEW |