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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 'common/manifest_constants.cc', | 155 'common/manifest_constants.cc', |
156 'common/manifest_constants.h', | 156 'common/manifest_constants.h', |
157 'common/manifest_handler.cc', | 157 'common/manifest_handler.cc', |
158 'common/manifest_handler.h', | 158 'common/manifest_handler.h', |
159 'common/manifest_handler_helpers.cc', | 159 'common/manifest_handler_helpers.cc', |
160 'common/manifest_handler_helpers.h', | 160 'common/manifest_handler_helpers.h', |
161 'common/manifest_handlers/background_info.cc', | 161 'common/manifest_handlers/background_info.cc', |
162 'common/manifest_handlers/background_info.h', | 162 'common/manifest_handlers/background_info.h', |
163 'common/manifest_handlers/csp_info.cc', | 163 'common/manifest_handlers/csp_info.cc', |
164 'common/manifest_handlers/csp_info.h', | 164 'common/manifest_handlers/csp_info.h', |
| 165 'common/manifest_handlers/default_locale_handler.cc', |
| 166 'common/manifest_handlers/default_locale_handler.h', |
165 'common/manifest_handlers/externally_connectable.cc', | 167 'common/manifest_handlers/externally_connectable.cc', |
166 'common/manifest_handlers/externally_connectable.h', | 168 'common/manifest_handlers/externally_connectable.h', |
167 'common/manifest_handlers/file_handler_info.cc', | 169 'common/manifest_handlers/file_handler_info.cc', |
168 'common/manifest_handlers/file_handler_info.h', | 170 'common/manifest_handlers/file_handler_info.h', |
169 'common/manifest_handlers/icons_handler.cc', | 171 'common/manifest_handlers/icons_handler.cc', |
170 'common/manifest_handlers/icons_handler.h', | 172 'common/manifest_handlers/icons_handler.h', |
171 'common/manifest_handlers/incognito_info.cc', | 173 'common/manifest_handlers/incognito_info.cc', |
172 'common/manifest_handlers/incognito_info.h', | 174 'common/manifest_handlers/incognito_info.h', |
173 'common/manifest_handlers/kiosk_mode_info.cc', | 175 'common/manifest_handlers/kiosk_mode_info.cc', |
174 'common/manifest_handlers/kiosk_mode_info.h', | 176 'common/manifest_handlers/kiosk_mode_info.h', |
(...skipping 1032 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1207 'common/csp_validator_unittest.cc', | 1209 'common/csp_validator_unittest.cc', |
1208 'common/event_filter_unittest.cc', | 1210 'common/event_filter_unittest.cc', |
1209 'common/extension_l10n_util_unittest.cc', | 1211 'common/extension_l10n_util_unittest.cc', |
1210 'common/extension_resource_unittest.cc', | 1212 'common/extension_resource_unittest.cc', |
1211 'common/extension_set_unittest.cc', | 1213 'common/extension_set_unittest.cc', |
1212 'common/features/base_feature_provider_unittest.cc', | 1214 'common/features/base_feature_provider_unittest.cc', |
1213 'common/features/complex_feature_unittest.cc', | 1215 'common/features/complex_feature_unittest.cc', |
1214 'common/features/simple_feature_unittest.cc', | 1216 'common/features/simple_feature_unittest.cc', |
1215 'common/file_util_unittest.cc', | 1217 'common/file_util_unittest.cc', |
1216 'common/manifest_handler_unittest.cc', | 1218 'common/manifest_handler_unittest.cc', |
| 1219 'common/manifest_handlers/default_locale_manifest_unittest.cc', |
1217 'common/manifest_handlers/externally_connectable_unittest.cc', | 1220 'common/manifest_handlers/externally_connectable_unittest.cc', |
1218 'common/manifest_handlers/file_handler_manifest_unittest.cc', | 1221 'common/manifest_handlers/file_handler_manifest_unittest.cc', |
1219 'common/manifest_handlers/oauth2_manifest_unittest.cc', | 1222 'common/manifest_handlers/oauth2_manifest_unittest.cc', |
1220 'common/manifest_handlers/shared_module_manifest_unittest.cc', | 1223 'common/manifest_handlers/shared_module_manifest_unittest.cc', |
1221 'common/message_bundle_unittest.cc', | 1224 'common/message_bundle_unittest.cc', |
1222 'common/one_shot_event_unittest.cc', | 1225 'common/one_shot_event_unittest.cc', |
1223 'common/permissions/api_permission_set_unittest.cc', | 1226 'common/permissions/api_permission_set_unittest.cc', |
1224 'common/permissions/manifest_permission_set_unittest.cc', | 1227 'common/permissions/manifest_permission_set_unittest.cc', |
1225 'common/permissions/socket_permission_unittest.cc', | 1228 'common/permissions/socket_permission_unittest.cc', |
1226 'common/permissions/usb_device_permission_unittest.cc', | 1229 'common/permissions/usb_device_permission_unittest.cc', |
(...skipping 25 matching lines...) Expand all Loading... |
1252 'conditions': [ | 1255 'conditions': [ |
1253 ['OS=="win" and win_use_allocator_shim==1', { | 1256 ['OS=="win" and win_use_allocator_shim==1', { |
1254 'dependencies': [ | 1257 'dependencies': [ |
1255 '../base/allocator/allocator.gyp:allocator', | 1258 '../base/allocator/allocator.gyp:allocator', |
1256 ], | 1259 ], |
1257 }], | 1260 }], |
1258 ], | 1261 ], |
1259 }, | 1262 }, |
1260 ] | 1263 ] |
1261 } | 1264 } |
OLD | NEW |