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

Unified Diff: ui/gfx/BUILD.gn

Issue 2840563004: Move vr features.gni into its own directory. (Closed)
Patch Set: Update references to vr/features.h Created 3 years, 8 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 | « device/vr/vr_device_manager.cc ('k') | ui/gfx/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/BUILD.gn
diff --git a/ui/gfx/BUILD.gn b/ui/gfx/BUILD.gn
index 744fd6561bc2484ba375f2e2c41a95e2fb9bafed..43da0955861248c1d2bc6c46e3efc2018b10de84 100644
--- a/ui/gfx/BUILD.gn
+++ b/ui/gfx/BUILD.gn
@@ -3,7 +3,7 @@
# found in the LICENSE file.
import("//build/config/ui.gni")
-import("//device/vr/features.gni")
+import("//device/vr/features/features.gni")
import("//testing/test.gni")
import("//testing/libfuzzer/fuzzer_test.gni")
@@ -255,7 +255,7 @@ component("gfx") {
"//base:base_static",
"//base:i18n",
"//base/third_party/dynamic_annotations",
- "//device/vr:features",
+ "//device/vr/features",
"//skia",
"//third_party/zlib",
]
« no previous file with comments | « device/vr/vr_device_manager.cc ('k') | ui/gfx/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698