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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10910168: Separate plugin_metadata from plugin_installer, thread-safe plugin_finder (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: .. Created 8 years, 2 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
« no previous file with comments | « chrome/chrome_browser.gypi ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 'browser/password_manager/password_form_data.cc', 1429 'browser/password_manager/password_form_data.cc',
1430 'browser/password_manager/password_form_manager_unittest.cc', 1430 'browser/password_manager/password_form_manager_unittest.cc',
1431 'browser/password_manager/password_manager_unittest.cc', 1431 'browser/password_manager/password_manager_unittest.cc',
1432 'browser/password_manager/password_store_unittest.cc', 1432 'browser/password_manager/password_store_unittest.cc',
1433 'browser/password_manager/password_store_default_unittest.cc', 1433 'browser/password_manager/password_store_default_unittest.cc',
1434 'browser/password_manager/password_store_mac_unittest.cc', 1434 'browser/password_manager/password_store_mac_unittest.cc',
1435 'browser/password_manager/password_store_win_unittest.cc', 1435 'browser/password_manager/password_store_win_unittest.cc',
1436 'browser/password_manager/password_store_x_unittest.cc', 1436 'browser/password_manager/password_store_x_unittest.cc',
1437 'browser/performance_monitor/database_unittest.cc', 1437 'browser/performance_monitor/database_unittest.cc',
1438 'browser/plugins/plugin_finder_unittest.cc', 1438 'browser/plugins/plugin_finder_unittest.cc',
1439 'browser/plugins/plugin_installer_unittest.cc', 1439 'browser/plugins/plugin_metadata_unittest.cc',
1440 'browser/plugins/plugin_prefs_unittest.cc', 1440 'browser/plugins/plugin_prefs_unittest.cc',
1441 'browser/policy/async_policy_provider_unittest.cc', 1441 'browser/policy/async_policy_provider_unittest.cc',
1442 'browser/policy/auto_enrollment_client_unittest.cc', 1442 'browser/policy/auto_enrollment_client_unittest.cc',
1443 'browser/policy/cloud_policy_client_unittest.cc', 1443 'browser/policy/cloud_policy_client_unittest.cc',
1444 'browser/policy/cloud_policy_controller_unittest.cc', 1444 'browser/policy/cloud_policy_controller_unittest.cc',
1445 'browser/policy/cloud_policy_manager_unittest.cc', 1445 'browser/policy/cloud_policy_manager_unittest.cc',
1446 'browser/policy/cloud_policy_provider_unittest.cc', 1446 'browser/policy/cloud_policy_provider_unittest.cc',
1447 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc', 1447 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc',
1448 'browser/policy/cloud_policy_service_unittest.cc', 1448 'browser/policy/cloud_policy_service_unittest.cc',
1449 'browser/policy/cloud_policy_subsystem_unittest.cc', 1449 'browser/policy/cloud_policy_subsystem_unittest.cc',
(...skipping 1130 matching lines...) Expand 10 before | Expand all | Expand 10 after
2580 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2580 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2581 'browser/sync/glue/theme_util_unittest.cc', 2581 'browser/sync/glue/theme_util_unittest.cc',
2582 'browser/ui/webui/theme_source_unittest.cc', 2582 'browser/ui/webui/theme_source_unittest.cc',
2583 ], 2583 ],
2584 'sources/': [ 2584 'sources/': [
2585 ['exclude', '^browser/themes/'], 2585 ['exclude', '^browser/themes/'],
2586 ], 2586 ],
2587 }], 2587 }],
2588 ['enable_plugin_installation==0', { 2588 ['enable_plugin_installation==0', {
2589 'sources!': [ 2589 'sources!': [
2590 'browser/plugins/plugin_finder_unittest.cc',
2591 'browser/plugins/plugin_installer_unittest.cc',
2592 ], 2590 ],
2593 }], 2591 }],
2594 ['enable_protector_service==0', { 2592 ['enable_protector_service==0', {
2595 'sources/': [ 2593 'sources/': [
2596 ['exclude', '^browser/protector/'], 2594 ['exclude', '^browser/protector/'],
2597 ], 2595 ],
2598 }], 2596 }],
2599 ['toolkit_views==1', { 2597 ['toolkit_views==1', {
2600 'dependencies': [ 2598 'dependencies': [
2601 '../ui/views/views.gyp:views', 2599 '../ui/views/views.gyp:views',
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4848 '--result', '<@(_outputs)', 4846 '--result', '<@(_outputs)',
4849 '--isolate', 'browser_tests.isolate', 4847 '--isolate', 'browser_tests.isolate',
4850 ], 4848 ],
4851 }, 4849 },
4852 ], 4850 ],
4853 }, 4851 },
4854 ], 4852 ],
4855 }], 4853 }],
4856 ], # 'conditions' 4854 ], # 'conditions'
4857 } 4855 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698