| 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 579 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 590 '../apps/saved_files_service_unittest.cc', | 590 '../apps/saved_files_service_unittest.cc', |
| 591 '../components/drive/drive_api_util_unittest.cc', | 591 '../components/drive/drive_api_util_unittest.cc', |
| 592 '../components/drive/drive_app_registry_unittest.cc', | 592 '../components/drive/drive_app_registry_unittest.cc', |
| 593 '../components/drive/drive_uploader_unittest.cc', | 593 '../components/drive/drive_uploader_unittest.cc', |
| 594 '../components/drive/event_logger_unittest.cc', | 594 '../components/drive/event_logger_unittest.cc', |
| 595 '../components/drive/service/drive_api_service_unittest.cc', | 595 '../components/drive/service/drive_api_service_unittest.cc', |
| 596 '../components/drive/service/fake_drive_service_unittest.cc', | 596 '../components/drive/service/fake_drive_service_unittest.cc', |
| 597 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', | 597 'browser/apps/app_shim/app_shim_host_mac_unittest.cc', |
| 598 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', | 598 'browser/apps/app_shim/extension_app_shim_handler_mac_unittest.cc', |
| 599 'browser/apps/drive/drive_app_mapping_unittest.cc', | 599 'browser/apps/drive/drive_app_mapping_unittest.cc', |
| 600 'browser/apps/ephemeral_app_service_unittest.cc', | |
| 601 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', | 600 'browser/autocomplete/keyword_extensions_delegate_impl_unittest.cc', |
| 602 'browser/extensions/active_script_controller_unittest.cc', | 601 'browser/extensions/active_script_controller_unittest.cc', |
| 603 'browser/extensions/active_tab_unittest.cc', | 602 'browser/extensions/active_tab_unittest.cc', |
| 604 'browser/extensions/activity_log/activity_database_unittest.cc', | 603 'browser/extensions/activity_log/activity_database_unittest.cc', |
| 605 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', | 604 'browser/extensions/activity_log/activity_log_enabled_unittest.cc', |
| 606 'browser/extensions/activity_log/activity_log_policy_unittest.cc', | 605 'browser/extensions/activity_log/activity_log_policy_unittest.cc', |
| 607 'browser/extensions/activity_log/activity_log_unittest.cc', | 606 'browser/extensions/activity_log/activity_log_unittest.cc', |
| 608 'browser/extensions/activity_log/counting_policy_unittest.cc', | 607 'browser/extensions/activity_log/counting_policy_unittest.cc', |
| 609 'browser/extensions/activity_log/database_string_table_unittest.cc', | 608 'browser/extensions/activity_log/database_string_table_unittest.cc', |
| 610 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', | 609 'browser/extensions/activity_log/fullstream_ui_policy_unittest.cc', |
| (...skipping 2372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2983 'dependencies': [ | 2982 'dependencies': [ |
| 2984 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2983 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2985 ], | 2984 ], |
| 2986 }], | 2985 }], |
| 2987 ], | 2986 ], |
| 2988 }, | 2987 }, |
| 2989 ], | 2988 ], |
| 2990 }], | 2989 }], |
| 2991 ], # 'conditions' | 2990 ], # 'conditions' |
| 2992 } | 2991 } |
| OLD | NEW |