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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1192493003: Move browser-agnostic code from file_system_util to file_system_core_util. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@drive-prefservice
Patch Set: Rebasing... Created 5 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
« 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
1170 'browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest .cc', 1170 'browser/chromeos/drive/file_system/get_file_for_saving_operation_unittest .cc',
1171 'browser/chromeos/drive/file_system/move_operation_unittest.cc', 1171 'browser/chromeos/drive/file_system/move_operation_unittest.cc',
1172 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc', 1172 'browser/chromeos/drive/file_system/open_file_operation_unittest.cc',
1173 'browser/chromeos/drive/file_system/operation_test_base.cc', 1173 'browser/chromeos/drive/file_system/operation_test_base.cc',
1174 'browser/chromeos/drive/file_system/operation_test_base.h', 1174 'browser/chromeos/drive/file_system/operation_test_base.h',
1175 'browser/chromeos/drive/file_system/remove_operation_unittest.cc', 1175 'browser/chromeos/drive/file_system/remove_operation_unittest.cc',
1176 'browser/chromeos/drive/file_system/search_operation_unittest.cc', 1176 'browser/chromeos/drive/file_system/search_operation_unittest.cc',
1177 'browser/chromeos/drive/file_system/set_property_operation_unittest.cc', 1177 'browser/chromeos/drive/file_system/set_property_operation_unittest.cc',
1178 'browser/chromeos/drive/file_system/touch_operation_unittest.cc', 1178 'browser/chromeos/drive/file_system/touch_operation_unittest.cc',
1179 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc', 1179 'browser/chromeos/drive/file_system/truncate_operation_unittest.cc',
1180 'browser/chromeos/drive/file_system_core_util_unittest.cc',
1180 'browser/chromeos/drive/file_system_unittest.cc', 1181 'browser/chromeos/drive/file_system_unittest.cc',
1181 'browser/chromeos/drive/file_system_util_unittest.cc', 1182 'browser/chromeos/drive/file_system_util_unittest.cc',
1182 'browser/chromeos/drive/file_task_executor_unittest.cc', 1183 'browser/chromeos/drive/file_task_executor_unittest.cc',
1183 'browser/chromeos/drive/file_write_watcher_unittest.cc', 1184 'browser/chromeos/drive/file_write_watcher_unittest.cc',
1184 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc', 1185 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc',
1185 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc ', 1186 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc ',
1186 'browser/chromeos/drive/job_queue_unittest.cc', 1187 'browser/chromeos/drive/job_queue_unittest.cc',
1187 'browser/chromeos/drive/job_scheduler_unittest.cc', 1188 'browser/chromeos/drive/job_scheduler_unittest.cc',
1188 'browser/chromeos/drive/local_file_reader_unittest.cc', 1189 'browser/chromeos/drive/local_file_reader_unittest.cc',
1189 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc', 1190 'browser/chromeos/drive/remove_stale_cache_files_unittest.cc',
(...skipping 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
2871 'dependencies': [ 2872 'dependencies': [
2872 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2873 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2873 ], 2874 ],
2874 }], 2875 }],
2875 ], 2876 ],
2876 }, 2877 },
2877 ], 2878 ],
2878 }], 2879 }],
2879 ], # 'conditions' 2880 ], # 'conditions'
2880 } 2881 }
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