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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'experimental_discovery.idl', | 49 'experimental_discovery.idl', |
50 'experimental_dns.idl', | 50 'experimental_dns.idl', |
51 'experimental_history.json', | 51 'experimental_history.json', |
52 'experimental_identity.idl', | 52 'experimental_identity.idl', |
53 'experimental_idltest.idl', | 53 'experimental_idltest.idl', |
54 'experimental_infobars.json', | 54 'experimental_infobars.json', |
55 'location.idl', | 55 'location.idl', |
56 'experimental_media_galleries.idl', | 56 'experimental_media_galleries.idl', |
57 'experimental_record.json', | 57 'experimental_record.json', |
58 'system_info_memory.idl', | 58 'system_info_memory.idl', |
59 'experimental_system_info_storage.idl', | |
60 'extension.json', | 59 'extension.json', |
61 'feedback_private.idl', | 60 'feedback_private.idl', |
62 'file_browser_handler_internal.json', | 61 'file_browser_handler_internal.json', |
63 'file_system.idl', | 62 'file_system.idl', |
64 'font_settings.json', | 63 'font_settings.json', |
65 'history.json', | 64 'history.json', |
66 'i18n.json', | 65 'i18n.json', |
67 'identity.idl', | 66 'identity.idl', |
68 'identity_private.idl', | 67 'identity_private.idl', |
69 'idle.json', | 68 'idle.json', |
(...skipping 17 matching lines...) Expand all Loading... |
87 'rtc_private.idl', | 86 'rtc_private.idl', |
88 'runtime.json', | 87 'runtime.json', |
89 'serial.idl', | 88 'serial.idl', |
90 'session_restore.json', | 89 'session_restore.json', |
91 'socket.idl', | 90 'socket.idl', |
92 'storage.json', | 91 'storage.json', |
93 'sync_file_system.idl', | 92 'sync_file_system.idl', |
94 'system_indicator.idl', | 93 'system_indicator.idl', |
95 'system_info_cpu.idl', | 94 'system_info_cpu.idl', |
96 'system_info_display.idl', | 95 'system_info_display.idl', |
| 96 'system_storage.idl', |
97 'system_private.json', | 97 'system_private.json', |
98 'tab_capture.idl', | 98 'tab_capture.idl', |
99 'tabs.json', | 99 'tabs.json', |
100 'terminal_private.json', | 100 'terminal_private.json', |
101 'test.json', | 101 'test.json', |
102 'top_sites.json', | 102 'top_sites.json', |
103 'usb.idl', | 103 'usb.idl', |
104 'wallpaper_private.json', | 104 'wallpaper_private.json', |
105 'web_navigation.json', | 105 'web_navigation.json', |
106 'web_request.json', | 106 'web_request.json', |
(...skipping 17 matching lines...) Expand all Loading... |
124 ['OS!="chromeos"', { | 124 ['OS!="chromeos"', { |
125 'schema_files!': [ | 125 'schema_files!': [ |
126 'file_browser_handler_internal.json', | 126 'file_browser_handler_internal.json', |
127 'rtc_private.idl', | 127 'rtc_private.idl', |
128 ], | 128 ], |
129 }], | 129 }], |
130 ], | 130 ], |
131 }, | 131 }, |
132 ], | 132 ], |
133 } | 133 } |
OLD | NEW |