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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 11417108: google_apis: Get rid of gdata_wapi_url_util namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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_browser.gypi ('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 755 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc', 766 'browser/geolocation/wifi_data_provider_unittest_chromeos.cc',
767 'browser/global_keyboard_shortcuts_mac_unittest.mm', 767 'browser/global_keyboard_shortcuts_mac_unittest.mm',
768 'browser/google/google_search_counter_unittest.cc', 768 'browser/google/google_search_counter_unittest.cc',
769 'browser/google/google_update_settings_unittest.cc', 769 'browser/google/google_update_settings_unittest.cc',
770 'browser/google/google_url_tracker_unittest.cc', 770 'browser/google/google_url_tracker_unittest.cc',
771 'browser/google/google_util_unittest.cc', 771 'browser/google/google_util_unittest.cc',
772 'browser/google_apis/base_operations_unittest.cc', 772 'browser/google_apis/base_operations_unittest.cc',
773 'browser/google_apis/drive_api_parser_unittest.cc', 773 'browser/google_apis/drive_api_parser_unittest.cc',
774 'browser/google_apis/gdata_wapi_parser_unittest.cc', 774 'browser/google_apis/gdata_wapi_parser_unittest.cc',
775 'browser/google_apis/gdata_wapi_service_unittest.cc', 775 'browser/google_apis/gdata_wapi_service_unittest.cc',
776 'browser/google_apis/gdata_wapi_url_util_unittest.cc', 776 'browser/google_apis/gdata_wapi_url_generator_unittest.cc',
777 'browser/google_apis/mock_drive_service.cc', 777 'browser/google_apis/mock_drive_service.cc',
778 'browser/google_apis/mock_drive_service.h', 778 'browser/google_apis/mock_drive_service.h',
779 'browser/google_apis/mock_drive_uploader.cc', 779 'browser/google_apis/mock_drive_uploader.cc',
780 'browser/google_apis/mock_drive_uploader.h', 780 'browser/google_apis/mock_drive_uploader.h',
781 'browser/google_apis/operation_registry_unittest.cc', 781 'browser/google_apis/operation_registry_unittest.cc',
782 'browser/google_apis/test_server/http_request_unittest.cc', 782 'browser/google_apis/test_server/http_request_unittest.cc',
783 'browser/google_apis/test_server/http_response_unittest.cc', 783 'browser/google_apis/test_server/http_response_unittest.cc',
784 'browser/google_apis/test_server/http_server_unittest.cc', 784 'browser/google_apis/test_server/http_server_unittest.cc',
785 'browser/google_apis/time_util_unittest.cc', 785 'browser/google_apis/time_util_unittest.cc',
786 'browser/history/android/android_cache_database_unittest.cc', 786 'browser/history/android/android_cache_database_unittest.cc',
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
2285 'unit_tests.isolate', 2285 'unit_tests.isolate',
2286 ], 2286 ],
2287 'sources': [ 2287 'sources': [
2288 'unit_tests.isolate', 2288 'unit_tests.isolate',
2289 ], 2289 ],
2290 }, 2290 },
2291 ], 2291 ],
2292 }], 2292 }],
2293 ], # 'conditions' 2293 ], # 'conditions'
2294 } 2294 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698