summaryrefslogtreecommitdiffstats
path: root/content/test/BUILD.gn
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 17:15:38 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-23 17:15:38 +0000
commit6b9028abcc4f60fd5b6cc6c6a46b6b9a6ad9277a (patch)
tree00bcdaccfd63f26c7824e02ab44077d80e720c38 /content/test/BUILD.gn
parent6f8ad3c9898a4336572e540223f05568c1a5ffb6 (diff)
downloadchromium_src-6b9028abcc4f60fd5b6cc6c6a46b6b9a6ad9277a.zip
chromium_src-6b9028abcc4f60fd5b6cc6c6a46b6b9a6ad9277a.tar.gz
chromium_src-6b9028abcc4f60fd5b6cc6c6a46b6b9a6ad9277a.tar.bz2
Some linking fixes for GN build.
Add some content_shell targets. content_shell itself doesn't link yet so it's commented out, but some assocaited libs now compile. This fixes a variety of out-of-date sources lists to get some targets closer to linking in the GN build. Add xdisplaycheckk target Update GYP files for GN names Rename events_ipc R=hclam@chromium.org Review URL: https://codereview.chromium.org/407243002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284974 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/test/BUILD.gn')
-rw-r--r--content/test/BUILD.gn10
1 files changed, 5 insertions, 5 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 9a080cb..7cda83e 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",
]
}