| 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 938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 949 '../components/drive/sync_client_unittest.cc', | 949 '../components/drive/sync_client_unittest.cc', |
| 950 '../ui/base/ime/chromeos/input_method_whitelist.cc', | 950 '../ui/base/ime/chromeos/input_method_whitelist.cc', |
| 951 '../ui/base/ime/chromeos/input_method_whitelist.h', | 951 '../ui/base/ime/chromeos/input_method_whitelist.h', |
| 952 'browser/chromeos/accessibility/magnification_manager_unittest.cc', | 952 'browser/chromeos/accessibility/magnification_manager_unittest.cc', |
| 953 'browser/chromeos/accessibility/spoken_feedback_event_rewriter_unittest.cc
', | 953 'browser/chromeos/accessibility/spoken_feedback_event_rewriter_unittest.cc
', |
| 954 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', | 954 'browser/chromeos/attestation/attestation_ca_client_unittest.cc', |
| 955 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', | 955 'browser/chromeos/attestation/attestation_policy_observer_unittest.cc', |
| 956 'browser/chromeos/attestation/fake_certificate.cc', | 956 'browser/chromeos/attestation/fake_certificate.cc', |
| 957 'browser/chromeos/attestation/fake_certificate.h', | 957 'browser/chromeos/attestation/fake_certificate.h', |
| 958 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', | 958 'browser/chromeos/attestation/platform_verification_flow_unittest.cc', |
| 959 'browser/chromeos/base/file_flusher_unittest.cc', |
| 959 'browser/chromeos/certificate_provider/certificate_provider_service_unitte
st.cc', | 960 'browser/chromeos/certificate_provider/certificate_provider_service_unitte
st.cc', |
| 960 'browser/chromeos/customization/customization_document_unittest.cc', | 961 'browser/chromeos/customization/customization_document_unittest.cc', |
| 961 'browser/chromeos/display/display_preferences_unittest.cc', | 962 'browser/chromeos/display/display_preferences_unittest.cc', |
| 962 'browser/chromeos/drive/download_handler_unittest.cc', | 963 'browser/chromeos/drive/download_handler_unittest.cc', |
| 963 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', | 964 'browser/chromeos/drive/drive_file_stream_reader_unittest.cc', |
| 964 'browser/chromeos/drive/drive_integration_service_unittest.cc', | 965 'browser/chromeos/drive/drive_integration_service_unittest.cc', |
| 965 'browser/chromeos/drive/file_system_util_unittest.cc', | 966 'browser/chromeos/drive/file_system_util_unittest.cc', |
| 966 'browser/chromeos/drive/file_task_executor_unittest.cc', | 967 'browser/chromeos/drive/file_task_executor_unittest.cc', |
| 967 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc', | 968 'browser/chromeos/drive/fileapi/fileapi_worker_unittest.cc', |
| 968 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc
', | 969 'browser/chromeos/drive/fileapi/webkit_file_stream_reader_impl_unittest.cc
', |
| (...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3038 'dependencies': [ | 3039 'dependencies': [ |
| 3039 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 3040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 3040 ], | 3041 ], |
| 3041 }], | 3042 }], |
| 3042 ], | 3043 ], |
| 3043 }, | 3044 }, |
| 3044 ], | 3045 ], |
| 3045 }], | 3046 }], |
| 3046 ], # 'conditions' | 3047 ], # 'conditions' |
| 3047 } | 3048 } |
| OLD | NEW |