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_cpu.idl', | 55 'system_info_cpu.idl', |
Hongbo Min
2013/05/30 11:51:12
Don't we need to keep alhpa-order in this file?
Tim Song
2013/05/31 01:08:35
Done.
| |
56 'experimental_system_info_memory.idl', | 56 'experimental_system_info_memory.idl', |
57 'experimental_system_info_storage.idl', | 57 'experimental_system_info_storage.idl', |
58 'extension.json', | 58 'extension.json', |
59 'file_browser_handler_internal.json', | 59 'file_browser_handler_internal.json', |
60 'file_system.idl', | 60 'file_system.idl', |
61 'font_settings.json', | 61 'font_settings.json', |
62 'history.json', | 62 'history.json', |
63 'i18n.json', | 63 'i18n.json', |
64 'identity.idl', | 64 'identity.idl', |
65 'identity_private.idl', | 65 'identity_private.idl', |
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
118 ['OS!="chromeos"', { | 118 ['OS!="chromeos"', { |
119 'schema_files!': [ | 119 'schema_files!': [ |
120 'file_browser_handler_internal.json', | 120 'file_browser_handler_internal.json', |
121 'rtc_private.idl', | 121 'rtc_private.idl', |
122 ], | 122 ], |
123 }], | 123 }], |
124 ], | 124 ], |
125 }, | 125 }, |
126 ], | 126 ], |
127 } | 127 } |
OLD | NEW |