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

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

Issue 2536223002: Omnibox improvements and fixes. (Closed)
Patch Set: Make unit tests compile by including chrome/browser and blink. Created 4 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
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 0f916c630e7cb1ff48144d01df66f78c8459aab2..6182fa39c8720be4bb68d6f89e1f1c0e0e4c5c44 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -59,6 +59,7 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"//base",
"//cc",
"//components/rappor",
+ "//components/security_state/core",
"//content/public/browser",
"//content/public/common",
"//device/vr",
@@ -94,7 +95,9 @@ if (enable_webvr) {
":vr_common",
"//base/test:run_all_unittests",
"//base/test:test_support",
+ "//chrome/browser",
"//testing/gtest",
+ "//third_party/WebKit/public:blink",
"//ui/gfx/geometry",
]
}
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/ui_interface.h » ('j') | chrome/browser/resources/vr_shell/vr_shell_ui.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698