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

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

Issue 2962693002: NetworkService: Destroy NetworkContexts on NetworkService teardown. (Closed)
Patch Set: Fix a couple comments Created 3 years, 5 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/network/network_service_unittest.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 1402 matching lines...) Expand 10 before | Expand all | Expand 10 after
1413 "../common/quarantine/quarantine_win_unittest.cc", 1413 "../common/quarantine/quarantine_win_unittest.cc",
1414 "../common/sandbox_mac_diraccess_unittest.mm", 1414 "../common/sandbox_mac_diraccess_unittest.mm",
1415 "../common/sandbox_mac_fontloading_unittest.mm", 1415 "../common/sandbox_mac_fontloading_unittest.mm",
1416 "../common/sandbox_mac_system_access_unittest.mm", 1416 "../common/sandbox_mac_system_access_unittest.mm",
1417 "../common/sandbox_mac_unittest_helper.h", 1417 "../common/sandbox_mac_unittest_helper.h",
1418 "../common/sandbox_mac_unittest_helper.mm", 1418 "../common/sandbox_mac_unittest_helper.mm",
1419 "../common/service_manager/service_manager_connection_impl_unittest.cc", 1419 "../common/service_manager/service_manager_connection_impl_unittest.cc",
1420 "../common/service_worker/service_worker_utils_unittest.cc", 1420 "../common/service_worker/service_worker_utils_unittest.cc",
1421 "../common/throttling_url_loader_unittest.cc", 1421 "../common/throttling_url_loader_unittest.cc",
1422 "../common/webplugininfo_unittest.cc", 1422 "../common/webplugininfo_unittest.cc",
1423 "../network/network_service_unittest.cc",
1423 "../network/url_loader_unittest.cc", 1424 "../network/url_loader_unittest.cc",
1424 "../public/test/referrer_unittest.cc", 1425 "../public/test/referrer_unittest.cc",
1425 "../public/test/test_browser_thread_bundle_unittest.cc", 1426 "../public/test/test_browser_thread_bundle_unittest.cc",
1426 "../renderer/android/disambiguation_popup_helper_unittest.cc", 1427 "../renderer/android/disambiguation_popup_helper_unittest.cc",
1427 "../renderer/bmp_image_decoder_unittest.cc", 1428 "../renderer/bmp_image_decoder_unittest.cc",
1428 "../renderer/categorized_worker_pool_unittest.cc", 1429 "../renderer/categorized_worker_pool_unittest.cc",
1429 "../renderer/device_sensors/device_motion_event_pump_unittest.cc", 1430 "../renderer/device_sensors/device_motion_event_pump_unittest.cc",
1430 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc", 1431 "../renderer/device_sensors/device_orientation_event_pump_unittest.cc",
1431 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc", 1432 "../renderer/dom_storage/dom_storage_cached_area_unittest.cc",
1432 "../renderer/dom_storage/local_storage_cached_area_unittest.cc", 1433 "../renderer/dom_storage/local_storage_cached_area_unittest.cc",
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
1902 if (is_android) { 1903 if (is_android) {
1903 deps += [ "//testing/android/native_test:native_test_native_code" ] 1904 deps += [ "//testing/android/native_test:native_test_native_code" ]
1904 } 1905 }
1905 } 1906 }
1906 1907
1907 group("fuzzers") { 1908 group("fuzzers") {
1908 deps = [ 1909 deps = [
1909 "//content/test/fuzzer", 1910 "//content/test/fuzzer",
1910 ] 1911 ]
1911 } 1912 }
OLDNEW
« no previous file with comments | « content/network/network_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698