diff options
author | Brett Wilson <brettw@chromium.org> | 2014-09-05 16:29:55 -0700 |
---|---|---|
committer | Brett Wilson <brettw@chromium.org> | 2014-09-05 23:32:30 +0000 |
commit | b41a8d6e789ac5df9a6d314cd0ad59f584f53dea (patch) | |
tree | 704c4f7928c596805437ec6be0656cbd24b80ff8 /content/test/BUILD.gn | |
parent | 12a31fdc4f1d7abebb7845628dcd86a79d01e9b2 (diff) | |
download | chromium_src-b41a8d6e789ac5df9a6d314cd0ad59f584f53dea.zip chromium_src-b41a8d6e789ac5df9a6d314cd0ad59f584f53dea.tar.gz chromium_src-b41a8d6e789ac5df9a6d314cd0ad59f584f53dea.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
Review URL: https://codereview.chromium.org/545313002
Cr-Commit-Position: refs/heads/master@{#293592}
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", |