| 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 'guest_view_internal.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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 134 'windows.json', | 135 'windows.json', |
| 135 ], | 136 ], |
| 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 'app_window.idl', | 141 'app_window.idl', |
| 141 'context_menus.json', | 142 'context_menus.json', |
| 142 'events.json', | 143 'events.json', |
| 143 'file_system.idl', | 144 'file_system.idl', |
| 145 'guest_view_internal.json', |
| 144 'manifest_types.json', | 146 'manifest_types.json', |
| 145 'permissions.json', | 147 'permissions.json', |
| 146 'sync_file_system.idl', | 148 'sync_file_system.idl', |
| 147 'tab_capture.idl', | 149 'tab_capture.idl', |
| 148 'tabs.json', | 150 'tabs.json', |
| 149 'types.json', | 151 'types.json', |
| 150 'webview.json', | 152 'webview.json', |
| 151 'web_navigation.json', | 153 'web_navigation.json', |
| 152 'web_request.json', | 154 'web_request.json', |
| 153 'windows.json', | 155 'windows.json', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'conditions': [ | 193 'conditions': [ |
| 192 ['chromeos==1', { | 194 ['chromeos==1', { |
| 193 'dependencies': [ | 195 'dependencies': [ |
| 194 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 196 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 195 ], | 197 ], |
| 196 }], | 198 }], |
| 197 ], | 199 ], |
| 198 }, | 200 }, |
| 199 ], | 201 ], |
| 200 } | 202 } |
| OLD | NEW |