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

Unified Diff: chrome/browser/BUILD.gn

Issue 1478533004: Add IsFullScreenMode for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename to auraandroid Created 5 years 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/fullscreen_auraandroid.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 df1c6952b81388aab83f748eb9048320c85f7a3f..c65a4a1b17279818a0dfc0a4e2d2ee1cfeb793e0 100644
--- a/chrome/browser/BUILD.gn
+++ b/chrome/browser/BUILD.gn
@@ -358,6 +358,10 @@ source_set("browser") {
if (toolkit_views) {
deps += [ "//ui/views" ]
}
+
+ if (use_aura && is_android) {
+ sources += [ "fullscreen_auraandroid.cc" ]
+ }
} else { # iOS
sources +=
rebase_path(gypi_values.chrome_browser_ios_sources, ".", "//chrome")
« no previous file with comments | « no previous file | chrome/browser/fullscreen_auraandroid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698