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

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

Issue 2661823002: NOT FOR REVIEW: A set of patches for Josh to work on top of. (Closed)
Patch Set: 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 c25fb064f59fc7e657074423a6d2a5e1a989bb33..52534d734c906c6305bc157434f91ed8c9bc5a56 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -34,6 +34,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",
@@ -60,6 +62,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