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

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, 3 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
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 1416 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 'browser/password_manager/password_form_manager_unittest.cc', 1427 'browser/password_manager/password_form_manager_unittest.cc',
1428 'browser/password_manager/password_manager_unittest.cc', 1428 'browser/password_manager/password_manager_unittest.cc',
1429 'browser/password_manager/password_store_unittest.cc', 1429 'browser/password_manager/password_store_unittest.cc',
1430 'browser/password_manager/password_store_default_unittest.cc', 1430 'browser/password_manager/password_store_default_unittest.cc',
1431 'browser/password_manager/password_store_mac_unittest.cc', 1431 'browser/password_manager/password_store_mac_unittest.cc',
1432 'browser/password_manager/password_store_win_unittest.cc', 1432 'browser/password_manager/password_store_win_unittest.cc',
1433 'browser/password_manager/password_store_x_unittest.cc', 1433 'browser/password_manager/password_store_x_unittest.cc',
1434 'browser/performance_monitor/database_unittest.cc', 1434 'browser/performance_monitor/database_unittest.cc',
1435 'browser/performance_monitor/performance_monitor_util_unittest.cc', 1435 'browser/performance_monitor/performance_monitor_util_unittest.cc',
1436 'browser/plugin_finder_unittest.cc', 1436 'browser/plugin_finder_unittest.cc',
1437 'browser/plugin_installer_unittest.cc', 1437 'browser/plugin_metadata_unittest.cc',
1438 'browser/plugin_prefs_unittest.cc', 1438 'browser/plugin_prefs_unittest.cc',
1439 'browser/policy/async_policy_provider_unittest.cc', 1439 'browser/policy/async_policy_provider_unittest.cc',
1440 'browser/policy/auto_enrollment_client_unittest.cc', 1440 'browser/policy/auto_enrollment_client_unittest.cc',
1441 'browser/policy/cloud_policy_client_unittest.cc', 1441 'browser/policy/cloud_policy_client_unittest.cc',
1442 'browser/policy/cloud_policy_controller_unittest.cc', 1442 'browser/policy/cloud_policy_controller_unittest.cc',
1443 'browser/policy/cloud_policy_provider_unittest.cc', 1443 'browser/policy/cloud_policy_provider_unittest.cc',
1444 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc', 1444 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc',
1445 'browser/policy/cloud_policy_service_unittest.cc', 1445 'browser/policy/cloud_policy_service_unittest.cc',
1446 'browser/policy/cloud_policy_subsystem_unittest.cc', 1446 'browser/policy/cloud_policy_subsystem_unittest.cc',
1447 'browser/policy/cloud_policy_validator_unittest.cc', 1447 'browser/policy/cloud_policy_validator_unittest.cc',
(...skipping 1099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2547 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2547 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2548 'browser/sync/glue/theme_util_unittest.cc', 2548 'browser/sync/glue/theme_util_unittest.cc',
2549 'browser/ui/webui/theme_source_unittest.cc', 2549 'browser/ui/webui/theme_source_unittest.cc',
2550 ], 2550 ],
2551 'sources/': [ 2551 'sources/': [
2552 ['exclude', '^browser/themes/'], 2552 ['exclude', '^browser/themes/'],
2553 ], 2553 ],
2554 }], 2554 }],
2555 ['enable_plugin_installation==0', { 2555 ['enable_plugin_installation==0', {
2556 'sources!': [ 2556 'sources!': [
2557 'browser/plugin_finder_unittest.cc',
2558 'browser/plugin_installer_unittest.cc',
2559 ], 2557 ],
2560 }], 2558 }],
2561 ['enable_protector_service==0', { 2559 ['enable_protector_service==0', {
2562 'sources/': [ 2560 'sources/': [
2563 ['exclude', '^browser/protector/'], 2561 ['exclude', '^browser/protector/'],
2564 ], 2562 ],
2565 }], 2563 }],
2566 ['toolkit_views==1', { 2564 ['toolkit_views==1', {
2567 'dependencies': [ 2565 'dependencies': [
2568 '../ui/views/views.gyp:views', 2566 '../ui/views/views.gyp:views',
(...skipping 2193 matching lines...) Expand 10 before | Expand all | Expand 10 after
4762 '--result', '<@(_outputs)', 4760 '--result', '<@(_outputs)',
4763 '--isolate', 'browser_tests.isolate', 4761 '--isolate', 'browser_tests.isolate',
4764 ], 4762 ],
4765 }, 4763 },
4766 ], 4764 ],
4767 }, 4765 },
4768 ], 4766 ],
4769 }], 4767 }],
4770 ], # 'conditions' 4768 ], # 'conditions'
4771 } 4769 }
OLDNEW
« chrome/browser/plugin_installer.h ('K') | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698