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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7462008: Add a preference and command-line option to disable SSL/TLS cipher suites (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase before commit Created 9 years, 5 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
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 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1494 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 1494 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
1495 'browser/net/gaia/token_service_unittest.cc', 1495 'browser/net/gaia/token_service_unittest.cc',
1496 'browser/net/gaia/token_service_unittest.h', 1496 'browser/net/gaia/token_service_unittest.h',
1497 'browser/net/load_timing_observer_unittest.cc', 1497 'browser/net/load_timing_observer_unittest.cc',
1498 'browser/net/network_stats_unittest.cc', 1498 'browser/net/network_stats_unittest.cc',
1499 'browser/net/passive_log_collector_unittest.cc', 1499 'browser/net/passive_log_collector_unittest.cc',
1500 'browser/net/predictor_unittest.cc', 1500 'browser/net/predictor_unittest.cc',
1501 'browser/net/pref_proxy_config_service_unittest.cc', 1501 'browser/net/pref_proxy_config_service_unittest.cc',
1502 'browser/net/quoted_printable_unittest.cc', 1502 'browser/net/quoted_printable_unittest.cc',
1503 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1503 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1504 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1504 'browser/net/url_fixer_upper_unittest.cc', 1505 'browser/net/url_fixer_upper_unittest.cc',
1505 'browser/net/url_info_unittest.cc', 1506 'browser/net/url_info_unittest.cc',
1506 'browser/notifications/desktop_notification_service_unittest.cc', 1507 'browser/notifications/desktop_notification_service_unittest.cc',
1507 'browser/notifications/desktop_notifications_unittest.cc', 1508 'browser/notifications/desktop_notifications_unittest.cc',
1508 'browser/notifications/desktop_notifications_unittest.h', 1509 'browser/notifications/desktop_notifications_unittest.h',
1509 'browser/notifications/notification_exceptions_table_model_unittest.cc', 1510 'browser/notifications/notification_exceptions_table_model_unittest.cc',
1510 'browser/notifications/notifications_prefs_cache_unittest.cc', 1511 'browser/notifications/notifications_prefs_cache_unittest.cc',
1511 'browser/parsers/metadata_parser_filebase_unittest.cc', 1512 'browser/parsers/metadata_parser_filebase_unittest.cc',
1512 'browser/password_manager/encryptor_password_mac_unittest.cc', 1513 'browser/password_manager/encryptor_password_mac_unittest.cc',
1513 'browser/password_manager/encryptor_unittest.cc', 1514 'browser/password_manager/encryptor_unittest.cc',
(...skipping 2839 matching lines...) Expand 10 before | Expand all | Expand 10 after
4353 # Use outputs of this action as inputs for the main target build. 4354 # Use outputs of this action as inputs for the main target build.
4354 # Seems as a misnomer but makes this happy on Linux (scons). 4355 # Seems as a misnomer but makes this happy on Linux (scons).
4355 'process_outputs_as_sources': 1, 4356 'process_outputs_as_sources': 1,
4356 }, 4357 },
4357 ], # 'actions' 4358 ], # 'actions'
4358 }, 4359 },
4359 ] 4360 ]
4360 }], # 'coverage!=0' 4361 }], # 'coverage!=0'
4361 ], # 'conditions' 4362 ], # 'conditions'
4362 } 4363 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/command_line_pref_store_unittest.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698