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_info_memory.idl', | 57 'system_info_memory.idl', |
59 'experimental_system_info_storage.idl', | 58 'experimental_system_info_storage.idl', |
60 'extension.json', | 59 'extension.json', |
61 'feedback_private.idl', | 60 'feedback_private.idl', |
62 'file_browser_handler_internal.json', | 61 'file_browser_handler_internal.json', |
63 'file_system.idl', | 62 'file_system.idl', |
64 'font_settings.json', | 63 'font_settings.json', |
65 'history.json', | 64 'history.json', |
66 'i18n.json', | 65 'i18n.json', |
67 'identity.idl', | 66 'identity.idl', |
68 'identity_private.idl', | 67 'identity_private.idl', |
69 'idle.json', | 68 'idle.json', |
| 69 'infobars.json', |
70 'input_ime.json', | 70 'input_ime.json', |
71 'management.json', | 71 'management.json', |
72 'manifest_types.json', | 72 'manifest_types.json', |
73 'media_galleries.idl', | 73 'media_galleries.idl', |
74 'media_galleries_private.idl', | 74 'media_galleries_private.idl', |
75 'media_player_private.json', | 75 'media_player_private.json', |
76 'metrics_private.json', | 76 'metrics_private.json', |
77 'music_manager_private.idl', | 77 'music_manager_private.idl', |
78 'networking_private.json', | 78 'networking_private.json', |
79 'notifications.idl', | 79 'notifications.idl', |
(...skipping 43 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 |