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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11887008: Deprecate ShillNetworkClient and add GeolocationHandler (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix unittest Created 7 years, 11 months 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
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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'browser/extensions/user_script_listener_unittest.cc', 751 'browser/extensions/user_script_listener_unittest.cc',
752 'browser/extensions/user_script_master_unittest.cc', 752 'browser/extensions/user_script_master_unittest.cc',
753 'browser/extensions/webstore_standalone_installer_unittest.cc', 753 'browser/extensions/webstore_standalone_installer_unittest.cc',
754 'browser/external_protocol/external_protocol_handler_unittest.cc', 754 'browser/external_protocol/external_protocol_handler_unittest.cc',
755 'browser/favicon/favicon_handler_unittest.cc', 755 'browser/favicon/favicon_handler_unittest.cc',
756 'browser/file_select_helper_unittest.cc', 756 'browser/file_select_helper_unittest.cc',
757 'browser/first_run/first_run_unittest.cc', 757 'browser/first_run/first_run_unittest.cc',
758 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', 758 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc',
759 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', 759 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc',
760 'browser/geolocation/geolocation_settings_state_unittest.cc', 760 'browser/geolocation/geolocation_settings_state_unittest.cc',
761 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
762 'browser/global_keyboard_shortcuts_mac_unittest.mm', 761 'browser/global_keyboard_shortcuts_mac_unittest.mm',
763 'browser/google/google_search_counter_unittest.cc', 762 'browser/google/google_search_counter_unittest.cc',
764 'browser/google/google_update_settings_unittest.cc', 763 'browser/google/google_update_settings_unittest.cc',
765 'browser/google/google_url_tracker_unittest.cc', 764 'browser/google/google_url_tracker_unittest.cc',
766 'browser/google/google_util_unittest.cc', 765 'browser/google/google_util_unittest.cc',
767 'browser/google_apis/base_operations_unittest.cc', 766 'browser/google_apis/base_operations_unittest.cc',
768 'browser/google_apis/drive_api_operations_unittest.cc', 767 'browser/google_apis/drive_api_operations_unittest.cc',
769 'browser/google_apis/drive_api_parser_unittest.cc', 768 'browser/google_apis/drive_api_parser_unittest.cc',
770 'browser/google_apis/drive_api_url_generator_unittest.cc', 769 'browser/google_apis/drive_api_url_generator_unittest.cc',
771 'browser/google_apis/drive_uploader_unittest.cc', 770 'browser/google_apis/drive_uploader_unittest.cc',
(...skipping 1556 matching lines...) Expand 10 before | Expand all | Expand 10 after
2328 'unit_tests.isolate', 2327 'unit_tests.isolate',
2329 ], 2328 ],
2330 'sources': [ 2329 'sources': [
2331 'unit_tests.isolate', 2330 'unit_tests.isolate',
2332 ], 2331 ],
2333 }, 2332 },
2334 ], 2333 ],
2335 }], 2334 }],
2336 ], # 'conditions' 2335 ], # 'conditions'
2337 } 2336 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698