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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 4118004: Update NetLog to be thread safe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Final sync with trunk Created 10 years 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/resources/net_internals/main.js ('k') | net/base/capturing_net_log.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) 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_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 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 'browser/login_prompt_unittest.cc', 1383 'browser/login_prompt_unittest.cc',
1384 'browser/mach_broker_mac_unittest.cc', 1384 'browser/mach_broker_mac_unittest.cc',
1385 'browser/metrics/metrics_log_unittest.cc', 1385 'browser/metrics/metrics_log_unittest.cc',
1386 'browser/metrics/metrics_response_unittest.cc', 1386 'browser/metrics/metrics_response_unittest.cc',
1387 'browser/metrics/metrics_service_unittest.cc', 1387 'browser/metrics/metrics_service_unittest.cc',
1388 'browser/mock_plugin_exceptions_table_model.cc', 1388 'browser/mock_plugin_exceptions_table_model.cc',
1389 'browser/mock_plugin_exceptions_table_model.h', 1389 'browser/mock_plugin_exceptions_table_model.h',
1390 'browser/net/connection_tester_unittest.cc', 1390 'browser/net/connection_tester_unittest.cc',
1391 'browser/net/gaia/token_service_unittest.cc', 1391 'browser/net/gaia/token_service_unittest.cc',
1392 'browser/net/gaia/token_service_unittest.h', 1392 'browser/net/gaia/token_service_unittest.h',
1393 'browser/net/chrome_net_log_unittest.cc',
1393 'browser/net/load_timing_observer_unittest.cc', 1394 'browser/net/load_timing_observer_unittest.cc',
1394 'browser/net/passive_log_collector_unittest.cc', 1395 'browser/net/passive_log_collector_unittest.cc',
1395 'browser/net/predictor_unittest.cc', 1396 'browser/net/predictor_unittest.cc',
1396 'browser/net/pref_proxy_config_service_unittest.cc', 1397 'browser/net/pref_proxy_config_service_unittest.cc',
1397 'browser/net/prerender_interceptor_unittest.cc', 1398 'browser/net/prerender_interceptor_unittest.cc',
1398 'browser/net/resolve_proxy_msg_helper_unittest.cc', 1399 'browser/net/resolve_proxy_msg_helper_unittest.cc',
1399 'browser/net/url_fixer_upper_unittest.cc', 1400 'browser/net/url_fixer_upper_unittest.cc',
1400 'browser/net/url_info_unittest.cc', 1401 'browser/net/url_info_unittest.cc',
1401 'browser/notifications/desktop_notification_service_unittest.cc', 1402 'browser/notifications/desktop_notification_service_unittest.cc',
1402 'browser/notifications/desktop_notifications_unittest.h', 1403 'browser/notifications/desktop_notifications_unittest.h',
(...skipping 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3427 ] 3428 ]
3428 }], # 'coverage!=0' 3429 }], # 'coverage!=0'
3429 ], # 'conditions' 3430 ], # 'conditions'
3430 } 3431 }
3431 3432
3432 # Local Variables: 3433 # Local Variables:
3433 # tab-width:2 3434 # tab-width:2
3434 # indent-tabs-mode:nil 3435 # indent-tabs-mode:nil
3435 # End: 3436 # End:
3436 # vim: set expandtab tabstop=2 shiftwidth=2: 3437 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/net_internals/main.js ('k') | net/base/capturing_net_log.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698