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