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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10933044: Move chrome/browser/plugin_* to chrome/browser/plugins/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@remove_plugin_group
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
« 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 1419 matching lines...) Expand 10 before | Expand all | Expand 10 after
1430 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1430 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
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/plugin_finder_unittest.cc', 1440 'browser/plugins/plugin_finder_unittest.cc',
1441 'browser/plugin_installer_unittest.cc', 1441 'browser/plugins/plugin_installer_unittest.cc',
1442 'browser/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',
1452 'browser/policy/cloud_policy_validator_unittest.cc', 1452 'browser/policy/cloud_policy_validator_unittest.cc',
(...skipping 1114 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/plugin_finder_unittest.cc', 2577 'browser/plugins/plugin_finder_unittest.cc',
2578 'browser/plugin_installer_unittest.cc', 2578 'browser/plugins/plugin_installer_unittest.cc',
2579 ], 2579 ],
2580 }], 2580 }],
2581 ['enable_protector_service==0', { 2581 ['enable_protector_service==0', {
2582 'sources/': [ 2582 'sources/': [
2583 ['exclude', '^browser/protector/'], 2583 ['exclude', '^browser/protector/'],
2584 ], 2584 ],
2585 }], 2585 }],
2586 ['toolkit_views==1', { 2586 ['toolkit_views==1', {
2587 'dependencies': [ 2587 'dependencies': [
2588 '../ui/views/views.gyp:views', 2588 '../ui/views/views.gyp:views',
(...skipping 2216 matching lines...) Expand 10 before | Expand all | Expand 10 after
4805 '--result', '<@(_outputs)', 4805 '--result', '<@(_outputs)',
4806 '--isolate', 'browser_tests.isolate', 4806 '--isolate', 'browser_tests.isolate',
4807 ], 4807 ],
4808 }, 4808 },
4809 ], 4809 ],
4810 }, 4810 },
4811 ], 4811 ],
4812 }], 4812 }],
4813 ], # 'conditions' 4813 ], # 'conditions'
4814 } 4814 }
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