| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'history.json', | 63 'history.json', |
| 64 'i18n.json', | 64 'i18n.json', |
| 65 'identity.idl', | 65 'identity.idl', |
| 66 'identity_private.idl', | 66 'identity_private.idl', |
| 67 'idle.json', | 67 'idle.json', |
| 68 'infobars.json', | 68 'infobars.json', |
| 69 'input_ime.json', | 69 'input_ime.json', |
| 70 'log_private.idl', | 70 'log_private.idl', |
| 71 'management.json', | 71 'management.json', |
| 72 'manifest_types.json', | 72 'manifest_types.json', |
| 73 'mdns.idl', |
| 73 'media_galleries.idl', | 74 'media_galleries.idl', |
| 74 'media_galleries_private.idl', | 75 'media_galleries_private.idl', |
| 75 'media_player_private.json', | 76 'media_player_private.json', |
| 76 'metrics_private.json', | 77 'metrics_private.json', |
| 77 'music_manager_private.idl', | 78 'music_manager_private.idl', |
| 78 'networking_private.json', | 79 'networking_private.json', |
| 79 'notifications.idl', | 80 'notifications.idl', |
| 80 'omnibox.json', | 81 'omnibox.json', |
| 81 'page_capture.json', | 82 'page_capture.json', |
| 82 'permissions.json', | 83 'permissions.json', |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 128 'schema_files!': [ | 129 'schema_files!': [ |
| 129 'file_browser_handler_internal.json', | 130 'file_browser_handler_internal.json', |
| 130 'log_private.idl', | 131 'log_private.idl', |
| 131 'rtc_private.idl', | 132 'rtc_private.idl', |
| 132 ], | 133 ], |
| 133 }], | 134 }], |
| 134 ], | 135 ], |
| 135 }, | 136 }, |
| 136 ], | 137 ], |
| 137 } | 138 } |
| OLD | NEW |