commit | ece92328ce4f995a74f227b225b5424edc67b4c0 | [log] [tgz] |
---|---|---|
author | bshe <[email protected]> | Thu Dec 03 18:57:25 2015 |
committer | Commit bot <[email protected]> | Thu Dec 03 18:58:17 2015 |
tree | e432a99044ace9c4008cca0ae349a963f5ba8f67 | |
parent | 7115a704adb9c7109f61d34d6b50937dd8c60bc6 [diff] [blame] |
Aura Android: upstream platform_util* related files BUG=561669 Review URL: https://codereview.chromium.org/1478493004 Cr-Commit-Position: refs/heads/master@{#363026}
diff --git a/chrome/browser/BUILD.gn b/chrome/browser/BUILD.gn index df1c6952..22dc1a5 100644 --- a/chrome/browser/BUILD.gn +++ b/chrome/browser/BUILD.gn
@@ -358,6 +358,13 @@ if (toolkit_views) { deps += [ "//ui/views" ] } + + if (is_android && use_aura) { + sources -= [ + # Aura Android uses platform_util_aura implementation. + "platform_util_android.cc", + ] + } } else { # iOS sources += rebase_path(gypi_values.chrome_browser_ios_sources, ".", "//chrome")