| 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 1014 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1025 'browser/chromeos/file_system_provider/queue_unittest.cc', | 1025 'browser/chromeos/file_system_provider/queue_unittest.cc', |
| 1026 'browser/chromeos/file_system_provider/registry_unittest.cc', | 1026 'browser/chromeos/file_system_provider/registry_unittest.cc', |
| 1027 'browser/chromeos/file_system_provider/request_manager_unittest.cc', | 1027 'browser/chromeos/file_system_provider/request_manager_unittest.cc', |
| 1028 'browser/chromeos/file_system_provider/scoped_file_opener_unittest.cc', | 1028 'browser/chromeos/file_system_provider/scoped_file_opener_unittest.cc', |
| 1029 'browser/chromeos/file_system_provider/service_unittest.cc', | 1029 'browser/chromeos/file_system_provider/service_unittest.cc', |
| 1030 'browser/chromeos/file_system_provider/throttled_file_system_unittest.cc', | 1030 'browser/chromeos/file_system_provider/throttled_file_system_unittest.cc', |
| 1031 'browser/chromeos/fileapi/external_file_url_request_job_unittest.cc', | 1031 'browser/chromeos/fileapi/external_file_url_request_job_unittest.cc', |
| 1032 'browser/chromeos/fileapi/external_file_url_util_unittest.cc', | 1032 'browser/chromeos/fileapi/external_file_url_util_unittest.cc', |
| 1033 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', | 1033 'browser/chromeos/fileapi/file_access_permissions_unittest.cc', |
| 1034 'browser/chromeos/fileapi/file_system_backend_unittest.cc', | 1034 'browser/chromeos/fileapi/file_system_backend_unittest.cc', |
| 1035 'browser/chromeos/hats/hats_notification_controller_unittest.cc', |
| 1035 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', | 1036 'browser/chromeos/input_method/browser_state_monitor_unittest.cc', |
| 1036 'browser/chromeos/input_method/input_method_configuration_unittest.cc', | 1037 'browser/chromeos/input_method/input_method_configuration_unittest.cc', |
| 1037 'browser/chromeos/input_method/input_method_engine_unittest.cc', | 1038 'browser/chromeos/input_method/input_method_engine_unittest.cc', |
| 1038 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', | 1039 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc', |
| 1039 'browser/chromeos/input_method/input_method_persistence_unittest.cc', | 1040 'browser/chromeos/input_method/input_method_persistence_unittest.cc', |
| 1040 'browser/chromeos/input_method/input_method_util_unittest.cc', | 1041 'browser/chromeos/input_method/input_method_util_unittest.cc', |
| 1041 'browser/chromeos/locale_change_guard_unittest.cc', | 1042 'browser/chromeos/locale_change_guard_unittest.cc', |
| 1042 'browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc', | 1043 'browser/chromeos/login/auth/cryptohome_authenticator_unittest.cc', |
| 1043 'browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper_unittest
.cc', | 1044 'browser/chromeos/login/easy_unlock/easy_unlock_challenge_wrapper_unittest
.cc', |
| 1044 'browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.c
c', | 1045 'browser/chromeos/login/easy_unlock/easy_unlock_tpm_key_manager_unittest.c
c', |
| (...skipping 1981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3026 'dependencies': [ | 3027 'dependencies': [ |
| 3027 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3028 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3028 ], | 3029 ], |
| 3029 }], | 3030 }], |
| 3030 ], | 3031 ], |
| 3031 }, | 3032 }, |
| 3032 ], | 3033 ], |
| 3033 }], | 3034 }], |
| 3034 ], # 'conditions' | 3035 ], # 'conditions' |
| 3035 } | 3036 } |
| OLD | NEW |