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