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

Side by Side Diff: net/net.gyp

Issue 2168004: view-cache: Refactor ViewCacheHelper and ViewHttpCacheJobFactory... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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_cache.h ('k') | net/url_request/view_cache_helper.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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 715 matching lines...) Expand 10 before | Expand all | Expand 10 after
726 'socket_stream/socket_stream_metrics_unittest.cc', 726 'socket_stream/socket_stream_metrics_unittest.cc',
727 'socket_stream/socket_stream_unittest.cc', 727 'socket_stream/socket_stream_unittest.cc',
728 'spdy/spdy_framer_test.cc', 728 'spdy/spdy_framer_test.cc',
729 'spdy/spdy_network_transaction_unittest.cc', 729 'spdy/spdy_network_transaction_unittest.cc',
730 'spdy/spdy_protocol_test.cc', 730 'spdy/spdy_protocol_test.cc',
731 'spdy/spdy_session_unittest.cc', 731 'spdy/spdy_session_unittest.cc',
732 'spdy/spdy_stream_unittest.cc', 732 'spdy/spdy_stream_unittest.cc',
733 'spdy/spdy_test_util.h', 733 'spdy/spdy_test_util.h',
734 'url_request/url_request_unittest.cc', 734 'url_request/url_request_unittest.cc',
735 'url_request/url_request_unittest.h', 735 'url_request/url_request_unittest.h',
736 'url_request/view_cache_helper_unittest.cc',
736 'websockets/websocket_handshake_draft75_unittest.cc', 737 'websockets/websocket_handshake_draft75_unittest.cc',
737 'websockets/websocket_handshake_unittest.cc', 738 'websockets/websocket_handshake_unittest.cc',
738 'websockets/websocket_job_unittest.cc', 739 'websockets/websocket_job_unittest.cc',
739 'websockets/websocket_throttle_unittest.cc', 740 'websockets/websocket_throttle_unittest.cc',
740 'websockets/websocket_unittest.cc', 741 'websockets/websocket_unittest.cc',
741 ], 742 ],
742 'conditions': [ 743 'conditions': [
743 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', { 744 [ 'OS == "linux" or OS == "freebsd" or OS == "openbsd"', {
744 'dependencies': [ 745 'dependencies': [
745 '../build/linux/system.gyp:gtk', 746 '../build/linux/system.gyp:gtk',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1040 ], 1041 ],
1041 }], 1042 }],
1042 ], 1043 ],
1043 } 1044 }
1044 1045
1045 # Local Variables: 1046 # Local Variables:
1046 # tab-width:2 1047 # tab-width:2
1047 # indent-tabs-mode:nil 1048 # indent-tabs-mode:nil
1048 # End: 1049 # End:
1049 # vim: set expandtab tabstop=2 shiftwidth=2: 1050 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « net/http/http_cache.h ('k') | net/url_request/view_cache_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698