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': 'api', | 8 'target_name': 'api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 11 matching lines...) Expand all Loading... |
22 # Only register the extension functions in extension system. | 22 # Only register the extension functions in extension system. |
23 'non_compiled_schema_files': [ | 23 'non_compiled_schema_files': [ |
24 'adview.json', | 24 'adview.json', |
25 'browsing_data.json', | 25 'browsing_data.json', |
26 'chromeos_info_private.json', | 26 'chromeos_info_private.json', |
27 'extension.json', | 27 'extension.json', |
28 'idltest.idl', | 28 'idltest.idl', |
29 'infobars.json', | 29 'infobars.json', |
30 'media_player_private.json', | 30 'media_player_private.json', |
31 'music_manager_private.idl', | 31 'music_manager_private.idl', |
| 32 'preferences_private.json', |
32 'principals_private.idl', | 33 'principals_private.idl', |
33 'top_sites.json', | 34 'top_sites.json', |
34 ], | 35 ], |
35 'conditions': [ | 36 'conditions': [ |
36 ['OS!="android"', { | 37 ['OS!="android"', { |
37 'schema_files': [ | 38 'schema_files': [ |
38 'activity_log_private.json', | 39 'activity_log_private.json', |
39 'alarms.idl', | 40 'alarms.idl', |
40 'app_current_window_internal.idl', | 41 'app_current_window_internal.idl', |
41 'app_runtime.idl', | 42 'app_runtime.idl', |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 'manifest_types.json', | 84 'manifest_types.json', |
84 'mdns.idl', | 85 'mdns.idl', |
85 'media_galleries.idl', | 86 'media_galleries.idl', |
86 'media_galleries_private.idl', | 87 'media_galleries_private.idl', |
87 'metrics_private.json', | 88 'metrics_private.json', |
88 'networking_private.json', | 89 'networking_private.json', |
89 'notifications.idl', | 90 'notifications.idl', |
90 'omnibox.json', | 91 'omnibox.json', |
91 'page_capture.json', | 92 'page_capture.json', |
92 'permissions.json', | 93 'permissions.json', |
93 'preferences_private.json', | |
94 'power.idl', | 94 'power.idl', |
95 'push_messaging.idl', | 95 'push_messaging.idl', |
96 'runtime.json', | 96 'runtime.json', |
97 'serial.idl', | 97 'serial.idl', |
98 'sessions.json', | 98 'sessions.json', |
99 'signed_in_devices.idl', | 99 'signed_in_devices.idl', |
100 'socket.idl', | 100 'socket.idl', |
101 'sockets_tcp.idl', | 101 'sockets_tcp.idl', |
102 'sockets_tcp_server.idl', | 102 'sockets_tcp_server.idl', |
103 'sockets_udp.idl', | 103 'sockets_udp.idl', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 'conditions': [ | 183 'conditions': [ |
184 ['chromeos==1', { | 184 ['chromeos==1', { |
185 'dependencies': [ | 185 'dependencies': [ |
186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 186 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
187 ], | 187 ], |
188 }], | 188 }], |
189 ], | 189 ], |
190 }, | 190 }, |
191 ], | 191 ], |
192 } | 192 } |
OLD | NEW |