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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 14237004: Add an utility interface ReaderProxy and its implementation for local file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 536 matching lines...) Expand 10 before | Expand all | Expand 10 after
547 'browser/chromeos/customization_document_unittest.cc', 547 'browser/chromeos/customization_document_unittest.cc',
548 'browser/chromeos/dbus/cros_dbus_service_unittest.cc', 548 'browser/chromeos/dbus/cros_dbus_service_unittest.cc',
549 'browser/chromeos/dbus/printer_service_provider_unittest.cc', 549 'browser/chromeos/dbus/printer_service_provider_unittest.cc',
550 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc', 550 'browser/chromeos/dbus/proxy_resolution_service_provider_unittest.cc',
551 'browser/chromeos/dbus/service_provider_test_helper.cc', 551 'browser/chromeos/dbus/service_provider_test_helper.cc',
552 'browser/chromeos/dbus/service_provider_test_helper.h', 552 'browser/chromeos/dbus/service_provider_test_helper.h',
553 'browser/chromeos/display/display_preferences_unittest.cc', 553 'browser/chromeos/display/display_preferences_unittest.cc',
554 'browser/chromeos/drive/drive_cache_metadata_unittest.cc', 554 'browser/chromeos/drive/drive_cache_metadata_unittest.cc',
555 'browser/chromeos/drive/drive_cache_unittest.cc', 555 'browser/chromeos/drive/drive_cache_unittest.cc',
556 'browser/chromeos/drive/drive_download_handler_unittest.cc', 556 'browser/chromeos/drive/drive_download_handler_unittest.cc',
557 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc',
557 'browser/chromeos/drive/drive_file_system_unittest.cc', 558 'browser/chromeos/drive/drive_file_system_unittest.cc',
558 'browser/chromeos/drive/drive_file_system_util_unittest.cc', 559 'browser/chromeos/drive/drive_file_system_util_unittest.cc',
559 'browser/chromeos/drive/drive_prefetcher_unittest.cc', 560 'browser/chromeos/drive/drive_prefetcher_unittest.cc',
560 'browser/chromeos/drive/drive_resource_metadata_storage_unittest.cc', 561 'browser/chromeos/drive/drive_resource_metadata_storage_unittest.cc',
561 'browser/chromeos/drive/drive_resource_metadata_unittest.cc', 562 'browser/chromeos/drive/drive_resource_metadata_unittest.cc',
562 'browser/chromeos/drive/drive_scheduler_unittest.cc', 563 'browser/chromeos/drive/drive_scheduler_unittest.cc',
563 'browser/chromeos/drive/drive_sync_client_unittest.cc', 564 'browser/chromeos/drive/drive_sync_client_unittest.cc',
564 'browser/chromeos/drive/drive_system_service_unittest.cc', 565 'browser/chromeos/drive/drive_system_service_unittest.cc',
565 'browser/chromeos/drive/drive_test_util.cc', 566 'browser/chromeos/drive/drive_test_util.cc',
566 'browser/chromeos/drive/drive_test_util.h', 567 'browser/chromeos/drive/drive_test_util.h',
(...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after
2420 # more details. 2421 # more details.
2421 'DebugInformationFormat': '3', 2422 'DebugInformationFormat': '3',
2422 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', 2423 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb',
2423 }, 2424 },
2424 }, 2425 },
2425 }, 2426 },
2426 ], 2427 ],
2427 }], 2428 }],
2428 ], # 'conditions' 2429 ], # 'conditions'
2429 } 2430 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698