| 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 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 620 'browser/sync_file_system/sync_process_runner_unittest.cc', | 620 'browser/sync_file_system/sync_process_runner_unittest.cc', |
| 621 'browser/sync_file_system/syncable_file_system_util_unittest.cc', | 621 'browser/sync_file_system/syncable_file_system_util_unittest.cc', |
| 622 'browser/web_applications/web_app_mac_unittest.mm', | 622 'browser/web_applications/web_app_mac_unittest.mm', |
| 623 'browser/web_applications/web_app_unittest.cc', | 623 'browser/web_applications/web_app_unittest.cc', |
| 624 'common/extensions/api/commands/commands_manifest_unittest.cc', | 624 'common/extensions/api/commands/commands_manifest_unittest.cc', |
| 625 'common/extensions/api/common_extension_api_unittest.cc', | 625 'common/extensions/api/common_extension_api_unittest.cc', |
| 626 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', | 626 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', |
| 627 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', | 627 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', |
| 628 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', | 628 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', |
| 629 'common/extensions/chrome_extensions_client_unittest.cc', | 629 'common/extensions/chrome_extensions_client_unittest.cc', |
| 630 'common/extensions/chrome_manifest_url_handlers_unittest.cc', |
| 630 'common/extensions/command_unittest.cc', | 631 'common/extensions/command_unittest.cc', |
| 631 'common/extensions/extension_icon_set_unittest.cc', | 632 'common/extensions/extension_icon_set_unittest.cc', |
| 632 'common/extensions/extension_unittest.cc', | 633 'common/extensions/extension_unittest.cc', |
| 633 'common/extensions/feature_switch_unittest.cc', | 634 'common/extensions/feature_switch_unittest.cc', |
| 634 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', | 635 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', |
| 635 'common/extensions/manifest_handlers/automation_unittest.cc', | 636 'common/extensions/manifest_handlers/automation_unittest.cc', |
| 636 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, | 637 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, |
| 637 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, | 638 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, |
| 638 'common/extensions/manifest_handlers/settings_overrides_handler_unittest.c
c', | 639 'common/extensions/manifest_handlers/settings_overrides_handler_unittest.c
c', |
| 639 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', | 640 'common/extensions/manifest_handlers/ui_overrides_handler_unittest.cc', |
| (...skipping 2348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2988 'dependencies': [ | 2989 'dependencies': [ |
| 2989 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2990 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2990 ], | 2991 ], |
| 2991 }], | 2992 }], |
| 2992 ], | 2993 ], |
| 2993 }, | 2994 }, |
| 2994 ], | 2995 ], |
| 2995 }], | 2996 }], |
| 2996 ], # 'conditions' | 2997 ], # 'conditions' |
| 2997 } | 2998 } |
| OLD | NEW |