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