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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'omnibox.json', | 79 'omnibox.json', |
80 'page_capture.json', | 80 'page_capture.json', |
81 'permissions.json', | 81 'permissions.json', |
82 'preferences_private.json', | 82 'preferences_private.json', |
83 'power.idl', | 83 'power.idl', |
84 'push_messaging.idl', | 84 'push_messaging.idl', |
85 'recovery_private.idl', | 85 'recovery_private.idl', |
86 'rtc_private.idl', | 86 'rtc_private.idl', |
87 'runtime.json', | 87 'runtime.json', |
88 'serial.idl', | 88 'serial.idl', |
89 'session_restore.json', | 89 'sessions.json', |
90 'socket.idl', | 90 'socket.idl', |
91 'storage.json', | 91 'storage.json', |
92 'sync_file_system.idl', | 92 'sync_file_system.idl', |
93 'system_indicator.idl', | 93 'system_indicator.idl', |
94 'system_cpu.idl', | 94 'system_cpu.idl', |
95 'system_display.idl', | 95 'system_display.idl', |
96 'system_storage.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', |
(...skipping 25 matching lines...) Expand all Loading... |
125 'schema_files!': [ | 125 'schema_files!': [ |
126 'file_browser_handler_internal.json', | 126 'file_browser_handler_internal.json', |
127 'log_private.idl', | 127 'log_private.idl', |
128 'rtc_private.idl', | 128 'rtc_private.idl', |
129 ], | 129 ], |
130 }], | 130 }], |
131 ], | 131 ], |
132 }, | 132 }, |
133 ], | 133 ], |
134 } | 134 } |
OLD | NEW |