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

Side by Side Diff: content/content_tests.gypi

Issue 508473002: Componentize component_updater: Move URLRequestPrepackagedInterceptor from content/ to net/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 6 years, 3 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
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'layouttest_support_content_sources': [ 7 'layouttest_support_content_sources': [
8 'public/test/layouttest_support.h', 8 'public/test/layouttest_support.h',
9 'public/test/nested_message_pump_android.cc', 9 'public/test/nested_message_pump_android.cc',
10 'public/test/nested_message_pump_android.h', 10 'public/test/nested_message_pump_android.h',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'test/mock_webclipboard_impl.h', 123 'test/mock_webclipboard_impl.h',
124 'test/mock_webframeclient.h', 124 'test/mock_webframeclient.h',
125 'test/mock_weburlloader.cc', 125 'test/mock_weburlloader.cc',
126 'test/mock_weburlloader.h', 126 'test/mock_weburlloader.h',
127 'test/net/url_request_abort_on_end_job.cc', 127 'test/net/url_request_abort_on_end_job.cc',
128 'test/net/url_request_abort_on_end_job.h', 128 'test/net/url_request_abort_on_end_job.h',
129 'test/net/url_request_failed_job.cc', 129 'test/net/url_request_failed_job.cc',
130 'test/net/url_request_failed_job.h', 130 'test/net/url_request_failed_job.h',
131 'test/net/url_request_mock_http_job.cc', 131 'test/net/url_request_mock_http_job.cc',
132 'test/net/url_request_mock_http_job.h', 132 'test/net/url_request_mock_http_job.h',
133 'test/net/url_request_prepackaged_interceptor.cc',
134 'test/net/url_request_prepackaged_interceptor.h',
135 'test/net/url_request_slow_download_job.cc', 133 'test/net/url_request_slow_download_job.cc',
136 'test/net/url_request_slow_download_job.h', 134 'test/net/url_request_slow_download_job.h',
wtc 2014/08/26 18:15:59 I assume the rest of the test/net/url_request_* ar
tommycli 2014/08/26 18:21:34 Not a problem, as far as i can tell.
137 'test/ppapi_unittest.cc', 135 'test/ppapi_unittest.cc',
138 'test/ppapi_unittest.h', 136 'test/ppapi_unittest.h',
139 'test/test_content_browser_client.cc', 137 'test/test_content_browser_client.cc',
140 'test/test_content_browser_client.h', 138 'test/test_content_browser_client.h',
141 'test/test_content_client.cc', 139 'test/test_content_client.cc',
142 'test/test_content_client.h', 140 'test/test_content_client.h',
143 'test/test_frame_navigation_observer.cc', 141 'test/test_frame_navigation_observer.cc',
144 'test/test_frame_navigation_observer.h', 142 'test/test_frame_navigation_observer.h',
145 'test/test_render_frame_host.cc', 143 'test/test_render_frame_host.cc',
146 'test/test_render_frame_host.h', 144 'test/test_render_frame_host.h',
(...skipping 1719 matching lines...) Expand 10 before | Expand all | Expand 10 after
1866 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1864 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1867 }, 1865 },
1868 ], 1866 ],
1869 }], 1867 }],
1870 ], 1868 ],
1871 }, 1869 },
1872 ], 1870 ],
1873 }], 1871 }],
1874 ], 1872 ],
1875 } 1873 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698