| 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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 'metrics_private.json', | 95 'metrics_private.json', |
| 96 'networking_private.json', | 96 'networking_private.json', |
| 97 'notifications.idl', | 97 'notifications.idl', |
| 98 'omnibox.json', | 98 'omnibox.json', |
| 99 'page_capture.json', | 99 'page_capture.json', |
| 100 'permissions.json', | 100 'permissions.json', |
| 101 'preferences_private.json', | 101 'preferences_private.json', |
| 102 'power.idl', | 102 'power.idl', |
| 103 'push_messaging.idl', | 103 'push_messaging.idl', |
| 104 'reading_list_private.json', | 104 'reading_list_private.json', |
| 105 'runtime.json', | |
| 106 'serial.idl', | 105 'serial.idl', |
| 107 'sessions.json', | 106 'sessions.json', |
| 108 'signed_in_devices.idl', | 107 'signed_in_devices.idl', |
| 109 'streams_private.idl', | 108 'streams_private.idl', |
| 110 'sync_file_system.idl', | 109 'sync_file_system.idl', |
| 111 'system_cpu.idl', | 110 'system_cpu.idl', |
| 112 'system_display.idl', | 111 'system_display.idl', |
| 113 'system_indicator.idl', | 112 'system_indicator.idl', |
| 114 'system_memory.idl', | 113 'system_memory.idl', |
| 115 'system_network.idl', | 114 'system_network.idl', |
| (...skipping 23 matching lines...) Expand all Loading... |
| 139 'alarms.idl', | 138 'alarms.idl', |
| 140 'app_window.idl', | 139 'app_window.idl', |
| 141 'context_menus.json', | 140 'context_menus.json', |
| 142 'downloads.idl', | 141 'downloads.idl', |
| 143 'events.json', | 142 'events.json', |
| 144 'feedback_private.idl', | 143 'feedback_private.idl', |
| 145 'file_system.idl', | 144 'file_system.idl', |
| 146 'manifest_types.json', | 145 'manifest_types.json', |
| 147 'omnibox.json', | 146 'omnibox.json', |
| 148 'permissions.json', | 147 'permissions.json', |
| 149 'runtime.json', | |
| 150 'sync_file_system.idl', | 148 'sync_file_system.idl', |
| 151 'tab_capture.idl', | 149 'tab_capture.idl', |
| 152 'tabs.json', | 150 'tabs.json', |
| 153 'types.json', | 151 'types.json', |
| 154 'webview.json', | 152 'webview.json', |
| 155 'web_navigation.json', | 153 'web_navigation.json', |
| 156 'web_request.json', | 154 'web_request.json', |
| 157 'windows.json', | 155 'windows.json', |
| 158 ], | 156 ], |
| 159 }], | 157 }], |
| (...skipping 29 matching lines...) Expand all Loading... |
| 189 'conditions': [ | 187 'conditions': [ |
| 190 ['chromeos==1', { | 188 ['chromeos==1', { |
| 191 'dependencies': [ | 189 'dependencies': [ |
| 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 190 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 193 ], | 191 ], |
| 194 }], | 192 }], |
| 195 ], | 193 ], |
| 196 }, | 194 }, |
| 197 ], | 195 ], |
| 198 } | 196 } |
| OLD | NEW |