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

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

Issue 2834543003: [subresource_filter] SB throttle can send multiple speculative requests. (Closed)
Patch Set: rebase on #468982 Created 3 years, 7 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 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 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "../public/test/browser_side_navigation_test_utils.h", 51 "../public/test/browser_side_navigation_test_utils.h",
52 "../public/test/browser_test.h", 52 "../public/test/browser_test.h",
53 "../public/test/browser_test_base.cc", 53 "../public/test/browser_test_base.cc",
54 "../public/test/browser_test_base.h", 54 "../public/test/browser_test_base.h",
55 "../public/test/browser_test_utils.cc", 55 "../public/test/browser_test_utils.cc",
56 "../public/test/browser_test_utils.h", 56 "../public/test/browser_test_utils.h",
57 "../public/test/browsing_data_remover_test_util.cc", 57 "../public/test/browsing_data_remover_test_util.cc",
58 "../public/test/browsing_data_remover_test_util.h", 58 "../public/test/browsing_data_remover_test_util.h",
59 "../public/test/cache_test_util.cc", 59 "../public/test/cache_test_util.cc",
60 "../public/test/cache_test_util.h", 60 "../public/test/cache_test_util.h",
61 "../public/test/cancelling_navigation_throttle.cc",
62 "../public/test/cancelling_navigation_throttle.h",
61 "../public/test/content_test_suite_base.cc", 63 "../public/test/content_test_suite_base.cc",
62 "../public/test/content_test_suite_base.h", 64 "../public/test/content_test_suite_base.h",
63 "../public/test/download_test_observer.cc", 65 "../public/test/download_test_observer.cc",
64 "../public/test/download_test_observer.h", 66 "../public/test/download_test_observer.h",
65 "../public/test/fake_download_item.cc", 67 "../public/test/fake_download_item.cc",
66 "../public/test/fake_download_item.h", 68 "../public/test/fake_download_item.h",
67 "../public/test/fake_speech_recognition_manager.cc", 69 "../public/test/fake_speech_recognition_manager.cc",
68 "../public/test/fake_speech_recognition_manager.h", 70 "../public/test/fake_speech_recognition_manager.h",
69 "../public/test/find_test_utils.cc", 71 "../public/test/find_test_utils.cc",
70 "../public/test/find_test_utils.h", 72 "../public/test/find_test_utils.h",
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1827 if (is_android) { 1829 if (is_android) {
1828 deps += [ "//testing/android/native_test:native_test_native_code" ] 1830 deps += [ "//testing/android/native_test:native_test_native_code" ]
1829 } 1831 }
1830 } 1832 }
1831 1833
1832 group("fuzzers") { 1834 group("fuzzers") {
1833 deps = [ 1835 deps = [
1834 "//content/test/fuzzer", 1836 "//content/test/fuzzer",
1835 ] 1837 ]
1836 } 1838 }
OLDNEW
« no previous file with comments | « content/public/test/cancelling_navigation_throttle.cc ('k') | content/test/navigation_simulator_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698