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

Unified Diff: content/test/BUILD.gn

Issue 407243002: Some linking fixes for GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/shell/BUILD.gn ('k') | ppapi/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 9a080cb1b65643f9309e58e61f22c2ff5d5bdf00..7cda83ec99c1779753a4ab62ed663eda2d5e22e8 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -50,6 +50,8 @@ static_library("test_support") {
"//content/worker",
"//cc",
"//cc:test_support",
+ "//media",
+ "//ppapi:ppapi_host",
"//ppapi:ppapi_proxy",
"//ppapi:ppapi_shared",
"//third_party/WebKit/public:blink",
@@ -60,8 +62,6 @@ static_library("test_support") {
"//webkit/browser:storage",
"//webkit/common:storage",
# TODO(GYP)
-#"//media",
-#"//ppapi:host",
#"//ppapi:unittest_shared",
]
@@ -92,15 +92,15 @@ static_library("test_support") {
}
if (use_glib) {
- deps += [
- "//build/linux/system:glib",
+ configs += [
+ "//build/config/linux:glib",
]
}
if (use_aura) {
deps += [
"//ui/aura:test_support",
- "//ui/resources:test_pak",
+ "//ui/resources:ui_test_pak",
"//ui/wm",
]
}
« no previous file with comments | « content/shell/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698