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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1151763007: Add the boilerplate for actions to File System Provider API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed. 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
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 1200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1211 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_un ittest.cc', 1211 'browser/chromeos/file_system_provider/fileapi/provider_async_file_util_un ittest.cc',
1212 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc', 1212 'browser/chromeos/file_system_provider/mount_path_util_unittest.cc',
1213 'browser/chromeos/file_system_provider/operations/abort_unittest.cc', 1213 'browser/chromeos/file_system_provider/operations/abort_unittest.cc',
1214 'browser/chromeos/file_system_provider/operations/add_watcher_unittest.cc' , 1214 'browser/chromeos/file_system_provider/operations/add_watcher_unittest.cc' ,
1215 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc', 1215 'browser/chromeos/file_system_provider/operations/close_file_unittest.cc',
1216 'browser/chromeos/file_system_provider/operations/configure_unittest.cc', 1216 'browser/chromeos/file_system_provider/operations/configure_unittest.cc',
1217 'browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc', 1217 'browser/chromeos/file_system_provider/operations/copy_entry_unittest.cc',
1218 'browser/chromeos/file_system_provider/operations/create_directory_unittes t.cc', 1218 'browser/chromeos/file_system_provider/operations/create_directory_unittes t.cc',
1219 'browser/chromeos/file_system_provider/operations/create_file_unittest.cc' , 1219 'browser/chromeos/file_system_provider/operations/create_file_unittest.cc' ,
1220 'browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc ', 1220 'browser/chromeos/file_system_provider/operations/delete_entry_unittest.cc ',
1221 'browser/chromeos/file_system_provider/operations/get_actions_unittest.cc' ,
1221 'browser/chromeos/file_system_provider/operations/get_metadata_unittest.cc ', 1222 'browser/chromeos/file_system_provider/operations/get_metadata_unittest.cc ',
1222 'browser/chromeos/file_system_provider/operations/move_entry_unittest.cc', 1223 'browser/chromeos/file_system_provider/operations/move_entry_unittest.cc',
1223 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc', 1224 'browser/chromeos/file_system_provider/operations/open_file_unittest.cc',
1224 'browser/chromeos/file_system_provider/operations/read_directory_unittest. cc', 1225 'browser/chromeos/file_system_provider/operations/read_directory_unittest. cc',
1225 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc', 1226 'browser/chromeos/file_system_provider/operations/read_file_unittest.cc',
1226 'browser/chromeos/file_system_provider/operations/remove_watcher_unittest. cc', 1227 'browser/chromeos/file_system_provider/operations/remove_watcher_unittest. cc',
1227 'browser/chromeos/file_system_provider/operations/test_util.cc', 1228 'browser/chromeos/file_system_provider/operations/test_util.cc',
1228 'browser/chromeos/file_system_provider/operations/test_util.h', 1229 'browser/chromeos/file_system_provider/operations/test_util.h',
1229 'browser/chromeos/file_system_provider/operations/truncate_unittest.cc', 1230 'browser/chromeos/file_system_provider/operations/truncate_unittest.cc',
1230 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc', 1231 'browser/chromeos/file_system_provider/operations/unmount_unittest.cc',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2856 'dependencies': [ 2857 'dependencies': [
2857 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2858 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2858 ], 2859 ],
2859 }], 2860 }],
2860 ], 2861 ],
2861 }, 2862 },
2862 ], 2863 ],
2863 }], 2864 }],
2864 ], # 'conditions' 2865 ], # 'conditions'
2865 } 2866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698