OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 'extensions_common_constants_sources': [ | 7 'extensions_common_constants_sources': [ |
8 'common/constants.cc', | 8 'common/constants.cc', |
9 'common/constants.h', | 9 'common/constants.h', |
10 ], | 10 ], |
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
129 'common/manifest_handlers/externally_connectable.cc', | 129 'common/manifest_handlers/externally_connectable.cc', |
130 'common/manifest_handlers/externally_connectable.h', | 130 'common/manifest_handlers/externally_connectable.h', |
131 'common/manifest_handlers/file_handler_info.cc', | 131 'common/manifest_handlers/file_handler_info.cc', |
132 'common/manifest_handlers/file_handler_info.h', | 132 'common/manifest_handlers/file_handler_info.h', |
133 'common/manifest_handlers/icons_handler.cc', | 133 'common/manifest_handlers/icons_handler.cc', |
134 'common/manifest_handlers/icons_handler.h', | 134 'common/manifest_handlers/icons_handler.h', |
135 'common/manifest_handlers/incognito_info.cc', | 135 'common/manifest_handlers/incognito_info.cc', |
136 'common/manifest_handlers/incognito_info.h', | 136 'common/manifest_handlers/incognito_info.h', |
137 'common/manifest_handlers/kiosk_mode_info.cc', | 137 'common/manifest_handlers/kiosk_mode_info.cc', |
138 'common/manifest_handlers/kiosk_mode_info.h', | 138 'common/manifest_handlers/kiosk_mode_info.h', |
| 139 'common/manifest_handlers/kiosk_secondary_apps_info.cc', |
| 140 'common/manifest_handlers/kiosk_secondary_apps_info.h', |
139 'common/manifest_handlers/launcher_page_info.cc', | 141 'common/manifest_handlers/launcher_page_info.cc', |
140 'common/manifest_handlers/launcher_page_info.h', | 142 'common/manifest_handlers/launcher_page_info.h', |
141 'common/manifest_handlers/mime_types_handler.cc', | 143 'common/manifest_handlers/mime_types_handler.cc', |
142 'common/manifest_handlers/mime_types_handler.h', | 144 'common/manifest_handlers/mime_types_handler.h', |
143 'common/manifest_handlers/oauth2_manifest_handler.cc', | 145 'common/manifest_handlers/oauth2_manifest_handler.cc', |
144 'common/manifest_handlers/oauth2_manifest_handler.h', | 146 'common/manifest_handlers/oauth2_manifest_handler.h', |
145 'common/manifest_handlers/offline_enabled_info.cc', | 147 'common/manifest_handlers/offline_enabled_info.cc', |
146 'common/manifest_handlers/offline_enabled_info.h', | 148 'common/manifest_handlers/offline_enabled_info.h', |
147 'common/manifest_handlers/options_page_info.cc', | 149 'common/manifest_handlers/options_page_info.cc', |
148 'common/manifest_handlers/options_page_info.h', | 150 'common/manifest_handlers/options_page_info.h', |
(...skipping 916 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1065 'test/result_catcher.h', | 1067 'test/result_catcher.h', |
1066 'test/test_content_utility_client.cc', | 1068 'test/test_content_utility_client.cc', |
1067 'test/test_content_utility_client.h', | 1069 'test/test_content_utility_client.h', |
1068 'test/test_extensions_client.cc', | 1070 'test/test_extensions_client.cc', |
1069 'test/test_extensions_client.h', | 1071 'test/test_extensions_client.h', |
1070 'test/test_permission_message_provider.cc', | 1072 'test/test_permission_message_provider.cc', |
1071 'test/test_permission_message_provider.h', | 1073 'test/test_permission_message_provider.h', |
1072 ], | 1074 ], |
1073 }, | 1075 }, |
1074 } | 1076 } |
OLD | NEW |