| 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 24 matching lines...) Expand all Loading... |
| 35 'cloud_print_private.json', | 35 'cloud_print_private.json', |
| 36 'command_line_private.json', | 36 'command_line_private.json', |
| 37 'content_settings.json', | 37 'content_settings.json', |
| 38 'context_menus.json', | 38 'context_menus.json', |
| 39 'cookies.json', | 39 'cookies.json', |
| 40 'debugger.json', | 40 'debugger.json', |
| 41 'developer_private.idl', | 41 'developer_private.idl', |
| 42 'desktop_capture.idl', | 42 'desktop_capture.idl', |
| 43 'diagnostics.idl', | 43 'diagnostics.idl', |
| 44 'dial.idl', | 44 'dial.idl', |
| 45 'dns.idl', |
| 45 'downloads.idl', | 46 'downloads.idl', |
| 46 'echo_private.json', | 47 'echo_private.json', |
| 47 'downloads_internal.idl', | 48 'downloads_internal.idl', |
| 48 'enterprise_platform_keys_private.json', | 49 'enterprise_platform_keys_private.json', |
| 49 'events.json', | 50 'events.json', |
| 50 'experimental_accessibility.json', | 51 'experimental_accessibility.json', |
| 51 'experimental_discovery.idl', | 52 'experimental_discovery.idl', |
| 52 'experimental_dns.idl', | |
| 53 'experimental_history.json', | 53 'experimental_history.json', |
| 54 'experimental_identity.idl', | 54 'experimental_identity.idl', |
| 55 'experimental_idltest.idl', | 55 'experimental_idltest.idl', |
| 56 'location.idl', | 56 'location.idl', |
| 57 'system_memory.idl', | 57 'system_memory.idl', |
| 58 'extension.json', | 58 'extension.json', |
| 59 'feedback_private.idl', | 59 'feedback_private.idl', |
| 60 'file_browser_handler_internal.json', | 60 'file_browser_handler_internal.json', |
| 61 'file_system.idl', | 61 'file_system.idl', |
| 62 'font_settings.json', | 62 'font_settings.json', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after 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 |