| 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 'downloads.idl', | 45 'downloads.idl', |
| 46 'echo_private.json', | 46 'echo_private.json', |
| 47 'downloads_internal.idl', | 47 'downloads_internal.idl', |
| 48 'enterprise_platform_keys_private.json', | 48 'enterprise_platform_keys_private.json', |
| 49 'events.json', | 49 'events.json', |
| 50 'experimental_accessibility.json', | 50 'experimental_accessibility.json', |
| 51 'experimental_discovery.idl', | 51 'experimental_discovery.idl', |
| 52 'experimental_dns.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', | |
| 56 'location.idl', | 55 'location.idl', |
| 57 'system_memory.idl', | 56 'system_memory.idl', |
| 58 'extension.json', | 57 'extension.json', |
| 59 'feedback_private.idl', | 58 'feedback_private.idl', |
| 60 'file_browser_handler_internal.json', | 59 'file_browser_handler_internal.json', |
| 61 'file_system.idl', | 60 'file_system.idl', |
| 62 'font_settings.json', | 61 'font_settings.json', |
| 63 'history.json', | 62 'history.json', |
| 64 'i18n.json', | 63 'i18n.json', |
| 65 'identity.idl', | 64 'identity.idl', |
| 66 'identity_private.idl', | 65 'identity_private.idl', |
| 67 'idle.json', | 66 'idle.json', |
| 67 'idltest.idl', |
| 68 'infobars.json', | 68 'infobars.json', |
| 69 'input_ime.json', | 69 'input_ime.json', |
| 70 'log_private.idl', | 70 'log_private.idl', |
| 71 'management.json', | 71 'management.json', |
| 72 'manifest_types.json', | 72 'manifest_types.json', |
| 73 'media_galleries.idl', | 73 'media_galleries.idl', |
| 74 'media_galleries_private.idl', | 74 'media_galleries_private.idl', |
| 75 'media_player_private.json', | 75 'media_player_private.json', |
| 76 'metrics_private.json', | 76 'metrics_private.json', |
| 77 'music_manager_private.idl', | 77 'music_manager_private.idl', |
| (...skipping 50 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 |