| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'echo_private.json', | 44 'echo_private.json', |
| 45 'downloads_internal.idl', | 45 'downloads_internal.idl', |
| 46 'enterprise_platform_keys_private.json', | 46 'enterprise_platform_keys_private.json', |
| 47 'events.json', | 47 'events.json', |
| 48 'experimental_accessibility.json', | 48 'experimental_accessibility.json', |
| 49 'experimental_discovery.idl', | 49 'experimental_discovery.idl', |
| 50 'experimental_dns.idl', | 50 'experimental_dns.idl', |
| 51 'experimental_history.json', | 51 'experimental_history.json', |
| 52 'experimental_identity.idl', | 52 'experimental_identity.idl', |
| 53 'experimental_idltest.idl', | 53 'experimental_idltest.idl', |
| 54 'experimental_infobars.json', | |
| 55 'location.idl', | 54 'location.idl', |
| 56 'experimental_media_galleries.idl', | 55 'experimental_media_galleries.idl', |
| 57 'experimental_record.json', | 56 'experimental_record.json', |
| 58 'system_memory.idl', | 57 'system_memory.idl', |
| 59 'extension.json', | 58 'extension.json', |
| 60 'feedback_private.idl', | 59 'feedback_private.idl', |
| 61 'file_browser_handler_internal.json', | 60 'file_browser_handler_internal.json', |
| 62 'file_system.idl', | 61 'file_system.idl', |
| 63 'font_settings.json', | 62 'font_settings.json', |
| 64 'history.json', | 63 'history.json', |
| 65 'i18n.json', | 64 'i18n.json', |
| 66 'identity.idl', | 65 'identity.idl', |
| 67 'identity_private.idl', | 66 'identity_private.idl', |
| 68 'idle.json', | 67 'idle.json', |
| 68 'infobars.json', |
| 69 'input_ime.json', | 69 'input_ime.json', |
| 70 'management.json', | 70 'management.json', |
| 71 'manifest_types.json', | 71 'manifest_types.json', |
| 72 'media_galleries.idl', | 72 'media_galleries.idl', |
| 73 'media_galleries_private.idl', | 73 'media_galleries_private.idl', |
| 74 'media_player_private.json', | 74 'media_player_private.json', |
| 75 'metrics_private.json', | 75 'metrics_private.json', |
| 76 'music_manager_private.idl', | 76 'music_manager_private.idl', |
| 77 'networking_private.json', | 77 'networking_private.json', |
| 78 'notifications.idl', | 78 'notifications.idl', |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 ['OS!="chromeos"', { | 123 ['OS!="chromeos"', { |
| 124 'schema_files!': [ | 124 'schema_files!': [ |
| 125 'file_browser_handler_internal.json', | 125 'file_browser_handler_internal.json', |
| 126 'rtc_private.idl', | 126 'rtc_private.idl', |
| 127 ], | 127 ], |
| 128 }], | 128 }], |
| 129 ], | 129 ], |
| 130 }, | 130 }, |
| 131 ], | 131 ], |
| 132 } | 132 } |
| OLD | NEW |