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 'experimental_accessibility.json', | 45 'experimental_accessibility.json', |
46 'experimental_discovery.idl', | 46 'experimental_discovery.idl', |
47 'experimental_dns.idl', | 47 'experimental_dns.idl', |
48 'experimental_history.json', | 48 'experimental_history.json', |
49 'experimental_identity.idl', | 49 'experimental_identity.idl', |
50 'experimental_idltest.idl', | 50 'experimental_idltest.idl', |
51 'experimental_infobars.json', | 51 'experimental_infobars.json', |
52 'location.idl', | 52 'location.idl', |
53 'experimental_media_galleries.idl', | 53 'experimental_media_galleries.idl', |
54 'experimental_record.json', | 54 'experimental_record.json', |
55 'experimental_system_info_memory.idl', | 55 'system_info_memory.idl', |
56 'experimental_system_info_storage.idl', | 56 'experimental_system_info_storage.idl', |
57 'extension.json', | 57 'extension.json', |
58 'file_browser_handler_internal.json', | 58 'file_browser_handler_internal.json', |
59 'file_system.idl', | 59 'file_system.idl', |
60 'font_settings.json', | 60 'font_settings.json', |
61 'history.json', | 61 'history.json', |
62 'i18n.json', | 62 'i18n.json', |
63 'identity.idl', | 63 'identity.idl', |
64 'identity_private.idl', | 64 'identity_private.idl', |
65 'idle.json', | 65 'idle.json', |
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 ['OS!="chromeos"', { | 119 ['OS!="chromeos"', { |
120 'schema_files!': [ | 120 'schema_files!': [ |
121 'file_browser_handler_internal.json', | 121 'file_browser_handler_internal.json', |
122 'rtc_private.idl', | 122 'rtc_private.idl', |
123 ], | 123 ], |
124 }], | 124 }], |
125 ], | 125 ], |
126 }, | 126 }, |
127 ], | 127 ], |
128 } | 128 } |
OLD | NEW |