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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11824023: Add unittest for google_apis::GetAboutOperation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Get rid of EXPECT_X creation. Move the verification method to test_util to share it with gdata_wapi… 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
« no previous file with comments | « chrome/browser/google_apis/test_util.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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc', 754 'browser/geolocation/chrome_geolocation_permission_context_unittest.cc',
755 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc', 755 'browser/geolocation/geolocation_infobar_queue_controller_unittest.cc',
756 'browser/geolocation/geolocation_settings_state_unittest.cc', 756 'browser/geolocation/geolocation_settings_state_unittest.cc',
757 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', 757 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
758 'browser/global_keyboard_shortcuts_mac_unittest.mm', 758 'browser/global_keyboard_shortcuts_mac_unittest.mm',
759 'browser/google/google_search_counter_unittest.cc', 759 'browser/google/google_search_counter_unittest.cc',
760 'browser/google/google_update_settings_unittest.cc', 760 'browser/google/google_update_settings_unittest.cc',
761 'browser/google/google_url_tracker_unittest.cc', 761 'browser/google/google_url_tracker_unittest.cc',
762 'browser/google/google_util_unittest.cc', 762 'browser/google/google_util_unittest.cc',
763 'browser/google_apis/base_operations_unittest.cc', 763 'browser/google_apis/base_operations_unittest.cc',
764 'browser/google_apis/drive_api_operations_unittest.cc',
764 'browser/google_apis/drive_api_parser_unittest.cc', 765 'browser/google_apis/drive_api_parser_unittest.cc',
765 'browser/google_apis/drive_api_url_generator_unittest.cc', 766 'browser/google_apis/drive_api_url_generator_unittest.cc',
766 'browser/google_apis/drive_uploader_unittest.cc', 767 'browser/google_apis/drive_uploader_unittest.cc',
767 'browser/google_apis/gdata_wapi_parser_unittest.cc', 768 'browser/google_apis/gdata_wapi_parser_unittest.cc',
768 'browser/google_apis/gdata_wapi_operations_unittest.cc', 769 'browser/google_apis/gdata_wapi_operations_unittest.cc',
769 'browser/google_apis/gdata_wapi_url_generator_unittest.cc', 770 'browser/google_apis/gdata_wapi_url_generator_unittest.cc',
770 'browser/google_apis/fake_drive_service.cc', 771 'browser/google_apis/fake_drive_service.cc',
771 'browser/google_apis/fake_drive_service.h', 772 'browser/google_apis/fake_drive_service.h',
772 'browser/google_apis/fake_drive_service_unittest.cc', 773 'browser/google_apis/fake_drive_service_unittest.cc',
773 'browser/google_apis/mock_drive_service.cc', 774 'browser/google_apis/mock_drive_service.cc',
(...skipping 1353 matching lines...) Expand 10 before | Expand all | Expand 10 after
2127 'browser/ui/window_sizer/window_sizer_common_unittest.cc', 2128 'browser/ui/window_sizer/window_sizer_common_unittest.cc',
2128 'browser/ui/window_sizer/window_sizer_unittest.cc', 2129 'browser/ui/window_sizer/window_sizer_unittest.cc',
2129 'test/base/browser_with_test_window_test.cc', 2130 'test/base/browser_with_test_window_test.cc',
2130 'test/base/browser_with_test_window_test.h', 2131 'test/base/browser_with_test_window_test.h',
2131 'test/base/test_browser_window.h', 2132 'test/base/test_browser_window.h',
2132 2133
2133 'browser/sessions/persistent_tab_restore_service_browsertest.cc', 2134 'browser/sessions/persistent_tab_restore_service_browsertest.cc',
2134 'browser/sessions/session_backend_unittest.cc', 2135 'browser/sessions/session_backend_unittest.cc',
2135 2136
2136 # Test files cannot be opened on Android. 2137 # Test files cannot be opened on Android.
2138 'browser/google_apis/drive_api_operations_unittest.cc',
2137 'browser/google_apis/fake_drive_service_unittest.cc', 2139 'browser/google_apis/fake_drive_service_unittest.cc',
2138 'browser/google_apis/gdata_wapi_operations_unittest.cc', 2140 'browser/google_apis/gdata_wapi_operations_unittest.cc',
2139 'browser/google_apis/gdata_wapi_parser_unittest.cc', 2141 'browser/google_apis/gdata_wapi_parser_unittest.cc',
2140 2142
2141 # The autofill popup is implemented in mostly native code on 2143 # The autofill popup is implemented in mostly native code on
2142 # Android. 2144 # Android.
2143 'browser/ui/autofill/autofill_popup_controller_unittest.cc', 2145 'browser/ui/autofill/autofill_popup_controller_unittest.cc',
2144 ], 2146 ],
2145 'sources/': [ 2147 'sources/': [
2146 ['exclude', '^browser/captive_portal/'], 2148 ['exclude', '^browser/captive_portal/'],
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
2320 'unit_tests.isolate', 2322 'unit_tests.isolate',
2321 ], 2323 ],
2322 'sources': [ 2324 'sources': [
2323 'unit_tests.isolate', 2325 'unit_tests.isolate',
2324 ], 2326 ],
2325 }, 2327 },
2326 ], 2328 ],
2327 }], 2329 }],
2328 ], # 'conditions' 2330 ], # 'conditions'
2329 } 2331 }
OLDNEW
« no previous file with comments | « chrome/browser/google_apis/test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698