| 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 22 matching lines...) Expand all Loading... |
| 33 'context_menus.json', | 33 'context_menus.json', |
| 34 'cookies.json', | 34 'cookies.json', |
| 35 'debugger.json', | 35 'debugger.json', |
| 36 'developer_private.idl', | 36 'developer_private.idl', |
| 37 'dial.idl', | 37 'dial.idl', |
| 38 'downloads.idl', | 38 'downloads.idl', |
| 39 'echo_private.json', | 39 'echo_private.json', |
| 40 'downloads_internal.idl', | 40 'downloads_internal.idl', |
| 41 'events.json', | 41 'events.json', |
| 42 'experimental_accessibility.json', | 42 'experimental_accessibility.json', |
| 43 'experimental_app.json', | |
| 44 'experimental_discovery.idl', | 43 'experimental_discovery.idl', |
| 45 'experimental_dns.idl', | 44 'experimental_dns.idl', |
| 46 'experimental_history.json', | 45 'experimental_history.json', |
| 47 'experimental_identity.idl', | 46 'experimental_identity.idl', |
| 48 'experimental_idltest.idl', | 47 'experimental_idltest.idl', |
| 49 'experimental_infobars.json', | 48 'experimental_infobars.json', |
| 50 'experimental_media_galleries.idl', | 49 'experimental_media_galleries.idl', |
| 51 'experimental_power.json', | 50 'experimental_power.json', |
| 52 'experimental_record.json', | 51 'experimental_record.json', |
| 53 'experimental_system_info_cpu.idl', | 52 'experimental_system_info_cpu.idl', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 ['OS!="chromeos"', { | 110 ['OS!="chromeos"', { |
| 112 'schema_files!': [ | 111 'schema_files!': [ |
| 113 'file_browser_handler_internal.json', | 112 'file_browser_handler_internal.json', |
| 114 'rtc_private.idl', | 113 'rtc_private.idl', |
| 115 ], | 114 ], |
| 116 }], | 115 }], |
| 117 ], | 116 ], |
| 118 }, | 117 }, |
| 119 ], | 118 ], |
| 120 } | 119 } |
| OLD | NEW |