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 22 matching lines...) Expand all Loading... |
138 'alarms.idl', | 137 'alarms.idl', |
139 'app_window.idl', | 138 'app_window.idl', |
140 'context_menus.json', | 139 'context_menus.json', |
141 'downloads.idl', | 140 'downloads.idl', |
142 'events.json', | 141 'events.json', |
143 'feedback_private.idl', | 142 'feedback_private.idl', |
144 'file_system.idl', | 143 'file_system.idl', |
145 'manifest_types.json', | 144 'manifest_types.json', |
146 'omnibox.json', | 145 'omnibox.json', |
147 'permissions.json', | 146 'permissions.json', |
148 'runtime.json', | |
149 'sync_file_system.idl', | 147 'sync_file_system.idl', |
150 'tab_capture.idl', | 148 'tab_capture.idl', |
151 'tabs.json', | 149 'tabs.json', |
152 'types.json', | 150 'types.json', |
153 'webview.json', | 151 'webview.json', |
154 'web_navigation.json', | 152 'web_navigation.json', |
155 'web_request.json', | 153 'web_request.json', |
156 'windows.json', | 154 'windows.json', |
157 ], | 155 ], |
158 }], | 156 }], |
(...skipping 29 matching lines...) Expand all Loading... |
188 'conditions': [ | 186 'conditions': [ |
189 ['chromeos==1', { | 187 ['chromeos==1', { |
190 'dependencies': [ | 188 'dependencies': [ |
191 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 189 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
192 ], | 190 ], |
193 }], | 191 }], |
194 ], | 192 ], |
195 }, | 193 }, |
196 ], | 194 ], |
197 } | 195 } |
OLD | NEW |