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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
100 'preferences_private.json', | 100 'preferences_private.json', |
101 'power.idl', | 101 'power.idl', |
102 'push_messaging.idl', | 102 'push_messaging.idl', |
103 'reading_list_private.json', | 103 'reading_list_private.json', |
104 'runtime.json', | 104 'runtime.json', |
105 'serial.idl', | 105 'serial.idl', |
106 'sessions.json', | 106 'sessions.json', |
107 'signed_in_devices.idl', | 107 'signed_in_devices.idl', |
108 'streams_private.idl', | 108 'streams_private.idl', |
109 'sync_file_system.idl', | 109 'sync_file_system.idl', |
| 110 'synced_notifications_private.idl', |
110 'system_cpu.idl', | 111 'system_cpu.idl', |
111 'system_display.idl', | 112 'system_display.idl', |
112 'system_indicator.idl', | 113 'system_indicator.idl', |
113 'system_memory.idl', | 114 'system_memory.idl', |
114 'system_network.idl', | 115 'system_network.idl', |
115 'system_private.json', | 116 'system_private.json', |
116 'system_storage.idl', | 117 'system_storage.idl', |
117 'tab_capture.idl', | 118 'tab_capture.idl', |
118 'tabs.json', | 119 'tabs.json', |
119 'terminal_private.json', | 120 'terminal_private.json', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 'conditions': [ | 189 'conditions': [ |
189 ['chromeos==1', { | 190 ['chromeos==1', { |
190 'dependencies': [ | 191 'dependencies': [ |
191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 192 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
192 ], | 193 ], |
193 }], | 194 }], |
194 ], | 195 ], |
195 }, | 196 }, |
196 ], | 197 ], |
197 } | 198 } |
OLD | NEW |