OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |