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

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: review comments 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
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 0b07f6bf4537175e77584d70842819fb08d7499b..42b36db8a8c247862226de3b2caa928e835d77ff 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",
]
@@ -152,6 +154,9 @@ if (!is_ios) {
deps = [
":test_support",
+ "//cc",
+ "//cc/blink",
+ "//content/public/common",
"//skia",
"//v8",
"//ui/accessibility:ax_gen",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/utility/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698