summaryrefslogtreecommitdiffstats
path: root/components/search/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-11-30 14:11:05 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-30 22:12:01 +0000
commit15764b1f1b8fe2d0ba0328235d55516ac3415276 (patch)
tree0c4c375a5b64beda8fc3fb9905347c1c62594fb0 /components/search/BUILD.gn
parentdbd692767b578bad0ce1d295918ab439822525fe (diff)
downloadchromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.zip
chromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.tar.gz
chromium_src-15764b1f1b8fe2d0ba0328235d55516ac3415276.tar.bz2
Add more components to "gn check", work on dom_distiller.
Added components are: bitmap_uploader browser_sync dom_distiller exp proxy_config query_parser rappor renderer_context_menu resource_provider resources rlz safe_browsing_db safe_json scheduler search The dom distiller GN build was a little messed up. The JNI registrar files were in core but referenced files in content. I moved the registrar files to content/browser which is where they're needed and matches some other components. There were also some other duplicated java targets, and I split out the content build file into separate subdirectories and renamed the targets to match. TBR=dpranke@chromium.org BUG=562773 Review URL: https://codereview.chromium.org/1487433002 Cr-Commit-Position: refs/heads/master@{#362234}
Diffstat (limited to 'components/search/BUILD.gn')
-rw-r--r--components/search/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/components/search/BUILD.gn b/components/search/BUILD.gn
index 8e18d8c..50c908d 100644
--- a/components/search/BUILD.gn
+++ b/components/search/BUILD.gn
@@ -26,6 +26,8 @@ source_set("unit_tests") {
]
deps = [
":search",
+ "//base",
+ "//components/variations",
"//testing/gtest",
]
}