Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 'browser/chromeos/settings/owner_key_util_unittest.cc', 606 'browser/chromeos/settings/owner_key_util_unittest.cc',
607 'browser/chromeos/settings/session_manager_operation_unittest.cc', 607 'browser/chromeos/settings/session_manager_operation_unittest.cc',
608 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc', 608 'browser/chromeos/settings/stub_cros_settings_provider_unittest.cc',
609 'browser/chromeos/status/network_menu_icon.cc', 609 'browser/chromeos/status/network_menu_icon.cc',
610 'browser/chromeos/status/network_menu_icon_unittest.cc', 610 'browser/chromeos/status/network_menu_icon_unittest.cc',
611 'browser/chromeos/system/name_value_pairs_parser_unittest.cc', 611 'browser/chromeos/system/name_value_pairs_parser_unittest.cc',
612 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc', 612 'browser/chromeos/system_logs/lsb_release_log_source_unittest.cc',
613 'browser/chromeos/version_loader_unittest.cc', 613 'browser/chromeos/version_loader_unittest.cc',
614 'browser/chromeos/web_socket_proxy_helper_unittest.cc', 614 'browser/chromeos/web_socket_proxy_helper_unittest.cc',
615 'browser/command_updater_unittest.cc', 615 'browser/command_updater_unittest.cc',
616 'browser/component_updater/component_updater_interceptor.cc',
617 'browser/component_updater/component_updater_interceptor.h',
618 'browser/component_updater/test/component_installers_unittest.cc', 616 'browser/component_updater/test/component_installers_unittest.cc',
619 'browser/component_updater/test/component_updater_service_unittest.cc', 617 'browser/component_updater/test/component_updater_service_unittest.cc',
620 'browser/content_settings/content_settings_default_provider_unittest.cc' , 618 'browser/content_settings/content_settings_default_provider_unittest.cc' ,
621 'browser/content_settings/content_settings_mock_observer.cc', 619 'browser/content_settings/content_settings_mock_observer.cc',
622 'browser/content_settings/content_settings_mock_observer.h', 620 'browser/content_settings/content_settings_mock_observer.h',
623 'browser/content_settings/content_settings_mock_provider.cc', 621 'browser/content_settings/content_settings_mock_provider.cc',
624 'browser/content_settings/content_settings_mock_provider.h', 622 'browser/content_settings/content_settings_mock_provider.h',
625 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc', 623 'browser/content_settings/content_settings_origin_identifier_value_map_u nittest.cc',
626 'browser/content_settings/content_settings_policy_provider_unittest.cc', 624 'browser/content_settings/content_settings_policy_provider_unittest.cc',
627 'browser/content_settings/content_settings_pref_provider_unittest.cc', 625 'browser/content_settings/content_settings_pref_provider_unittest.cc',
(...skipping 1686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2314 'unit_tests.isolate', 2312 'unit_tests.isolate',
2315 ], 2313 ],
2316 'sources': [ 2314 'sources': [
2317 'unit_tests.isolate', 2315 'unit_tests.isolate',
2318 ], 2316 ],
2319 }, 2317 },
2320 ], 2318 ],
2321 }], 2319 }],
2322 ], # 'conditions' 2320 ], # 'conditions'
2323 } 2321 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698