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

Unified Diff: content/shell/BUILD.gn

Issue 1284343005: NOT FOR REVIEW: Aura on Android - content shell compiles Base URL: https://chromium.googlesource.com/chromium/src.git@build_ALL_patch
Patch Set: Created 5 years, 4 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
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 126d1c735ac9e52e6a8183844527efa9435db512..d340e477aa73f5a9fd4eafda2ffc13356a589d4a 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -275,6 +275,7 @@ static_library("content_shell_lib") {
}
if (use_aura) {
+ sources -= [ "browser/shell_android.cc" ]
deps += [
"//ui/aura",
"//ui/aura:test_support",

Powered by Google App Engine
This is Rietveld 408576698