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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 3717005: This adds a plugin selection policy for selecting allowed plugins (Closed)
Patch Set: fix win build Created 10 years, 2 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'test/webdriver/commands/command.h', 665 'test/webdriver/commands/command.h',
666 'test/webdriver/commands/command.cc', 666 'test/webdriver/commands/command.cc',
667 'test/webdriver/commands/create_session.h', 667 'test/webdriver/commands/create_session.h',
668 'test/webdriver/commands/create_session.cc', 668 'test/webdriver/commands/create_session.cc',
669 'test/webdriver/commands/navigate_commands.h', 669 'test/webdriver/commands/navigate_commands.h',
670 'test/webdriver/commands/navigate_commands.cc', 670 'test/webdriver/commands/navigate_commands.cc',
671 'test/webdriver/commands/response.h', 671 'test/webdriver/commands/response.h',
672 'test/webdriver/commands/session_with_id.h', 672 'test/webdriver/commands/session_with_id.h',
673 'test/webdriver/commands/session_with_id.cc', 673 'test/webdriver/commands/session_with_id.cc',
674 'test/webdriver/commands/source_command.h', 674 'test/webdriver/commands/source_command.h',
675 'test/webdriver/commands/source_command.cc', 675 'test/webdriver/commands/source_command.cc',
676 'test/webdriver/commands/title_command.h', 676 'test/webdriver/commands/title_command.h',
677 'test/webdriver/commands/title_command.cc', 677 'test/webdriver/commands/title_command.cc',
678 'test/webdriver/commands/url_command.h', 678 'test/webdriver/commands/url_command.h',
679 'test/webdriver/commands/url_command.cc', 679 'test/webdriver/commands/url_command.cc',
680 'test/webdriver/commands/webdriver_command.h', 680 'test/webdriver/commands/webdriver_command.h',
681 'test/webdriver/commands/webdriver_command.cc', 681 'test/webdriver/commands/webdriver_command.cc',
682 ], 682 ],
683 'conditions': [ 683 'conditions': [
684 ['OS=="linux"', { 684 ['OS=="linux"', {
685 'dependencies': [ 685 'dependencies': [
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1056 'browser/chromeos/login/owner_manager_unittest.cc', 1056 'browser/chromeos/login/owner_manager_unittest.cc',
1057 'browser/chromeos/login/ownership_service_unittest.cc', 1057 'browser/chromeos/login/ownership_service_unittest.cc',
1058 'browser/chromeos/login/parallel_authenticator_unittest.cc', 1058 'browser/chromeos/login/parallel_authenticator_unittest.cc',
1059 'browser/chromeos/login/signed_settings_unittest.cc', 1059 'browser/chromeos/login/signed_settings_unittest.cc',
1060 'browser/chromeos/login/signed_settings_helper_unittest.cc', 1060 'browser/chromeos/login/signed_settings_helper_unittest.cc',
1061 'browser/chromeos/login/wizard_accessibility_handler_unittest.cc', 1061 'browser/chromeos/login/wizard_accessibility_handler_unittest.cc',
1062 'browser/chromeos/notifications/desktop_notifications_unittest.cc', 1062 'browser/chromeos/notifications/desktop_notifications_unittest.cc',
1063 'browser/chromeos/offline/offline_load_page_unittest.cc', 1063 'browser/chromeos/offline/offline_load_page_unittest.cc',
1064 'browser/chromeos/options/language_config_model_unittest.cc', 1064 'browser/chromeos/options/language_config_model_unittest.cc',
1065 'browser/chromeos/pipe_reader_unittest.cc', 1065 'browser/chromeos/pipe_reader_unittest.cc',
1066 'browser/chromeos/plugin_selection_policy_unittest.cc',
1066 'browser/chromeos/proxy_config_service_impl_unittest.cc', 1067 'browser/chromeos/proxy_config_service_impl_unittest.cc',
1067 'browser/chromeos/status/input_method_menu_unittest.cc', 1068 'browser/chromeos/status/input_method_menu_unittest.cc',
1068 'browser/chromeos/version_loader_unittest.cc', 1069 'browser/chromeos/version_loader_unittest.cc',
1069 'browser/content_setting_bubble_model_unittest.cc', 1070 'browser/content_setting_bubble_model_unittest.cc',
1070 'browser/content_setting_image_model_unittest.cc', 1071 'browser/content_setting_image_model_unittest.cc',
1071 'browser/debugger/devtools_remote_listen_socket_unittest.cc', 1072 'browser/debugger/devtools_remote_listen_socket_unittest.cc',
1072 'browser/debugger/devtools_remote_listen_socket_unittest.h', 1073 'browser/debugger/devtools_remote_listen_socket_unittest.h',
1073 'browser/debugger/devtools_remote_message_unittest.cc', 1074 'browser/debugger/devtools_remote_message_unittest.cc',
1074 'browser/diagnostics/diagnostics_model_unittest.cc', 1075 'browser/diagnostics/diagnostics_model_unittest.cc',
1075 # It is safe to list */cocoa/* files in the "common" file list 1076 # It is safe to list */cocoa/* files in the "common" file list
(...skipping 2168 matching lines...) Expand 10 before | Expand all | Expand 10 after
3244 ] 3245 ]
3245 }], # 'coverage!=0' 3246 }], # 'coverage!=0'
3246 ], # 'conditions' 3247 ], # 'conditions'
3247 } 3248 }
3248 3249
3249 # Local Variables: 3250 # Local Variables:
3250 # tab-width:2 3251 # tab-width:2
3251 # indent-tabs-mode:nil 3252 # indent-tabs-mode:nil
3252 # End: 3253 # End:
3253 # vim: set expandtab tabstop=2 shiftwidth=2: 3254 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698