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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 145173010: drive: Merge ContentUpdatePerformer to EntryUpdatePerformer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: please review this Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_browser_chromeos.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 656 matching lines...) Expand 10 before | Expand all | Expand 10 after
667 'browser/chromeos/drive/file_write_watcher_unittest.cc', 667 'browser/chromeos/drive/file_write_watcher_unittest.cc',
668 'browser/chromeos/drive/fileapi_worker_unittest.cc', 668 'browser/chromeos/drive/fileapi_worker_unittest.cc',
669 'browser/chromeos/drive/job_queue_unittest.cc', 669 'browser/chromeos/drive/job_queue_unittest.cc',
670 'browser/chromeos/drive/job_scheduler_unittest.cc', 670 'browser/chromeos/drive/job_scheduler_unittest.cc',
671 'browser/chromeos/drive/local_file_reader_unittest.cc', 671 'browser/chromeos/drive/local_file_reader_unittest.cc',
672 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc', 672 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc',
673 'browser/chromeos/drive/resource_entry_conversion_unittest.cc', 673 'browser/chromeos/drive/resource_entry_conversion_unittest.cc',
674 'browser/chromeos/drive/resource_metadata_storage_unittest.cc', 674 'browser/chromeos/drive/resource_metadata_storage_unittest.cc',
675 'browser/chromeos/drive/resource_metadata_unittest.cc', 675 'browser/chromeos/drive/resource_metadata_unittest.cc',
676 'browser/chromeos/drive/search_metadata_unittest.cc', 676 'browser/chromeos/drive/search_metadata_unittest.cc',
677 'browser/chromeos/drive/sync/content_update_performer_unittest.cc',
678 'browser/chromeos/drive/sync/entry_revert_performer_unittest.cc', 677 'browser/chromeos/drive/sync/entry_revert_performer_unittest.cc',
679 'browser/chromeos/drive/sync/entry_update_performer_unittest.cc', 678 'browser/chromeos/drive/sync/entry_update_performer_unittest.cc',
680 'browser/chromeos/drive/sync/remove_performer_unittest.cc', 679 'browser/chromeos/drive/sync/remove_performer_unittest.cc',
681 'browser/chromeos/drive/sync_client_unittest.cc', 680 'browser/chromeos/drive/sync_client_unittest.cc',
682 'browser/chromeos/drive/test_util.cc', 681 'browser/chromeos/drive/test_util.cc',
683 'browser/chromeos/drive/test_util.h', 682 'browser/chromeos/drive/test_util.h',
684 'browser/chromeos/drive/webkit_file_stream_reader_impl_unittest.cc', 683 'browser/chromeos/drive/webkit_file_stream_reader_impl_unittest.cc',
685 'browser/chromeos/drive/write_on_cache_file_unittest.cc', 684 'browser/chromeos/drive/write_on_cache_file_unittest.cc',
686 'browser/chromeos/extensions/default_app_order_unittest.cc', 685 'browser/chromeos/extensions/default_app_order_unittest.cc',
687 'browser/chromeos/extensions/device_local_account_external_policy_loader _unittest.cc', 686 'browser/chromeos/extensions/device_local_account_external_policy_loader _unittest.cc',
(...skipping 2212 matching lines...) Expand 10 before | Expand all | Expand 10 after
2900 'browser/ui/app_list/test/fake_profile_store.h', 2899 'browser/ui/app_list/test/fake_profile_store.h',
2901 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2900 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2902 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2901 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2903 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2902 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2904 ], 2903 ],
2905 }, 2904 },
2906 ], 2905 ],
2907 }], 2906 }],
2908 ], # 'conditions' 2907 ], # 'conditions'
2909 } 2908 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698