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

Unified Diff: content/test/BUILD.gn

Issue 551103002: Work on "gn check" of content/* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 6 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 6224b5f972c3086407305675d8b9ca1bf79bbc54..e4a26c5c9db8f9da283073b9ce7377ba2062424d 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -16,6 +16,7 @@ content_tests_gypi_values = exec_script(
static_library("test_support") {
testonly = true
deps = [
+ "//cc/blink",
"//content/public/app:both",
"//content/public/browser",
"//content/public/common",
@@ -32,6 +33,7 @@ static_library("test_support") {
"//ui/events:test_support",
"//ui/events:gesture_detection",
"//ui/gfx:test_support",
+ "//ui/gl",
"//ui/resources",
"//url",
]
@@ -146,6 +148,9 @@ if (!is_ios) {
deps = [
":test_support",
+ "//cc",
+ "//cc/blink",
+ "//content/public/common",
"//skia",
"//v8",
"//ui/accessibility:ax_gen",

Powered by Google App Engine
This is Rietveld 408576698