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

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

Issue 2905013002: [vr] Introduce ColorScheme (Closed)
Patch Set: rebase 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/color_scheme.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 8d5f36c67f1b3128699c0476f1bf5b85b4b9d7c8..1720c52038d08ba2baf54d77b450adcd9bab12f1 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -18,6 +18,8 @@ if (current_cpu == "arm" || current_cpu == "arm64") {
"android_ui_gesture_target.h",
"animation.cc",
"animation.h",
+ "color_scheme.cc",
+ "color_scheme.h",
"easing.cc",
"easing.h",
"elbow_model.cc",
« no previous file with comments | « no previous file | chrome/browser/android/vr_shell/color_scheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698