| 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 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 'common/features/permission_feature.cc', | 141 'common/features/permission_feature.cc', |
| 142 'common/features/permission_feature.h', | 142 'common/features/permission_feature.h', |
| 143 'common/features/simple_feature.cc', | 143 'common/features/simple_feature.cc', |
| 144 'common/features/simple_feature.h', | 144 'common/features/simple_feature.h', |
| 145 'common/features/simple_feature_filter.cc', | 145 'common/features/simple_feature_filter.cc', |
| 146 'common/features/simple_feature_filter.h', | 146 'common/features/simple_feature_filter.h', |
| 147 'common/file_util.cc', | 147 'common/file_util.cc', |
| 148 'common/file_util.h', | 148 'common/file_util.h', |
| 149 'common/guest_view/guest_view_constants.cc', | 149 'common/guest_view/guest_view_constants.cc', |
| 150 'common/guest_view/guest_view_constants.h', | 150 'common/guest_view/guest_view_constants.h', |
| 151 'common/image_util.cc', |
| 152 'common/image_util.h', |
| 151 'common/install_warning.cc', | 153 'common/install_warning.cc', |
| 152 'common/install_warning.h', | 154 'common/install_warning.h', |
| 153 'common/manifest.cc', | 155 'common/manifest.cc', |
| 154 'common/manifest.h', | 156 'common/manifest.h', |
| 155 'common/manifest_constants.cc', | 157 'common/manifest_constants.cc', |
| 156 'common/manifest_constants.h', | 158 'common/manifest_constants.h', |
| 157 'common/manifest_handler.cc', | 159 'common/manifest_handler.cc', |
| 158 'common/manifest_handler.h', | 160 'common/manifest_handler.h', |
| 159 'common/manifest_handler_helpers.cc', | 161 'common/manifest_handler_helpers.cc', |
| 160 'common/manifest_handler_helpers.h', | 162 'common/manifest_handler_helpers.h', |
| (...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 'browser/guest_view/web_view/web_view_renderer_state.cc', | 687 'browser/guest_view/web_view/web_view_renderer_state.cc', |
| 686 'browser/guest_view/web_view/web_view_renderer_state.h', | 688 'browser/guest_view/web_view/web_view_renderer_state.h', |
| 687 'browser/guest_view/worker_frame/worker_frame_constants.cc', | 689 'browser/guest_view/worker_frame/worker_frame_constants.cc', |
| 688 'browser/guest_view/worker_frame/worker_frame_constants.h', | 690 'browser/guest_view/worker_frame/worker_frame_constants.h', |
| 689 'browser/guest_view/worker_frame/worker_frame_guest.cc', | 691 'browser/guest_view/worker_frame/worker_frame_guest.cc', |
| 690 'browser/guest_view/worker_frame/worker_frame_guest.h', | 692 'browser/guest_view/worker_frame/worker_frame_guest.h', |
| 691 'browser/image_loader.cc', | 693 'browser/image_loader.cc', |
| 692 'browser/image_loader.h', | 694 'browser/image_loader.h', |
| 693 'browser/image_loader_factory.cc', | 695 'browser/image_loader_factory.cc', |
| 694 'browser/image_loader_factory.h', | 696 'browser/image_loader_factory.h', |
| 695 'browser/image_util.cc', | |
| 696 'browser/image_util.h', | |
| 697 'browser/info_map.cc', | 697 'browser/info_map.cc', |
| 698 'browser/info_map.h', | 698 'browser/info_map.h', |
| 699 'browser/install/crx_installer_error.h', | 699 'browser/install/crx_installer_error.h', |
| 700 'browser/install/extension_install_ui.cc', | 700 'browser/install/extension_install_ui.cc', |
| 701 'browser/install/extension_install_ui.h', | 701 'browser/install/extension_install_ui.h', |
| 702 'browser/install_flag.h', | 702 'browser/install_flag.h', |
| 703 'browser/file_highlighter.cc', | 703 'browser/file_highlighter.cc', |
| 704 'browser/file_highlighter.h', | 704 'browser/file_highlighter.h', |
| 705 'browser/file_reader.cc', | 705 'browser/file_reader.cc', |
| 706 'browser/file_reader.h', | 706 'browser/file_reader.h', |
| (...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1202 'browser/event_listener_map_unittest.cc', | 1202 'browser/event_listener_map_unittest.cc', |
| 1203 'browser/event_router_unittest.cc', | 1203 'browser/event_router_unittest.cc', |
| 1204 'browser/error_map_unittest.cc', | 1204 'browser/error_map_unittest.cc', |
| 1205 'browser/extension_icon_image_unittest.cc', | 1205 'browser/extension_icon_image_unittest.cc', |
| 1206 'browser/extension_pref_value_map_unittest.cc', | 1206 'browser/extension_pref_value_map_unittest.cc', |
| 1207 'browser/extension_registry_unittest.cc', | 1207 'browser/extension_registry_unittest.cc', |
| 1208 'browser/file_highlighter_unittest.cc', | 1208 'browser/file_highlighter_unittest.cc', |
| 1209 'browser/file_reader_unittest.cc', | 1209 'browser/file_reader_unittest.cc', |
| 1210 'browser/guest_view/guest_view_manager_unittest.cc', | 1210 'browser/guest_view/guest_view_manager_unittest.cc', |
| 1211 'browser/image_loader_unittest.cc', | 1211 'browser/image_loader_unittest.cc', |
| 1212 'browser/image_util_unittest.cc', | |
| 1213 'browser/info_map_unittest.cc', | 1212 'browser/info_map_unittest.cc', |
| 1214 'browser/lazy_background_task_queue_unittest.cc', | 1213 'browser/lazy_background_task_queue_unittest.cc', |
| 1215 'browser/management_policy_unittest.cc', | 1214 'browser/management_policy_unittest.cc', |
| 1216 'browser/mojo/keep_alive_impl_unittest.cc', | 1215 'browser/mojo/keep_alive_impl_unittest.cc', |
| 1217 'browser/mojo/stash_backend_unittest.cc', | 1216 'browser/mojo/stash_backend_unittest.cc', |
| 1218 'browser/process_manager_unittest.cc', | 1217 'browser/process_manager_unittest.cc', |
| 1219 'browser/process_map_unittest.cc', | 1218 'browser/process_map_unittest.cc', |
| 1220 'browser/quota_service_unittest.cc', | 1219 'browser/quota_service_unittest.cc', |
| 1221 'browser/runtime_data_unittest.cc', | 1220 'browser/runtime_data_unittest.cc', |
| 1222 'browser/value_store/leveldb_value_store_unittest.cc', | 1221 'browser/value_store/leveldb_value_store_unittest.cc', |
| 1223 'browser/value_store/testing_value_store_unittest.cc', | 1222 'browser/value_store/testing_value_store_unittest.cc', |
| 1224 'browser/value_store/value_store_change_unittest.cc', | 1223 'browser/value_store/value_store_change_unittest.cc', |
| 1225 'browser/value_store/value_store_frontend_unittest.cc', | 1224 'browser/value_store/value_store_frontend_unittest.cc', |
| 1226 'browser/value_store/value_store_unittest.cc', | 1225 'browser/value_store/value_store_unittest.cc', |
| 1227 'browser/value_store/value_store_unittest.h', | 1226 'browser/value_store/value_store_unittest.h', |
| 1228 'browser/verified_contents_unittest.cc', | 1227 'browser/verified_contents_unittest.cc', |
| 1229 'browser/warning_service_unittest.cc', | 1228 'browser/warning_service_unittest.cc', |
| 1230 'common/api/sockets/sockets_manifest_permission_unittest.cc', | 1229 'common/api/sockets/sockets_manifest_permission_unittest.cc', |
| 1231 'common/csp_validator_unittest.cc', | 1230 'common/csp_validator_unittest.cc', |
| 1232 'common/event_filter_unittest.cc', | 1231 'common/event_filter_unittest.cc', |
| 1233 'common/extension_l10n_util_unittest.cc', | 1232 'common/extension_l10n_util_unittest.cc', |
| 1234 'common/extension_resource_unittest.cc', | 1233 'common/extension_resource_unittest.cc', |
| 1235 'common/extension_set_unittest.cc', | 1234 'common/extension_set_unittest.cc', |
| 1236 'common/features/base_feature_provider_unittest.cc', | 1235 'common/features/base_feature_provider_unittest.cc', |
| 1237 'common/features/complex_feature_unittest.cc', | 1236 'common/features/complex_feature_unittest.cc', |
| 1238 'common/features/simple_feature_unittest.cc', | 1237 'common/features/simple_feature_unittest.cc', |
| 1239 'common/file_util_unittest.cc', | 1238 'common/file_util_unittest.cc', |
| 1239 'common/image_util_unittest.cc', |
| 1240 'common/manifest_handler_unittest.cc', | 1240 'common/manifest_handler_unittest.cc', |
| 1241 'common/manifest_handlers/content_capabilities_manifest_unittest.cc', | 1241 'common/manifest_handlers/content_capabilities_manifest_unittest.cc', |
| 1242 'common/manifest_handlers/default_locale_manifest_unittest.cc', | 1242 'common/manifest_handlers/default_locale_manifest_unittest.cc', |
| 1243 'common/manifest_handlers/externally_connectable_unittest.cc', | 1243 'common/manifest_handlers/externally_connectable_unittest.cc', |
| 1244 'common/manifest_handlers/file_handler_manifest_unittest.cc', | 1244 'common/manifest_handlers/file_handler_manifest_unittest.cc', |
| 1245 'common/manifest_handlers/oauth2_manifest_unittest.cc', | 1245 'common/manifest_handlers/oauth2_manifest_unittest.cc', |
| 1246 'common/manifest_handlers/shared_module_manifest_unittest.cc', | 1246 'common/manifest_handlers/shared_module_manifest_unittest.cc', |
| 1247 'common/message_bundle_unittest.cc', | 1247 'common/message_bundle_unittest.cc', |
| 1248 'common/one_shot_event_unittest.cc', | 1248 'common/one_shot_event_unittest.cc', |
| 1249 'common/permissions/api_permission_set_unittest.cc', | 1249 'common/permissions/api_permission_set_unittest.cc', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 1278 'conditions': [ | 1278 'conditions': [ |
| 1279 ['OS=="win" and win_use_allocator_shim==1', { | 1279 ['OS=="win" and win_use_allocator_shim==1', { |
| 1280 'dependencies': [ | 1280 'dependencies': [ |
| 1281 '../base/allocator/allocator.gyp:allocator', | 1281 '../base/allocator/allocator.gyp:allocator', |
| 1282 ], | 1282 ], |
| 1283 }], | 1283 }], |
| 1284 ], | 1284 ], |
| 1285 }, | 1285 }, |
| 1286 ] | 1286 ] |
| 1287 } | 1287 } |
| OLD | NEW |