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 834 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
845 'browser/sync_file_system/mock_remote_file_sync_service.h', | 845 'browser/sync_file_system/mock_remote_file_sync_service.h', |
846 'browser/sync_file_system/subtree_set_unittest.cc', | 846 'browser/sync_file_system/subtree_set_unittest.cc', |
847 'browser/sync_file_system/sync_file_system_service_unittest.cc', | 847 'browser/sync_file_system/sync_file_system_service_unittest.cc', |
848 'browser/sync_file_system/sync_file_system_test_util.cc', | 848 'browser/sync_file_system/sync_file_system_test_util.cc', |
849 'browser/sync_file_system/sync_file_system_test_util.h', | 849 'browser/sync_file_system/sync_file_system_test_util.h', |
850 'browser/sync_file_system/sync_process_runner_unittest.cc', | 850 'browser/sync_file_system/sync_process_runner_unittest.cc', |
851 'browser/sync_file_system/syncable_file_system_util_unittest.cc', | 851 'browser/sync_file_system/syncable_file_system_util_unittest.cc', |
852 'browser/web_applications/web_app_mac_unittest.mm', | 852 'browser/web_applications/web_app_mac_unittest.mm', |
853 'browser/web_applications/web_app_unittest.cc', | 853 'browser/web_applications/web_app_unittest.cc', |
854 'common/extensions/api/commands/commands_manifest_unittest.cc', | 854 'common/extensions/api/commands/commands_manifest_unittest.cc', |
| 855 'common/extensions/api/common_extension_api_unittest.cc', |
855 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', | 856 'common/extensions/api/extension_action/browser_action_manifest_unittest.c
c', |
856 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', | 857 'common/extensions/api/extension_action/page_action_manifest_unittest.cc', |
857 'common/extensions/api/extension_api_unittest.cc', | |
858 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', | 858 'common/extensions/api/storage/storage_schema_manifest_handler_unittest.cc
', |
859 'common/extensions/chrome_extensions_client_unittest.cc', | 859 'common/extensions/chrome_extensions_client_unittest.cc', |
860 'common/extensions/command_unittest.cc', | 860 'common/extensions/command_unittest.cc', |
861 'common/extensions/extension_icon_set_unittest.cc', | 861 'common/extensions/extension_icon_set_unittest.cc', |
862 'common/extensions/extension_unittest.cc', | 862 'common/extensions/extension_unittest.cc', |
863 'common/extensions/feature_switch_unittest.cc', | 863 'common/extensions/feature_switch_unittest.cc', |
864 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', | 864 'common/extensions/features/chrome_channel_feature_filter_unittest.cc', |
865 'common/extensions/manifest_handlers/automation_unittest.cc', | 865 'common/extensions/manifest_handlers/automation_unittest.cc', |
866 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, | 866 'common/extensions/manifest_handlers/content_scripts_manifest_unittest.cc'
, |
867 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, | 867 'common/extensions/manifest_handlers/exclude_matches_manifest_unittest.cc'
, |
(...skipping 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2880 'dependencies': [ | 2880 'dependencies': [ |
2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2881 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2882 ], | 2882 ], |
2883 }], | 2883 }], |
2884 ], | 2884 ], |
2885 }, | 2885 }, |
2886 ], | 2886 ], |
2887 }], | 2887 }], |
2888 ], # 'conditions' | 2888 ], # 'conditions' |
2889 } | 2889 } |
OLD | NEW |