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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 15753004: Introduce drive::DummyFileSystem and rewrite some tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 6 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
« no previous file with comments | « chrome/browser/chromeos/drive/file_write_helper_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 552 matching lines...) Expand 10 before | Expand all | Expand 10 after
563 'browser/chromeos/dbus/printer_service_provider_unittest.cc', 563 'browser/chromeos/dbus/printer_service_provider_unittest.cc',
564 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 564 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
565 'browser/chromeos/dbus/service_provider_test_helper.cc', 565 'browser/chromeos/dbus/service_provider_test_helper.cc',
566 'browser/chromeos/dbus/service_provider_test_helper.h', 566 'browser/chromeos/dbus/service_provider_test_helper.h',
567 'browser/chromeos/display/display_preferences_unittest.cc', 567 'browser/chromeos/display/display_preferences_unittest.cc',
568 'browser/chromeos/drive/download_handler_unittest.cc', 568 'browser/chromeos/drive/download_handler_unittest.cc',
569 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', 569 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc',
570 'browser/chromeos/drive/drive_integration_service_unittest.cc', 570 'browser/chromeos/drive/drive_integration_service_unittest.cc',
571 'browser/chromeos/drive/drive_url_request_job_unittest.cc', 571 'browser/chromeos/drive/drive_url_request_job_unittest.cc',
572 'browser/chromeos/drive/drive_webapps_registry_unittest.cc', 572 'browser/chromeos/drive/drive_webapps_registry_unittest.cc',
573 'browser/chromeos/drive/dummy_file_system.h',
573 'browser/chromeos/drive/fake_file_system.cc', 574 'browser/chromeos/drive/fake_file_system.cc',
574 'browser/chromeos/drive/fake_file_system.h', 575 'browser/chromeos/drive/fake_file_system.h',
575 'browser/chromeos/drive/fake_file_system_unittest.cc', 576 'browser/chromeos/drive/fake_file_system_unittest.cc',
576 'browser/chromeos/drive/fake_free_disk_space_getter.cc', 577 'browser/chromeos/drive/fake_free_disk_space_getter.cc',
577 'browser/chromeos/drive/fake_free_disk_space_getter.h', 578 'browser/chromeos/drive/fake_free_disk_space_getter.h',
578 'browser/chromeos/drive/file_cache_metadata_unittest.cc', 579 'browser/chromeos/drive/file_cache_metadata_unittest.cc',
579 'browser/chromeos/drive/file_cache_unittest.cc', 580 'browser/chromeos/drive/file_cache_unittest.cc',
580 'browser/chromeos/drive/file_change_unittest.cc', 581 'browser/chromeos/drive/file_change_unittest.cc',
581 'browser/chromeos/drive/file_system_unittest.cc', 582 'browser/chromeos/drive/file_system_unittest.cc',
582 'browser/chromeos/drive/file_system/create_directory_operation_unittest. cc', 583 'browser/chromeos/drive/file_system/create_directory_operation_unittest. cc',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
2533 # more details. 2534 # more details.
2534 'DebugInformationFormat': '3', 2535 'DebugInformationFormat': '3',
2535 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2536 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2536 }, 2537 },
2537 }, 2538 },
2538 }, 2539 },
2539 ], 2540 ],
2540 }], 2541 }],
2541 ], # 'conditions' 2542 ], # 'conditions'
2542 } 2543 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/file_write_helper_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698