summaryrefslogtreecommitdiffstats
path: root/components/autofill/core
diff options
context:
space:
mode:
authordpranke <dpranke@chromium.org>2015-04-16 17:35:13 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-17 00:35:37 +0000
commit49d4d4d45b373b0d43514e6769f870c2a3b77099 (patch)
tree3bf703381129094f5f3fac2d8e29d60374f00961 /components/autofill/core
parenta87a30b7582cfe871801bbbfd156f6436e675e33 (diff)
downloadchromium_src-49d4d4d45b373b0d43514e6769f870c2a3b77099.zip
chromium_src-49d4d4d45b373b0d43514e6769f870c2a3b77099.tar.gz
chromium_src-49d4d4d45b373b0d43514e6769f870c2a3b77099.tar.bz2
Make the Android GN debug component build actually build.
Changes required: - fold //base/third_party/nspr/prtime.cc into base - fixed a compile error causing issues in media_blink_unittests - fixed various missing dependencies - disabled chrome_sync_shell_test_apk which needs some more work Note that this does not mean that things run. I expect they don't :). R=cjhopman@chromium.org BUG=359249 Review URL: https://codereview.chromium.org/1089143002 Cr-Commit-Position: refs/heads/master@{#325568}
Diffstat (limited to 'components/autofill/core')
-rw-r--r--components/autofill/core/browser/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/autofill/core/browser/BUILD.gn b/components/autofill/core/browser/BUILD.gn
index 8394fc8..4a6b2f4 100644
--- a/components/autofill/core/browser/BUILD.gn
+++ b/components/autofill/core/browser/BUILD.gn
@@ -210,6 +210,7 @@ static_library("test_support") {
"//components/os_crypt",
"//components/pref_registry",
"//components/rappor",
+ "//google_apis:test_support",
"//skia",
"//testing/gtest",
]