| 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 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 112 'system_display.idl', | 112 'system_display.idl', |
| 113 'system_indicator.idl', | 113 'system_indicator.idl', |
| 114 'system_memory.idl', | 114 'system_memory.idl', |
| 115 'system_network.idl', | 115 'system_network.idl', |
| 116 'system_private.json', | 116 'system_private.json', |
| 117 'system_storage.idl', | 117 'system_storage.idl', |
| 118 'tab_capture.idl', | 118 'tab_capture.idl', |
| 119 'tabs.json', | 119 'tabs.json', |
| 120 'terminal_private.json', | 120 'terminal_private.json', |
| 121 'types.json', | 121 'types.json', |
| 122 'usb.idl', | |
| 123 'virtual_keyboard_private.json', | 122 'virtual_keyboard_private.json', |
| 124 'web_navigation.json', | 123 'web_navigation.json', |
| 125 'web_request.json', | 124 'web_request.json', |
| 126 # Despite the name, this API does not rely on any | 125 # Despite the name, this API does not rely on any |
| 127 # WebRTC-specific bits and as such does not belong in | 126 # WebRTC-specific bits and as such does not belong in |
| 128 # the enable_webrtc=0 section below. | 127 # the enable_webrtc=0 section below. |
| 129 'webrtc_audio_private.idl', | 128 'webrtc_audio_private.idl', |
| 130 'webrtc_logging_private.idl', | 129 'webrtc_logging_private.idl', |
| 131 'webstore_private.json', | 130 'webstore_private.json', |
| 132 'webview.json', | 131 'webview.json', |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 'conditions': [ | 188 'conditions': [ |
| 190 ['chromeos==1', { | 189 ['chromeos==1', { |
| 191 'dependencies': [ | 190 'dependencies': [ |
| 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 193 ], | 192 ], |
| 194 }], | 193 }], |
| 195 ], | 194 ], |
| 196 }, | 195 }, |
| 197 ], | 196 ], |
| 198 } | 197 } |
| OLD | NEW |