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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7901015: Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo, to ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | Annotate | Revision Log
Property Changes:
Added: svn:mergeinfo
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 'browser/password_manager/login_database_unittest.cc', 1341 'browser/password_manager/login_database_unittest.cc',
1342 'browser/password_manager/native_backend_gnome_x_unittest.cc', 1342 'browser/password_manager/native_backend_gnome_x_unittest.cc',
1343 'browser/password_manager/password_form_data.cc', 1343 'browser/password_manager/password_form_data.cc',
1344 'browser/password_manager/password_form_manager_unittest.cc', 1344 'browser/password_manager/password_form_manager_unittest.cc',
1345 'browser/password_manager/password_manager_unittest.cc', 1345 'browser/password_manager/password_manager_unittest.cc',
1346 'browser/password_manager/password_store_default_unittest.cc', 1346 'browser/password_manager/password_store_default_unittest.cc',
1347 'browser/password_manager/password_store_mac_unittest.cc', 1347 'browser/password_manager/password_store_mac_unittest.cc',
1348 'browser/password_manager/password_store_win_unittest.cc', 1348 'browser/password_manager/password_store_win_unittest.cc',
1349 'browser/password_manager/password_store_x_unittest.cc', 1349 'browser/password_manager/password_store_x_unittest.cc',
1350 'browser/plugin_exceptions_table_model_unittest.cc', 1350 'browser/plugin_exceptions_table_model_unittest.cc',
1351 'browser/plugin_prefs_unittest.cc',
1352 'browser/policy/asynchronous_policy_loader_unittest.cc', 1351 'browser/policy/asynchronous_policy_loader_unittest.cc',
1353 'browser/policy/asynchronous_policy_provider_unittest.cc', 1352 'browser/policy/asynchronous_policy_provider_unittest.cc',
1354 'browser/policy/asynchronous_policy_test_base.cc', 1353 'browser/policy/asynchronous_policy_test_base.cc',
1355 'browser/policy/asynchronous_policy_test_base.h', 1354 'browser/policy/asynchronous_policy_test_base.h',
1356 'browser/policy/cloud_policy_controller_unittest.cc', 1355 'browser/policy/cloud_policy_controller_unittest.cc',
1357 'browser/policy/cloud_policy_provider_unittest.cc', 1356 'browser/policy/cloud_policy_provider_unittest.cc',
1358 'browser/policy/cloud_policy_subsystem_unittest.cc', 1357 'browser/policy/cloud_policy_subsystem_unittest.cc',
1359 'browser/policy/config_dir_policy_provider_unittest.cc', 1358 'browser/policy/config_dir_policy_provider_unittest.cc',
1360 'browser/policy/configuration_policy_pref_store_unittest.cc', 1359 'browser/policy/configuration_policy_pref_store_unittest.cc',
1361 'browser/policy/configuration_policy_provider_mac_unittest.cc', 1360 'browser/policy/configuration_policy_provider_mac_unittest.cc',
(...skipping 2538 matching lines...) Expand 10 before | Expand all | Expand 10 after
3900 # Use outputs of this action as inputs for the main target build. 3899 # Use outputs of this action as inputs for the main target build.
3901 # Seems as a misnomer but makes this happy on Linux (scons). 3900 # Seems as a misnomer but makes this happy on Linux (scons).
3902 'process_outputs_as_sources': 1, 3901 'process_outputs_as_sources': 1,
3903 }, 3902 },
3904 ], # 'actions' 3903 ], # 'actions'
3905 }, 3904 },
3906 ] 3905 ]
3907 }], # 'coverage!=0' 3906 }], # 'coverage!=0'
3908 ], # 'conditions' 3907 ], # 'conditions'
3909 } 3908 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/plugins_ui.cc ('k') | chrome/renderer/chrome_content_renderer_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698