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', |
75 'media_galleries.idl', | 76 'media_galleries.idl', |
76 'media_galleries_private.idl', | 77 'media_galleries_private.idl', |
77 'media_player_private.json', | 78 'media_player_private.json', |
78 'metrics_private.json', | 79 'metrics_private.json', |
79 'music_manager_private.idl', | 80 'music_manager_private.idl', |
80 'networking_private.json', | 81 'networking_private.json', |
81 'notifications.idl', | 82 'notifications.idl', |
82 'omnibox.json', | 83 'omnibox.json', |
83 'page_capture.json', | 84 'page_capture.json', |
84 'permissions.json', | 85 'permissions.json', |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
165 'schema_files!': [ | 166 'schema_files!': [ |
166 'file_browser_handler_internal.json', | 167 'file_browser_handler_internal.json', |
167 'log_private.idl', | 168 'log_private.idl', |
168 'rtc_private.idl', | 169 'rtc_private.idl', |
169 ], | 170 ], |
170 }], | 171 }], |
171 ], | 172 ], |
172 }, | 173 }, |
173 ], | 174 ], |
174 } | 175 } |
OLD | NEW |