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

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: bauerb@ .. 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 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after
1431 'browser/password_manager/password_form_data.cc', 1431 'browser/password_manager/password_form_data.cc',
1432 'browser/password_manager/password_form_manager_unittest.cc', 1432 'browser/password_manager/password_form_manager_unittest.cc',
1433 'browser/password_manager/password_manager_unittest.cc', 1433 'browser/password_manager/password_manager_unittest.cc',
1434 'browser/password_manager/password_store_unittest.cc', 1434 'browser/password_manager/password_store_unittest.cc',
1435 'browser/password_manager/password_store_default_unittest.cc', 1435 'browser/password_manager/password_store_default_unittest.cc',
1436 'browser/password_manager/password_store_mac_unittest.cc', 1436 'browser/password_manager/password_store_mac_unittest.cc',
1437 'browser/password_manager/password_store_win_unittest.cc', 1437 'browser/password_manager/password_store_win_unittest.cc',
1438 'browser/password_manager/password_store_x_unittest.cc', 1438 'browser/password_manager/password_store_x_unittest.cc',
1439 'browser/performance_monitor/database_unittest.cc', 1439 'browser/performance_monitor/database_unittest.cc',
1440 'browser/plugins/plugin_finder_unittest.cc', 1440 'browser/plugins/plugin_finder_unittest.cc',
1441 'browser/plugins/plugin_installer_unittest.cc', 1441 'browser/plugins/plugin_metadata_unittest.cc',
1442 'browser/plugins/plugin_prefs_unittest.cc', 1442 'browser/plugins/plugin_prefs_unittest.cc',
1443 'browser/policy/async_policy_provider_unittest.cc', 1443 'browser/policy/async_policy_provider_unittest.cc',
1444 'browser/policy/auto_enrollment_client_unittest.cc', 1444 'browser/policy/auto_enrollment_client_unittest.cc',
1445 'browser/policy/cloud_policy_client_unittest.cc', 1445 'browser/policy/cloud_policy_client_unittest.cc',
1446 'browser/policy/cloud_policy_controller_unittest.cc', 1446 'browser/policy/cloud_policy_controller_unittest.cc',
1447 'browser/policy/cloud_policy_manager_unittest.cc', 1447 'browser/policy/cloud_policy_manager_unittest.cc',
1448 'browser/policy/cloud_policy_provider_unittest.cc', 1448 'browser/policy/cloud_policy_provider_unittest.cc',
1449 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc', 1449 'browser/policy/cloud_policy_refresh_scheduler_unittest.cc',
1450 'browser/policy/cloud_policy_service_unittest.cc', 1450 'browser/policy/cloud_policy_service_unittest.cc',
1451 'browser/policy/cloud_policy_subsystem_unittest.cc', 1451 'browser/policy/cloud_policy_subsystem_unittest.cc',
(...skipping 1115 matching lines...) Expand 10 before | Expand all | Expand 10 after
2567 'browser/sync/glue/theme_data_type_controller_unittest.cc', 2567 'browser/sync/glue/theme_data_type_controller_unittest.cc',
2568 'browser/sync/glue/theme_util_unittest.cc', 2568 'browser/sync/glue/theme_util_unittest.cc',
2569 'browser/ui/webui/theme_source_unittest.cc', 2569 'browser/ui/webui/theme_source_unittest.cc',
2570 ], 2570 ],
2571 'sources/': [ 2571 'sources/': [
2572 ['exclude', '^browser/themes/'], 2572 ['exclude', '^browser/themes/'],
2573 ], 2573 ],
2574 }], 2574 }],
2575 ['enable_plugin_installation==0', { 2575 ['enable_plugin_installation==0', {
2576 'sources!': [ 2576 'sources!': [
2577 'browser/plugins/plugin_finder_unittest.cc',
2578 'browser/plugins/plugin_installer_unittest.cc',
2579 ], 2577 ],
2580 }], 2578 }],
2581 ['enable_protector_service==0', { 2579 ['enable_protector_service==0', {
2582 'sources/': [ 2580 'sources/': [
2583 ['exclude', '^browser/protector/'], 2581 ['exclude', '^browser/protector/'],
2584 ], 2582 ],
2585 }], 2583 }],
2586 ['toolkit_views==1', { 2584 ['toolkit_views==1', {
2587 'dependencies': [ 2585 'dependencies': [
2588 '../ui/views/views.gyp:views', 2586 '../ui/views/views.gyp:views',
(...skipping 2217 matching lines...) Expand 10 before | Expand all | Expand 10 after
4806 '--result', '<@(_outputs)', 4804 '--result', '<@(_outputs)',
4807 '--isolate', 'browser_tests.isolate', 4805 '--isolate', 'browser_tests.isolate',
4808 ], 4806 ],
4809 }, 4807 },
4810 ], 4808 ],
4811 }, 4809 },
4812 ], 4810 ],
4813 }], 4811 }],
4814 ], # 'conditions' 4812 ], # 'conditions'
4815 } 4813 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698