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

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

Issue 2862283002: VR: Add initial URL bar element and texture. (Closed)
Patch Set: Drop anti-aliasing. Created 3 years, 7 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/textures/insecure_content_permanent_texture.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 2b0591d622ccc69d3345ab4b32535a83a9342ab9..fe518a7ddfff2762483e1574a5287f19d54ddfd5 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") {
"textures/insecure_content_transient_texture.h",
"textures/ui_texture.cc",
"textures/ui_texture.h",
+ "textures/url_bar_texture.cc",
+ "textures/url_bar_texture.h",
"ui_elements/permanent_security_warning.cc",
"ui_elements/permanent_security_warning.h",
"ui_elements/textured_element.cc",
@@ -46,6 +48,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"ui_elements/transient_security_warning.h",
"ui_elements/ui_element.cc",
"ui_elements/ui_element.h",
+ "ui_elements/url_bar.cc",
+ "ui_elements/url_bar.h",
"ui_interface.cc",
"ui_interface.h",
"ui_scene.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/textures/insecure_content_permanent_texture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698