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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 289313005: Add SimpleGeolocationTest unit test. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update after review. Created 6 years, 7 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
« no previous file with comments | « chrome/browser/chromeos/geolocation/simple_geolocation_unittest.cc ('k') | no next file » | 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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ', 714 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc ',
715 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc', 715 'browser/chromeos/file_system_provider/operations/get_metadata_unittest. cc',
716 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' , 716 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc' ,
717 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc', 717 'browser/chromeos/file_system_provider/operations/read_directory_unittes t.cc',
718 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' , 718 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc' ,
719 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc' , 719 'browser/chromeos/file_system_provider/provided_file_system_unittest.cc' ,
720 'browser/chromeos/file_system_provider/request_manager_unittest.cc', 720 'browser/chromeos/file_system_provider/request_manager_unittest.cc',
721 'browser/chromeos/file_system_provider/service_unittest.cc', 721 'browser/chromeos/file_system_provider/service_unittest.cc',
722 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', 722 'browser/chromeos/fileapi/file_access_permissions_unittest.cc',
723 'browser/chromeos/fileapi/file_system_backend_unittest.cc', 723 'browser/chromeos/fileapi/file_system_backend_unittest.cc',
724 'browser/chromeos/geolocation/simple_geolocation_unittest.cc',
724 'browser/chromeos/imageburner/burn_device_handler_unittest.cc', 725 'browser/chromeos/imageburner/burn_device_handler_unittest.cc',
725 'browser/chromeos/imageburner/burn_manager_unittest.cc', 726 'browser/chromeos/imageburner/burn_manager_unittest.cc',
726 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', 727 'browser/chromeos/input_method/browser_state_monitor_unittest.cc',
727 'browser/chromeos/input_method/input_method_configuration_unittest.cc', 728 'browser/chromeos/input_method/input_method_configuration_unittest.cc',
728 'browser/chromeos/input_method/input_method_engine_unittest.cc', 729 'browser/chromeos/input_method/input_method_engine_unittest.cc',
729 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', 730 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc',
730 'browser/chromeos/input_method/input_method_persistence_unittest.cc', 731 'browser/chromeos/input_method/input_method_persistence_unittest.cc',
731 'browser/chromeos/input_method/input_method_util_unittest.cc', 732 'browser/chromeos/input_method/input_method_util_unittest.cc',
732 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', 733 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc',
733 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc', 734 'browser/chromeos/kiosk_mode/kiosk_mode_settings_unittest.cc',
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after
2845 # more details. 2846 # more details.
2846 'DebugInformationFormat': '3', 2847 'DebugInformationFormat': '3',
2847 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2848 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2848 }, 2849 },
2849 }, 2850 },
2850 }, 2851 },
2851 ], 2852 ],
2852 }], 2853 }],
2853 ], # 'conditions' 2854 ], # 'conditions'
2854 } 2855 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/geolocation/simple_geolocation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698