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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 'rtc_private.idl', | 87 'rtc_private.idl', |
88 'runtime.json', | 88 'runtime.json', |
89 'serial.idl', | 89 'serial.idl', |
90 'session_restore.json', | 90 'session_restore.json', |
91 'socket.idl', | 91 'socket.idl', |
92 'storage.json', | 92 'storage.json', |
93 'sync_file_system.idl', | 93 'sync_file_system.idl', |
94 'system_indicator.idl', | 94 'system_indicator.idl', |
95 'system_info_cpu.idl', | 95 'system_info_cpu.idl', |
96 'system_info_display.idl', | 96 'system_info_display.idl', |
| 97 'system_info_storage.idl', |
97 'system_private.json', | 98 'system_private.json', |
98 'tab_capture.idl', | 99 'tab_capture.idl', |
99 'tabs.json', | 100 'tabs.json', |
100 'terminal_private.json', | 101 'terminal_private.json', |
101 'test.json', | 102 'test.json', |
102 'top_sites.json', | 103 'top_sites.json', |
103 'usb.idl', | 104 'usb.idl', |
104 'wallpaper_private.json', | 105 'wallpaper_private.json', |
105 'web_navigation.json', | 106 'web_navigation.json', |
106 'web_request.json', | 107 'web_request.json', |
(...skipping 17 matching lines...) Expand all Loading... |
124 ['OS!="chromeos"', { | 125 ['OS!="chromeos"', { |
125 'schema_files!': [ | 126 'schema_files!': [ |
126 'file_browser_handler_internal.json', | 127 'file_browser_handler_internal.json', |
127 'rtc_private.idl', | 128 'rtc_private.idl', |
128 ], | 129 ], |
129 }], | 130 }], |
130 ], | 131 ], |
131 }, | 132 }, |
132 ], | 133 ], |
133 } | 134 } |
OLD | NEW |