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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10411098: Reland 138502 - Move version metadata from PluginGroup into PluginInstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 7 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/ui/webui/plugins_ui.cc ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | 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 1320 matching lines...) Expand 10 before | Expand all | Expand 10 after
1331 'browser/password_manager/native_backend_kwallet_x_unittest.cc', 1331 'browser/password_manager/native_backend_kwallet_x_unittest.cc',
1332 'browser/password_manager/password_form_data.cc', 1332 'browser/password_manager/password_form_data.cc',
1333 'browser/password_manager/password_form_manager_unittest.cc', 1333 'browser/password_manager/password_form_manager_unittest.cc',
1334 'browser/password_manager/password_manager_unittest.cc', 1334 'browser/password_manager/password_manager_unittest.cc',
1335 'browser/password_manager/password_store_unittest.cc', 1335 'browser/password_manager/password_store_unittest.cc',
1336 'browser/password_manager/password_store_default_unittest.cc', 1336 'browser/password_manager/password_store_default_unittest.cc',
1337 'browser/password_manager/password_store_mac_unittest.cc', 1337 'browser/password_manager/password_store_mac_unittest.cc',
1338 'browser/password_manager/password_store_win_unittest.cc', 1338 'browser/password_manager/password_store_win_unittest.cc',
1339 'browser/password_manager/password_store_x_unittest.cc', 1339 'browser/password_manager/password_store_x_unittest.cc',
1340 'browser/plugin_finder_unittest.cc', 1340 'browser/plugin_finder_unittest.cc',
1341 'browser/plugin_installer_unittest.cc',
1341 'browser/plugin_prefs_unittest.cc', 1342 'browser/plugin_prefs_unittest.cc',
1342 'browser/policy/asynchronous_policy_loader_unittest.cc', 1343 'browser/policy/asynchronous_policy_loader_unittest.cc',
1343 'browser/policy/asynchronous_policy_provider_unittest.cc', 1344 'browser/policy/asynchronous_policy_provider_unittest.cc',
1344 'browser/policy/asynchronous_policy_test_base.cc', 1345 'browser/policy/asynchronous_policy_test_base.cc',
1345 'browser/policy/asynchronous_policy_test_base.h', 1346 'browser/policy/asynchronous_policy_test_base.h',
1346 'browser/policy/auto_enrollment_client_unittest.cc', 1347 'browser/policy/auto_enrollment_client_unittest.cc',
1347 'browser/policy/cloud_policy_controller_unittest.cc', 1348 'browser/policy/cloud_policy_controller_unittest.cc',
1348 'browser/policy/cloud_policy_provider_unittest.cc', 1349 'browser/policy/cloud_policy_provider_unittest.cc',
1349 'browser/policy/cloud_policy_subsystem_unittest.cc', 1350 'browser/policy/cloud_policy_subsystem_unittest.cc',
1350 'browser/policy/config_dir_policy_provider_unittest.cc', 1351 'browser/policy/config_dir_policy_provider_unittest.cc',
(...skipping 996 matching lines...) Expand 10 before | Expand all | Expand 10 after
2347 'browser/sync/glue/theme_util_unittest.cc', 2348 'browser/sync/glue/theme_util_unittest.cc',
2348 'browser/ui/webui/theme_source_unittest.cc', 2349 'browser/ui/webui/theme_source_unittest.cc',
2349 ], 2350 ],
2350 'sources/': [ 2351 'sources/': [
2351 ['exclude', '^browser/themes/'], 2352 ['exclude', '^browser/themes/'],
2352 ], 2353 ],
2353 }], 2354 }],
2354 ['enable_plugin_installation==0', { 2355 ['enable_plugin_installation==0', {
2355 'sources!': [ 2356 'sources!': [
2356 'browser/plugin_finder_unittest.cc', 2357 'browser/plugin_finder_unittest.cc',
2358 'browser/plugin_installer_unittest.cc',
2357 ], 2359 ],
2358 }], 2360 }],
2359 ['enable_protector_service==0', { 2361 ['enable_protector_service==0', {
2360 'sources/': [ 2362 'sources/': [
2361 ['exclude', '^browser/protector/'], 2363 ['exclude', '^browser/protector/'],
2362 ], 2364 ],
2363 }], 2365 }],
2364 ['toolkit_views==1', { 2366 ['toolkit_views==1', {
2365 'dependencies': [ 2367 'dependencies': [
2366 '../ui/views/views.gyp:views', 2368 '../ui/views/views.gyp:views',
(...skipping 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after
4598 # Use outputs of this action as inputs for the main target build. 4600 # Use outputs of this action as inputs for the main target build.
4599 # Seems as a misnomer but makes this happy on Linux (scons). 4601 # Seems as a misnomer but makes this happy on Linux (scons).
4600 'process_outputs_as_sources': 1, 4602 'process_outputs_as_sources': 1,
4601 }, 4603 },
4602 ], # 'actions' 4604 ], # 'actions'
4603 }, 4605 },
4604 ] 4606 ]
4605 }], # 'coverage!=0' 4607 }], # 'coverage!=0'
4606 ], # 'conditions' 4608 ], # 'conditions'
4607 } 4609 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | webkit/plugins/npapi/plugin_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698