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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 'screenlock_private.idl', | 105 'screenlock_private.idl', |
106 'serial.idl', | 106 'serial.idl', |
107 'sessions.json', | 107 'sessions.json', |
108 'signed_in_devices.idl', | 108 'signed_in_devices.idl', |
109 'streams_private.idl', | 109 'streams_private.idl', |
110 'sync_file_system.idl', | 110 'sync_file_system.idl', |
| 111 'synced_notifications_private.idl', |
111 'system_cpu.idl', | 112 'system_cpu.idl', |
112 'system_display.idl', | 113 'system_display.idl', |
113 'system_indicator.idl', | 114 'system_indicator.idl', |
114 'system_memory.idl', | 115 'system_memory.idl', |
115 'system_network.idl', | 116 'system_network.idl', |
116 'system_private.json', | 117 'system_private.json', |
117 'system_storage.idl', | 118 'system_storage.idl', |
118 'tab_capture.idl', | 119 'tab_capture.idl', |
119 'tabs.json', | 120 'tabs.json', |
120 'terminal_private.json', | 121 'terminal_private.json', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
191 'conditions': [ | 192 'conditions': [ |
192 ['chromeos==1', { | 193 ['chromeos==1', { |
193 'dependencies': [ | 194 'dependencies': [ |
194 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 195 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
195 ], | 196 ], |
196 }], | 197 }], |
197 ], | 198 ], |
198 }, | 199 }, |
199 ], | 200 ], |
200 } | 201 } |
OLD | NEW |