| 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 29 matching lines...) Expand all Loading... |
| 40 'web_request.json', | 40 'web_request.json', |
| 41 'windows.json', | 41 'windows.json', |
| 42 ], | 42 ], |
| 43 'idl_schema_files': [ | 43 'idl_schema_files': [ |
| 44 'alarms.idl', | 44 'alarms.idl', |
| 45 'app_current_window_internal.idl', | 45 'app_current_window_internal.idl', |
| 46 'app_runtime.idl', | 46 'app_runtime.idl', |
| 47 'app_window.idl', | 47 'app_window.idl', |
| 48 'autotest_private.idl', | 48 'autotest_private.idl', |
| 49 'bluetooth.idl', | 49 'bluetooth.idl', |
| 50 'developer_private.idl', | |
| 51 'dial.idl', | 50 'dial.idl', |
| 52 'downloads.idl', | 51 'downloads.idl', |
| 53 'experimental_discovery.idl', | 52 'experimental_discovery.idl', |
| 54 'experimental_dns.idl', | 53 'experimental_dns.idl', |
| 55 'experimental_identity.idl', | 54 'experimental_identity.idl', |
| 56 'experimental_idltest.idl', | 55 'experimental_idltest.idl', |
| 57 'experimental_media_galleries.idl', | 56 'experimental_media_galleries.idl', |
| 58 'experimental_notification.idl', | 57 'experimental_notification.idl', |
| 59 'experimental_system_info_cpu.idl', | 58 'experimental_system_info_cpu.idl', |
| 60 'experimental_system_info_display.idl', | 59 'experimental_system_info_display.idl', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 86 'file_browser_handler_internal.json', | 85 'file_browser_handler_internal.json', |
| 87 ], | 86 ], |
| 88 'idl_schema_files!': [ | 87 'idl_schema_files!': [ |
| 89 'rtc_private.idl', | 88 'rtc_private.idl', |
| 90 ], | 89 ], |
| 91 }], | 90 }], |
| 92 ], | 91 ], |
| 93 }, | 92 }, |
| 94 ], | 93 ], |
| 95 } | 94 } |
| OLD | NEW |