Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 230163002: Use DownloadManager to initiate downloads from PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/plugins/plugin_installer_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1114 matching lines...) Expand 10 before | Expand all | Expand 10 after
1125 'browser/parsers/metadata_parser_filebase_unittest.cc', 1125 'browser/parsers/metadata_parser_filebase_unittest.cc',
1126 'browser/password_manager/chrome_password_manager_client_unittest.cc', 1126 'browser/password_manager/chrome_password_manager_client_unittest.cc',
1127 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1127 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1128 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1128 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1129 'browser/password_manager/password_manager_metrics_util_unittest.cc', 1129 'browser/password_manager/password_manager_metrics_util_unittest.cc',
1130 'browser/password_manager/password_store_mac_unittest.cc', 1130 'browser/password_manager/password_store_mac_unittest.cc',
1131 'browser/password_manager/password_store_win_unittest.cc', 1131 'browser/password_manager/password_store_win_unittest.cc',
1132 'browser/password_manager/password_store_x_unittest.cc', 1132 'browser/password_manager/password_store_x_unittest.cc',
1133 'browser/performance_monitor/database_unittest.cc', 1133 'browser/performance_monitor/database_unittest.cc',
1134 'browser/plugins/plugin_finder_unittest.cc', 1134 'browser/plugins/plugin_finder_unittest.cc',
1135 'browser/plugins/plugin_installer_unittest.cc',
1135 'browser/plugins/plugin_metadata_unittest.cc', 1136 'browser/plugins/plugin_metadata_unittest.cc',
1136 'browser/plugins/plugin_prefs_unittest.cc', 1137 'browser/plugins/plugin_prefs_unittest.cc',
1137 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc', 1138 'browser/policy/cloud/cloud_policy_invalidator_unittest.cc',
1138 'browser/policy/cloud/user_policy_signin_service_unittest.cc', 1139 'browser/policy/cloud/user_policy_signin_service_unittest.cc',
1139 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc', 1140 'browser/policy/file_selection_dialogs_policy_handler_unittest.cc',
1140 'browser/policy/javascript_policy_handler_unittest.cc', 1141 'browser/policy/javascript_policy_handler_unittest.cc',
1141 'browser/policy/policy_path_parser_unittest.cc', 1142 'browser/policy/policy_path_parser_unittest.cc',
1142 'browser/policy/url_blacklist_manager_unittest.cc', 1143 'browser/policy/url_blacklist_manager_unittest.cc',
1143 'browser/predictors/autocomplete_action_predictor_table_unittest.cc', 1144 'browser/predictors/autocomplete_action_predictor_table_unittest.cc',
1144 'browser/predictors/autocomplete_action_predictor_unittest.cc', 1145 'browser/predictors/autocomplete_action_predictor_unittest.cc',
(...skipping 1526 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 ['use_ozone==1', { 2672 ['use_ozone==1', {
2672 'sources!': [ 2673 'sources!': [
2673 # crbug.com/362698 2674 # crbug.com/362698
2674 'browser/chromeos/input_method/input_method_engine_unittest.cc', 2675 'browser/chromeos/input_method/input_method_engine_unittest.cc',
2675 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ', 2676 'browser/chromeos/input_method/input_method_manager_impl_unittest.cc ',
2676 ], 2677 ],
2677 'sources/': [ 2678 'sources/': [
2678 ['exclude', '^browser/chromeos/events/'], # crbug.com/354036 2679 ['exclude', '^browser/chromeos/events/'], # crbug.com/354036
2679 ], 2680 ],
2680 }], 2681 }],
2682 ['enable_plugin_installation==0', {
2683 'sources!': [
2684 'browser/plugins/plugin_installer_unittest.cc',
2685 ],
2686 }],
2681 ], 2687 ],
2682 }, 2688 },
2683 { 2689 {
2684 'target_name': 'chrome_app_unittests', 2690 'target_name': 'chrome_app_unittests',
2685 'type': 'executable', 2691 'type': 'executable',
2686 'dependencies': [ 2692 'dependencies': [
2687 # unit tests should only depend on 2693 # unit tests should only depend on
2688 # 1) everything that the chrome binaries depend on: 2694 # 1) everything that the chrome binaries depend on:
2689 '<@(chromium_browser_dependencies)', 2695 '<@(chromium_browser_dependencies)',
2690 '<@(chromium_child_dependencies)', 2696 '<@(chromium_child_dependencies)',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
2839 'browser/ui/app_list/test/fake_profile_store.h', 2845 'browser/ui/app_list/test/fake_profile_store.h',
2840 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2846 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2841 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc', 2847 'browser/ui/views/app_list/linux/app_list_linux_unittest.cc',
2842 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2848 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2843 ], 2849 ],
2844 }, 2850 },
2845 ], 2851 ],
2846 }], 2852 }],
2847 ], # 'conditions' 2853 ], # 'conditions'
2848 } 2854 }
OLDNEW
« no previous file with comments | « chrome/browser/plugins/plugin_installer_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698