commit | 354985dafcc1132adf566c521b7611f415c2d011 | [log] [tgz] |
---|---|---|
author | thestig <[email protected]> | Mon Sep 28 20:55:00 2015 |
committer | Commit bot <[email protected]> | Mon Sep 28 20:55:57 2015 |
tree | b3064aefb8c03cf321b0eca2f32c99507379ab7e | |
parent | 7fbb03268484ae777c1338529bfaf266aa712732 [diff] [blame] |
Android: Do not build files not needed on the platform. This gives us the size decreases from https://crbug.com/159847#c39 BUG=159847 Review URL: https://codereview.chromium.org/1371863002 Cr-Commit-Position: refs/heads/master@{#351137}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index f66bb8b..1219a47 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -1104,6 +1104,15 @@ ] } + 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",