| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'app_runtime.idl', | 45 'app_runtime.idl', |
| 46 'app_window.idl', | 46 'app_window.idl', |
| 47 'downloads.idl', | 47 'downloads.idl', |
| 48 'experimental_bluetooth.idl', | 48 'experimental_bluetooth.idl', |
| 49 'experimental_discovery.idl', | 49 'experimental_discovery.idl', |
| 50 'experimental_dns.idl', | 50 'experimental_dns.idl', |
| 51 'experimental_identity.idl', | 51 'experimental_identity.idl', |
| 52 'experimental_idltest.idl', | 52 'experimental_idltest.idl', |
| 53 'experimental_media_galleries.idl', | 53 'experimental_media_galleries.idl', |
| 54 'experimental_push_messaging.idl', | 54 'experimental_push_messaging.idl', |
| 55 'experimental_tab_capture.idl', |
| 55 'experimental_system_info_cpu.idl', | 56 'experimental_system_info_cpu.idl', |
| 56 'experimental_system_info_storage.idl', | 57 'experimental_system_info_storage.idl', |
| 57 'experimental_usb.idl', | 58 'experimental_usb.idl', |
| 58 'file_system.idl', | 59 'file_system.idl', |
| 59 'media_galleries.idl', | 60 'media_galleries.idl', |
| 60 'media_galleries_private.idl', | 61 'media_galleries_private.idl', |
| 61 'rtc_private.idl', | 62 'rtc_private.idl', |
| 62 'serial.idl', | 63 'serial.idl', |
| 63 'socket.idl', | 64 'socket.idl', |
| 64 'sync_file_system.idl', | 65 'sync_file_system.idl', |
| (...skipping 12 matching lines...) Expand all Loading... |
| 77 'file_browser_handler_internal.json', | 78 'file_browser_handler_internal.json', |
| 78 ], | 79 ], |
| 79 'idl_schema_files!': [ | 80 'idl_schema_files!': [ |
| 80 'rtc_private.idl', | 81 'rtc_private.idl', |
| 81 ], | 82 ], |
| 82 }], | 83 }], |
| 83 ], | 84 ], |
| 84 }, | 85 }, |
| 85 ], | 86 ], |
| 86 } | 87 } |
| OLD | NEW |