| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'enterprise_platform_keys_private.json', | 47 'enterprise_platform_keys_private.json', |
| 48 'events.json', | 48 'events.json', |
| 49 'experimental_accessibility.json', | 49 'experimental_accessibility.json', |
| 50 'experimental_discovery.idl', | 50 'experimental_discovery.idl', |
| 51 'experimental_dns.idl', | 51 'experimental_dns.idl', |
| 52 'experimental_history.json', | 52 'experimental_history.json', |
| 53 'experimental_identity.idl', | 53 'experimental_identity.idl', |
| 54 'experimental_idltest.idl', | 54 'experimental_idltest.idl', |
| 55 'location.idl', | 55 'location.idl', |
| 56 'experimental_media_galleries.idl', | 56 'experimental_media_galleries.idl', |
| 57 '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', |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 ['OS!="chromeos"', { | 124 ['OS!="chromeos"', { |
| 126 'schema_files!': [ | 125 'schema_files!': [ |
| 127 'file_browser_handler_internal.json', | 126 'file_browser_handler_internal.json', |
| 128 'rtc_private.idl', | 127 'rtc_private.idl', |
| 129 ], | 128 ], |
| 130 }], | 129 }], |
| 131 ], | 130 ], |
| 132 }, | 131 }, |
| 133 ], | 132 ], |
| 134 } | 133 } |
| OLD | NEW |