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

Side by Side Diff: content/content_tests.gypi

Issue 11293252: Change Interceptors into URLRequestJobFactory::ProtocolHandlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix PolicyTests to unregister with URLRequestFilter Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'test/mock_keyboard.cc', 109 'test/mock_keyboard.cc',
110 'test/mock_keyboard_driver_win.cc', 110 'test/mock_keyboard_driver_win.cc',
111 'test/mock_keyboard_driver_win.h', 111 'test/mock_keyboard_driver_win.h',
112 'test/mock_keyboard.h', 112 'test/mock_keyboard.h',
113 'test/mock_render_process.cc', 113 'test/mock_render_process.cc',
114 'test/mock_render_process.h', 114 'test/mock_render_process.h',
115 'test/net/url_request_failed_job.cc', 115 'test/net/url_request_failed_job.cc',
116 'test/net/url_request_failed_job.h', 116 'test/net/url_request_failed_job.h',
117 'test/net/url_request_mock_http_job.cc', 117 'test/net/url_request_mock_http_job.cc',
118 'test/net/url_request_mock_http_job.h', 118 'test/net/url_request_mock_http_job.h',
119 'test/net/url_request_prepackaged_interceptor.cc',
erikwright (departed) 2012/12/07 20:12:05 I wonder if this belongs in content/ or in chrome/
120 'test/net/url_request_prepackaged_interceptor.h',
119 'test/net/url_request_slow_download_job.cc', 121 'test/net/url_request_slow_download_job.cc',
120 'test/net/url_request_slow_download_job.h', 122 'test/net/url_request_slow_download_job.h',
121 'test/net/url_request_slow_http_job.cc', 123 'test/net/url_request_slow_http_job.cc',
122 'test/net/url_request_slow_http_job.h', 124 'test/net/url_request_slow_http_job.h',
123 'test/net/url_request_abort_on_end_job.cc', 125 'test/net/url_request_abort_on_end_job.cc',
124 'test/net/url_request_abort_on_end_job.h', 126 'test/net/url_request_abort_on_end_job.h',
125 'test/test_content_browser_client.cc', 127 'test/test_content_browser_client.cc',
126 'test/test_content_browser_client.h', 128 'test/test_content_browser_client.h',
127 'test/test_content_client.cc', 129 'test/test_content_client.cc',
128 'test/test_content_client.h', 130 'test/test_content_client.h',
(...skipping 819 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'resource_dir': '../res', 950 'resource_dir': '../res',
949 'additional_src_dirs': ['../content/public/android/javatests/'], 951 'additional_src_dirs': ['../content/public/android/javatests/'],
950 'is_test_apk': 1, 952 'is_test_apk': 1,
951 }, 953 },
952 'includes': [ '../build/java_apk.gypi' ], 954 'includes': [ '../build/java_apk.gypi' ],
953 }, 955 },
954 ], 956 ],
955 }], 957 }],
956 ], 958 ],
957 } 959 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698