OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 'common/manifest_handlers/file_handler_info.cc', | 128 'common/manifest_handlers/file_handler_info.cc', |
129 'common/manifest_handlers/file_handler_info.h', | 129 'common/manifest_handlers/file_handler_info.h', |
130 'common/manifest_handlers/icons_handler.cc', | 130 'common/manifest_handlers/icons_handler.cc', |
131 'common/manifest_handlers/icons_handler.h', | 131 'common/manifest_handlers/icons_handler.h', |
132 'common/manifest_handlers/incognito_info.cc', | 132 'common/manifest_handlers/incognito_info.cc', |
133 'common/manifest_handlers/incognito_info.h', | 133 'common/manifest_handlers/incognito_info.h', |
134 'common/manifest_handlers/kiosk_mode_info.cc', | 134 'common/manifest_handlers/kiosk_mode_info.cc', |
135 'common/manifest_handlers/kiosk_mode_info.h', | 135 'common/manifest_handlers/kiosk_mode_info.h', |
136 'common/manifest_handlers/offline_enabled_info.cc', | 136 'common/manifest_handlers/offline_enabled_info.cc', |
137 'common/manifest_handlers/offline_enabled_info.h', | 137 'common/manifest_handlers/offline_enabled_info.h', |
| 138 'common/manifest_handlers/permissions_parser.cc', |
| 139 'common/manifest_handlers/permissions_parser.h', |
138 'common/manifest_handlers/requirements_info.cc', | 140 'common/manifest_handlers/requirements_info.cc', |
139 'common/manifest_handlers/requirements_info.h', | 141 'common/manifest_handlers/requirements_info.h', |
140 'common/manifest_handlers/sandboxed_page_info.cc', | 142 'common/manifest_handlers/sandboxed_page_info.cc', |
141 'common/manifest_handlers/sandboxed_page_info.h', | 143 'common/manifest_handlers/sandboxed_page_info.h', |
142 'common/manifest_handlers/shared_module_info.cc', | 144 'common/manifest_handlers/shared_module_info.cc', |
143 'common/manifest_handlers/shared_module_info.h', | 145 'common/manifest_handlers/shared_module_info.h', |
144 'common/manifest_handlers/web_accessible_resources_info.cc', | 146 'common/manifest_handlers/web_accessible_resources_info.cc', |
145 'common/manifest_handlers/web_accessible_resources_info.h', | 147 'common/manifest_handlers/web_accessible_resources_info.h', |
146 'common/manifest_handlers/webview_info.cc', | 148 'common/manifest_handlers/webview_info.cc', |
147 'common/manifest_handlers/webview_info.h', | 149 'common/manifest_handlers/webview_info.h', |
(...skipping 491 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
639 'test/test_extensions_client.cc', | 641 'test/test_extensions_client.cc', |
640 'test/test_extensions_client.h', | 642 'test/test_extensions_client.h', |
641 'test/test_permission_message_provider.cc', | 643 'test/test_permission_message_provider.cc', |
642 'test/test_permission_message_provider.h', | 644 'test/test_permission_message_provider.h', |
643 'test/test_permissions_provider.cc', | 645 'test/test_permissions_provider.cc', |
644 'test/test_permissions_provider.h', | 646 'test/test_permissions_provider.h', |
645 ], | 647 ], |
646 }, | 648 }, |
647 ] | 649 ] |
648 } | 650 } |
OLD | NEW |