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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8102019: redesign and reimplement proxy config service and tracker, revise proxy ui on cros (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 1 month 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 '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 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 'browser/net/chrome_net_log_unittest.cc', 1419 'browser/net/chrome_net_log_unittest.cc',
1420 'browser/net/connection_tester_unittest.cc', 1420 'browser/net/connection_tester_unittest.cc',
1421 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc', 1421 'browser/net/gaia/gaia_oauth_fetcher_unittest.cc',
1422 'browser/net/gaia/token_service_unittest.cc', 1422 'browser/net/gaia/token_service_unittest.cc',
1423 'browser/net/gaia/token_service_unittest.h', 1423 'browser/net/gaia/token_service_unittest.h',
1424 'browser/net/http_server_properties_manager_unittest.cc', 1424 'browser/net/http_server_properties_manager_unittest.cc',
1425 'browser/net/load_timing_observer_unittest.cc', 1425 'browser/net/load_timing_observer_unittest.cc',
1426 'browser/net/network_stats_unittest.cc', 1426 'browser/net/network_stats_unittest.cc',
1427 'browser/net/passive_log_collector_unittest.cc', 1427 'browser/net/passive_log_collector_unittest.cc',
1428 'browser/net/predictor_unittest.cc', 1428 'browser/net/predictor_unittest.cc',
1429 'browser/net/pref_proxy_config_service_unittest.cc', 1429 'browser/net/pref_proxy_config_tracker_impl_unittest.cc',
1430 'browser/net/quoted_printable_unittest.cc', 1430 'browser/net/quoted_printable_unittest.cc',
1431 'browser/net/sqlite_origin_bound_cert_store_unittest.cc', 1431 'browser/net/sqlite_origin_bound_cert_store_unittest.cc',
1432 'browser/net/sqlite_persistent_cookie_store_unittest.cc', 1432 'browser/net/sqlite_persistent_cookie_store_unittest.cc',
1433 'browser/net/ssl_config_service_manager_pref_unittest.cc', 1433 'browser/net/ssl_config_service_manager_pref_unittest.cc',
1434 'browser/net/url_fixer_upper_unittest.cc', 1434 'browser/net/url_fixer_upper_unittest.cc',
1435 'browser/net/url_info_unittest.cc', 1435 'browser/net/url_info_unittest.cc',
1436 'browser/notifications/desktop_notification_service_unittest.cc', 1436 'browser/notifications/desktop_notification_service_unittest.cc',
1437 'browser/oom_priority_manager_unittest.cc', 1437 'browser/oom_priority_manager_unittest.cc',
1438 'browser/parsers/metadata_parser_filebase_unittest.cc', 1438 'browser/parsers/metadata_parser_filebase_unittest.cc',
1439 'browser/password_manager/encryptor_password_mac_unittest.cc', 1439 'browser/password_manager/encryptor_password_mac_unittest.cc',
(...skipping 2743 matching lines...) Expand 10 before | Expand all | Expand 10 after
4183 # Use outputs of this action as inputs for the main target build. 4183 # Use outputs of this action as inputs for the main target build.
4184 # Seems as a misnomer but makes this happy on Linux (scons). 4184 # Seems as a misnomer but makes this happy on Linux (scons).
4185 'process_outputs_as_sources': 1, 4185 'process_outputs_as_sources': 1,
4186 }, 4186 },
4187 ], # 'actions' 4187 ], # 'actions'
4188 }, 4188 },
4189 ] 4189 ]
4190 }], # 'coverage!=0' 4190 }], # 'coverage!=0'
4191 ], # 'conditions' 4191 ], # 'conditions'
4192 } 4192 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698