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

Side by Side Diff: content/content_tests.gypi

Issue 1203983004: Stop using SpawnedTestServer in DownloadContentTest.* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 'public/test/sandbox_file_system_test_helper.cc', 66 'public/test/sandbox_file_system_test_helper.cc',
67 'public/test/sandbox_file_system_test_helper.h', 67 'public/test/sandbox_file_system_test_helper.h',
68 'public/test/test_browser_context.cc', 68 'public/test/test_browser_context.cc',
69 'public/test/test_browser_context.h', 69 'public/test/test_browser_context.h',
70 'public/test/test_browser_thread.cc', 70 'public/test/test_browser_thread.cc',
71 'public/test/test_browser_thread.h', 71 'public/test/test_browser_thread.h',
72 'public/test/test_browser_thread_bundle.cc', 72 'public/test/test_browser_thread_bundle.cc',
73 'public/test/test_browser_thread_bundle.h', 73 'public/test/test_browser_thread_bundle.h',
74 'public/test/test_content_client_initializer.cc', 74 'public/test/test_content_client_initializer.cc',
75 'public/test/test_content_client_initializer.h', 75 'public/test/test_content_client_initializer.h',
76 'public/test/test_download_request_handler.cc',
77 'public/test/test_download_request_handler.h',
76 'public/test/test_file_error_injector.cc', 78 'public/test/test_file_error_injector.cc',
77 'public/test/test_file_error_injector.h', 79 'public/test/test_file_error_injector.h',
78 'public/test/test_file_system_backend.cc', 80 'public/test/test_file_system_backend.cc',
79 'public/test/test_file_system_backend.h', 81 'public/test/test_file_system_backend.h',
80 'public/test/test_file_system_context.cc', 82 'public/test/test_file_system_context.cc',
81 'public/test/test_file_system_context.h', 83 'public/test/test_file_system_context.h',
82 'public/test/test_file_system_options.cc', 84 'public/test/test_file_system_options.cc',
83 'public/test/test_file_system_options.h', 85 'public/test/test_file_system_options.h',
84 'public/test/test_launcher.cc', 86 'public/test/test_launcher.cc',
85 'public/test/test_launcher.h', 87 'public/test/test_launcher.h',
(...skipping 2097 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 'content_unittests_apk.isolate', 2185 'content_unittests_apk.isolate',
2184 ], 2186 ],
2185 }, 2187 },
2186 ], 2188 ],
2187 }, 2189 },
2188 ], 2190 ],
2189 ], 2191 ],
2190 }], 2192 }],
2191 ], 2193 ],
2192 } 2194 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698