From 907644b0a7ddae52e3ef74a670df647fe61da5d9 Mon Sep 17 00:00:00 2001 From: cjhopman Date: Tue, 9 Dec 2014 16:01:18 -0800 Subject: Fix some android configuration This adds //chrome/test:test_support_unit to the root build targets for Android. This target is used by downstream things and so adding it to the root will ensure that it is buildable upstream. This requires making the sync integration/performance stuff be not defined if !is_android (since they depend on things that aren't defined on that platform). Changes the internal configuration hooks to not require setting the sdk information. Makes unittest_apk actually forward datadeps. BUG=359249 TBR=cpu Review URL: https://codereview.chromium.org/758473002 Cr-Commit-Position: refs/heads/master@{#307589} --- BUILD.gn | 1 + 1 file changed, 1 insertion(+) (limited to 'BUILD.gn') diff --git a/BUILD.gn b/BUILD.gn index b18d34e2..3270889 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -184,6 +184,7 @@ group("root") { "//third_party/openmax_dl/dl", "//content/shell/android:content_shell_apk", "//chrome/android:chrome_shell_apk", + "//chrome/test:test_support_unit", "//chrome/test/chromedriver/test/webview_shell:chromedriver_webview_shell_apk", "//ui/android:ui_java", "//third_party/android_tools:android_gcm_java", -- cgit v1.1