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

Side by Side Diff: net/net.gyp

Issue 7569027: net: Notify the http job and cache transaction about a filter (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « net/http/http_transaction_unittest.cc ('k') | net/url_request/url_request_http_job.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) 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 'spdy/spdy_websocket_test_util.h', 1020 'spdy/spdy_websocket_test_util.h',
1021 'test/python_utils_unittest.cc', 1021 'test/python_utils_unittest.cc',
1022 'tools/dump_cache/url_to_filename_encoder.cc', 1022 'tools/dump_cache/url_to_filename_encoder.cc',
1023 'tools/dump_cache/url_to_filename_encoder.h', 1023 'tools/dump_cache/url_to_filename_encoder.h',
1024 'tools/dump_cache/url_to_filename_encoder_unittest.cc', 1024 'tools/dump_cache/url_to_filename_encoder_unittest.cc',
1025 'tools/dump_cache/url_utilities.h', 1025 'tools/dump_cache/url_utilities.h',
1026 'tools/dump_cache/url_utilities.cc', 1026 'tools/dump_cache/url_utilities.cc',
1027 'tools/dump_cache/url_utilities_unittest.cc', 1027 'tools/dump_cache/url_utilities_unittest.cc',
1028 'udp/udp_socket_unittest.cc', 1028 'udp/udp_socket_unittest.cc',
1029 'url_request/url_request_job_factory_unittest.cc', 1029 'url_request/url_request_job_factory_unittest.cc',
1030 'url_request/url_request_job_unittest.cc',
1030 'url_request/url_request_throttler_simulation_unittest.cc', 1031 'url_request/url_request_throttler_simulation_unittest.cc',
1031 'url_request/url_request_throttler_test_support.cc', 1032 'url_request/url_request_throttler_test_support.cc',
1032 'url_request/url_request_throttler_test_support.h', 1033 'url_request/url_request_throttler_test_support.h',
1033 'url_request/url_request_throttler_unittest.cc', 1034 'url_request/url_request_throttler_unittest.cc',
1034 'url_request/url_request_unittest.cc', 1035 'url_request/url_request_unittest.cc',
1035 'url_request/view_cache_helper_unittest.cc', 1036 'url_request/view_cache_helper_unittest.cc',
1036 'websockets/websocket_frame_handler_unittest.cc', 1037 'websockets/websocket_frame_handler_unittest.cc',
1037 'websockets/websocket_handshake_handler_unittest.cc', 1038 'websockets/websocket_handshake_handler_unittest.cc',
1038 'websockets/websocket_job_unittest.cc', 1039 'websockets/websocket_job_unittest.cc',
1039 'websockets/websocket_net_log_params_unittest.cc', 1040 'websockets/websocket_net_log_params_unittest.cc',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
1483 'tools/dump_cache/url_to_filename_encoder.cc', 1484 'tools/dump_cache/url_to_filename_encoder.cc',
1484 'tools/dump_cache/url_to_filename_encoder.h', 1485 'tools/dump_cache/url_to_filename_encoder.h',
1485 'tools/dump_cache/url_utilities.h', 1486 'tools/dump_cache/url_utilities.h',
1486 'tools/dump_cache/url_utilities.cc', 1487 'tools/dump_cache/url_utilities.cc',
1487 ], 1488 ],
1488 }, 1489 },
1489 ], 1490 ],
1490 }], 1491 }],
1491 ], 1492 ],
1492 } 1493 }
OLDNEW
« no previous file with comments | « net/http/http_transaction_unittest.cc ('k') | net/url_request/url_request_http_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698