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

Side by Side Diff: net/net.gyp

Issue 1084533002: Rename NetLogLogger and CapturingNetLog (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename NetLogLogger and CapturingNetLog(removed compiler error for chromeOS) Created 5 years, 8 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
« no previous file with comments | « net/log/write_to_file_net_log_observer_unittest.cc ('k') | net/net.gypi » ('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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 531 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'dns/dns_test_util.cc', 542 'dns/dns_test_util.cc',
543 'dns/dns_test_util.h', 543 'dns/dns_test_util.h',
544 'dns/mock_host_resolver.cc', 544 'dns/mock_host_resolver.cc',
545 'dns/mock_host_resolver.h', 545 'dns/mock_host_resolver.h',
546 'dns/mock_mdns_socket_factory.cc', 546 'dns/mock_mdns_socket_factory.cc',
547 'dns/mock_mdns_socket_factory.h', 547 'dns/mock_mdns_socket_factory.h',
548 'http/http_transaction_test_util.cc', 548 'http/http_transaction_test_util.cc',
549 'http/http_transaction_test_util.h', 549 'http/http_transaction_test_util.h',
550 'log/captured_net_log_entry.cc', 550 'log/captured_net_log_entry.cc',
551 'log/captured_net_log_entry.h', 551 'log/captured_net_log_entry.h',
552 'log/capturing_net_log.cc', 552 'log/test_net_log.cc',
553 'log/capturing_net_log.h', 553 'log/test_net_log.h',
554 'log/capturing_net_log_observer.cc', 554 'log/capturing_net_log_observer.cc',
555 'log/capturing_net_log_observer.h', 555 'log/capturing_net_log_observer.h',
556 'proxy/mock_proxy_resolver.cc', 556 'proxy/mock_proxy_resolver.cc',
557 'proxy/mock_proxy_resolver.h', 557 'proxy/mock_proxy_resolver.h',
558 'proxy/mock_proxy_script_fetcher.cc', 558 'proxy/mock_proxy_script_fetcher.cc',
559 'proxy/mock_proxy_script_fetcher.h', 559 'proxy/mock_proxy_script_fetcher.h',
560 'proxy/proxy_config_service_common_unittest.cc', 560 'proxy/proxy_config_service_common_unittest.cc',
561 'proxy/proxy_config_service_common_unittest.h', 561 'proxy/proxy_config_service_common_unittest.h',
562 'socket/socket_test_util.cc', 562 'socket/socket_test_util.cc',
563 'socket/socket_test_util.h', 563 'socket/socket_test_util.h',
(...skipping 967 matching lines...) Expand 10 before | Expand all | Expand 10 after
1531 '../build/isolate.gypi', 1531 '../build/isolate.gypi',
1532 ], 1532 ],
1533 'sources': [ 1533 'sources': [
1534 'net_unittests.isolate', 1534 'net_unittests.isolate',
1535 ], 1535 ],
1536 }, 1536 },
1537 ], 1537 ],
1538 }], 1538 }],
1539 ], 1539 ],
1540 } 1540 }
OLDNEW
« no previous file with comments | « net/log/write_to_file_net_log_observer_unittest.cc ('k') | net/net.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698