| 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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 80 'omnibox.json', | 80 'omnibox.json', |
| 81 'page_capture.json', | 81 'page_capture.json', |
| 82 'permissions.json', | 82 'permissions.json', |
| 83 'preferences_private.json', | 83 'preferences_private.json', |
| 84 'power.idl', | 84 'power.idl', |
| 85 'push_messaging.idl', | 85 'push_messaging.idl', |
| 86 'recovery_private.idl', | 86 'recovery_private.idl', |
| 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 'sessions.json', |
| 91 'signedin_devices.idl', | 91 'signedin_devices.idl', |
| 92 'socket.idl', | 92 'socket.idl', |
| 93 'sockets_udp.idl', | 93 'sockets_udp.idl', |
| 94 'storage.json', | 94 'storage.json', |
| 95 'sync_file_system.idl', | 95 'sync_file_system.idl', |
| 96 'system_indicator.idl', | 96 'system_indicator.idl', |
| 97 'system_cpu.idl', | 97 'system_cpu.idl', |
| 98 'system_display.idl', | 98 'system_display.idl', |
| 99 'system_storage.idl', | 99 'system_storage.idl', |
| 100 'system_private.json', | 100 'system_private.json', |
| (...skipping 27 matching lines...) Expand all Loading... |
| 128 'schema_files!': [ | 128 'schema_files!': [ |
| 129 'file_browser_handler_internal.json', | 129 'file_browser_handler_internal.json', |
| 130 'log_private.idl', | 130 'log_private.idl', |
| 131 'rtc_private.idl', | 131 'rtc_private.idl', |
| 132 ], | 132 ], |
| 133 }], | 133 }], |
| 134 ], | 134 ], |
| 135 }, | 135 }, |
| 136 ], | 136 ], |
| 137 } | 137 } |
| OLD | NEW |