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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'history.json', | 65 'history.json', |
66 'i18n.json', | 66 'i18n.json', |
67 'identity.idl', | 67 'identity.idl', |
68 'identity_private.idl', | 68 'identity_private.idl', |
69 'idle.json', | 69 'idle.json', |
70 'infobars.json', | 70 'infobars.json', |
71 'input_ime.json', | 71 'input_ime.json', |
72 'log_private.idl', | 72 'log_private.idl', |
73 'management.json', | 73 'management.json', |
74 'manifest_types.json', | 74 'manifest_types.json', |
75 'mdns.idl', | |
76 'media_galleries.idl', | 75 'media_galleries.idl', |
77 'media_galleries_private.idl', | 76 'media_galleries_private.idl', |
78 'media_player_private.json', | 77 'media_player_private.json', |
79 'metrics_private.json', | 78 'metrics_private.json', |
80 'music_manager_private.idl', | 79 'music_manager_private.idl', |
81 'networking_private.json', | 80 'networking_private.json', |
82 'notifications.idl', | 81 'notifications.idl', |
83 'omnibox.json', | 82 'omnibox.json', |
84 'page_capture.json', | 83 'page_capture.json', |
85 'permissions.json', | 84 'permissions.json', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 'schema_files!': [ | 165 'schema_files!': [ |
167 'file_browser_handler_internal.json', | 166 'file_browser_handler_internal.json', |
168 'log_private.idl', | 167 'log_private.idl', |
169 'rtc_private.idl', | 168 'rtc_private.idl', |
170 ], | 169 ], |
171 }], | 170 }], |
172 ], | 171 ], |
173 }, | 172 }, |
174 ], | 173 ], |
175 } | 174 } |
OLD | NEW |