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

Side by Side Diff: content/test/BUILD.gn

Issue 2914423002: Network service: move URLLoaderThrottle and ThrottlingURLLoader. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/crypto.gni") 8 import("//build/config/crypto.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/ui.gni") 10 import("//build/config/ui.gni")
(...skipping 1330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 "../child/indexed_db/webidbdatabase_impl_unittest.cc", 1341 "../child/indexed_db/webidbdatabase_impl_unittest.cc",
1342 "../child/memory/child_memory_coordinator_impl_unittest.cc", 1342 "../child/memory/child_memory_coordinator_impl_unittest.cc",
1343 "../child/notifications/notification_data_conversions_unittest.cc", 1343 "../child/notifications/notification_data_conversions_unittest.cc",
1344 "../child/resource_dispatcher_unittest.cc", 1344 "../child/resource_dispatcher_unittest.cc",
1345 "../child/service_worker/service_worker_dispatcher_unittest.cc", 1345 "../child/service_worker/service_worker_dispatcher_unittest.cc",
1346 "../child/shared_memory_data_consumer_handle_unittest.cc", 1346 "../child/shared_memory_data_consumer_handle_unittest.cc",
1347 "../child/shared_memory_received_data_factory_unittest.cc", 1347 "../child/shared_memory_received_data_factory_unittest.cc",
1348 "../child/site_isolation_stats_gatherer_unittest.cc", 1348 "../child/site_isolation_stats_gatherer_unittest.cc",
1349 "../child/test_request_peer.cc", 1349 "../child/test_request_peer.cc",
1350 "../child/test_request_peer.h", 1350 "../child/test_request_peer.h",
1351 "../child/throttling_url_loader_unittest.cc",
1352 "../child/url_loader_client_impl_unittest.cc", 1351 "../child/url_loader_client_impl_unittest.cc",
1353 "../child/url_response_body_consumer_unittest.cc", 1352 "../child/url_response_body_consumer_unittest.cc",
1354 "../child/v8_value_converter_impl_unittest.cc", 1353 "../child/v8_value_converter_impl_unittest.cc",
1355 "../child/web_data_consumer_handle_impl_unittest.cc", 1354 "../child/web_data_consumer_handle_impl_unittest.cc",
1356 "../child/web_url_loader_impl_unittest.cc", 1355 "../child/web_url_loader_impl_unittest.cc",
1357 "../child/worker_thread_registry_unittest.cc", 1356 "../child/worker_thread_registry_unittest.cc",
1358 "../common/android/gin_java_bridge_value_unittest.cc", 1357 "../common/android/gin_java_bridge_value_unittest.cc",
1359 "../common/background_fetch/background_fetch_struct_traits_unittest.cc", 1358 "../common/background_fetch/background_fetch_struct_traits_unittest.cc",
1360 "../common/bluetooth/web_bluetooth_device_id_unittest.cc", 1359 "../common/bluetooth/web_bluetooth_device_id_unittest.cc",
1361 "../common/common_param_traits_unittest.cc", 1360 "../common/common_param_traits_unittest.cc",
(...skipping 26 matching lines...) Expand all
1388 "../common/quarantine/quarantine_linux_unittest.cc", 1387 "../common/quarantine/quarantine_linux_unittest.cc",
1389 "../common/quarantine/quarantine_mac_unittest.mm", 1388 "../common/quarantine/quarantine_mac_unittest.mm",
1390 "../common/quarantine/quarantine_win_unittest.cc", 1389 "../common/quarantine/quarantine_win_unittest.cc",
1391 "../common/sandbox_mac_diraccess_unittest.mm", 1390 "../common/sandbox_mac_diraccess_unittest.mm",
1392 "../common/sandbox_mac_fontloading_unittest.mm", 1391 "../common/sandbox_mac_fontloading_unittest.mm",
1393 "../common/sandbox_mac_system_access_unittest.mm", 1392 "../common/sandbox_mac_system_access_unittest.mm",
1394 "../common/sandbox_mac_unittest_helper.h", 1393 "../common/sandbox_mac_unittest_helper.h",
1395 "../common/sandbox_mac_unittest_helper.mm", 1394 "../common/sandbox_mac_unittest_helper.mm",
1396 "../common/service_manager/service_manager_connection_impl_unittest.cc", 1395 "../common/service_manager/service_manager_connection_impl_unittest.cc",
1397 "../common/service_worker/service_worker_utils_unittest.cc", 1396 "../common/service_worker/service_worker_utils_unittest.cc",
1397 "../common/throttling_url_loader_unittest.cc",
1398 "../common/webplugininfo_unittest.cc", 1398 "../common/webplugininfo_unittest.cc",
1399 "../network/url_loader_unittest.cc", 1399 "../network/url_loader_unittest.cc",
1400 "../public/test/referrer_unittest.cc", 1400 "../public/test/referrer_unittest.cc",
1401 "../public/test/test_browser_thread_bundle_unittest.cc", 1401 "../public/test/test_browser_thread_bundle_unittest.cc",
1402 "../renderer/android/disambiguation_popup_helper_unittest.cc", 1402 "../renderer/android/disambiguation_popup_helper_unittest.cc",
1403 "../renderer/bmp_image_decoder_unittest.cc", 1403 "../renderer/bmp_image_decoder_unittest.cc",
1404 "../renderer/categorized_worker_pool_unittest.cc", 1404 "../renderer/categorized_worker_pool_unittest.cc",
1405 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", 1405 "../renderer/device_sensors/device_motion_event_pump_unittest.cc",
1406 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", 1406 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc",
1407 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", 1407 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc",
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 if (is_android) { 1876 if (is_android) {
1877 deps += [ "//testing/android/native_test:native_test_native_code" ] 1877 deps += [ "//testing/android/native_test:native_test_native_code" ]
1878 } 1878 }
1879 } 1879 }
1880 1880
1881 group("fuzzers") { 1881 group("fuzzers") {
1882 deps = [ 1882 deps = [
1883 "//content/test/fuzzer", 1883 "//content/test/fuzzer",
1884 ] 1884 ]
1885 } 1885 }
OLDNEW
« no previous file with comments | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698