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

Unified Diff: chrome/browser/android/vr_shell/BUILD.gn

Issue 2647053002: Add initial VR interactive omnibox. (Closed)
Patch Set: Rebase to ToT. Created 3 years, 11 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/android/vr_shell/ui_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/vr_shell/BUILD.gn
diff --git a/chrome/browser/android/vr_shell/BUILD.gn b/chrome/browser/android/vr_shell/BUILD.gn
index 4e06340d04531c375ec95a746206aa082dbbde43..0d0abfbbc5c749ed77f1928e92e0dc0b7573b689 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -38,6 +38,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"vr_input_manager.h",
"vr_math.cc",
"vr_math.h",
+ "vr_omnibox.cc",
+ "vr_omnibox.h",
"vr_shell.cc",
"vr_shell.h",
"vr_shell_delegate.cc",
@@ -64,6 +66,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
":vr_shell_jni_headers",
"//base",
"//cc",
+ "//components/omnibox/browser",
"//components/rappor",
"//components/security_state/core",
"//content/public/browser",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698