Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(18)

Unified Diff: chrome/browser/BUILD.gn

Issue 1371863002: Android: Do not build files not needed on the platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/BUILD.gn
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn
index f66bb8be89970259f4a8f82b4d2c2aba6a77d207..1219a477e357148536c472316ea7d8af6e097250 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -1104,6 +1104,15 @@ source_set("test_support") {
]
}
+ if (is_android) {
+ sources -= [
+ "sessions/session_service_test_helper.cc",
+ "sessions/session_service_test_helper.h",
+ "ui/webui/signin/login_ui_test_utils.cc",
+ "ui/webui/signin/login_ui_test_utils.h",
+ ]
+ }
+
if (enable_extensions) {
sources += [
"extensions/extension_action_test_util.cc",
« no previous file with comments | « no previous file | chrome/browser/prefs/browser_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698