diff options
author | brettw <brettw@chromium.org> | 2014-09-06 17:27:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-07 00:36:35 +0000 |
commit | a78fdeda3324eab3427e2c8009c80fcaa906b675 (patch) | |
tree | 457b99b8321a470a2dcd0318e809188c4ff4c0de /content/test/BUILD.gn | |
parent | 2ee4e3d7fa891c4aee1b3462f7caa0f5cde07c72 (diff) | |
download | chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.zip chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.tar.gz chromium_src-a78fdeda3324eab3427e2c8009c80fcaa906b675.tar.bz2 |
Make ui gn check pass. Misc GN build improvements.
Content/public/app was messed up and didn't link everything properly, so this separates it out into browser and child like content/app is.
R=jamesr@chromium.org
Reland of https://codereview.chromium.org/545313002/ but with public/utility dependency added
TBR=jamesr@chromium.org
Review URL: https://codereview.chromium.org/549863004
Cr-Commit-Position: refs/heads/master@{#293646}
Diffstat (limited to 'content/test/BUILD.gn')
-rw-r--r-- | content/test/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn index 75ada2c..5de3754 100644 --- a/content/test/BUILD.gn +++ b/content/test/BUILD.gn @@ -15,7 +15,7 @@ content_tests_gypi_values = exec_script( # GYP version //content/content_tests.gypi:test_support_content static_library("test_support") { deps = [ - "//content/public/app", + "//content/public/app:both", "//content/public/browser", "//content/public/common", "//net:test_support", |