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

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

Issue 2946113002: Use FrameIsAd to decide whether to isolate a frame in TopDocumentIsolation mode. (Closed)
Patch Set: Rebasing... 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
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 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 ] 243 ]
244 deps = [ 244 deps = [
245 ":content_test_mojo_bindings", 245 ":content_test_mojo_bindings",
246 "//base/third_party/dynamic_annotations", 246 "//base/third_party/dynamic_annotations",
247 "//cc:test_support", 247 "//cc:test_support",
248 "//cc/blink", 248 "//cc/blink",
249 "//cc/ipc", 249 "//cc/ipc",
250 "//cc/ipc:interfaces", 250 "//cc/ipc:interfaces",
251 "//cc/surfaces", 251 "//cc/surfaces",
252 "//components/leveldb/public/interfaces", 252 "//components/leveldb/public/interfaces",
253 "//components/variations",
Łukasz Anforowicz 2017/06/30 15:28:37 Needed in this CL by EnableTopDocumentIsolationFor
253 "//components/viz/common", 254 "//components/viz/common",
254 "//components/viz/host", 255 "//components/viz/host",
255 "//components/viz/service", 256 "//components/viz/service",
256 "//content/app:both_for_content_tests", 257 "//content/app:both_for_content_tests",
257 "//content/browser:for_content_tests", 258 "//content/browser:for_content_tests",
258 "//content/browser/speech/proto", 259 "//content/browser/speech/proto",
259 "//content/child:for_content_tests", 260 "//content/child:for_content_tests",
260 "//content/gpu", 261 "//content/gpu",
261 "//content/public/browser", 262 "//content/public/browser",
262 "//content/public/child", 263 "//content/public/child",
(...skipping 1639 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
« content/public/test/DEPS ('K') | « content/shell/browser/shell_content_browser_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698