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

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

Issue 2966793002: NOT FOR REVIEW - convert to cc animation
Patch Set: switch to transform operations Created 3 years, 6 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 | « cc/trees/target_property.cc ('k') | chrome/browser/android/vr_shell/DEPS » ('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 dc2cb26b6b07ccf180de45e29e1db26d98678018..c02a57ecdb02c1a30ebc27b8a295fda5c7153301 100644
--- a/chrome/browser/android/vr_shell/BUILD.gn
+++ b/chrome/browser/android/vr_shell/BUILD.gn
@@ -16,12 +16,8 @@ assert(enable_vr)
# compile on any platform.
static_library("vr_common") {
sources = [
- "animation.cc",
- "animation.h",
"color_scheme.cc",
"color_scheme.h",
- "easing.cc",
- "easing.h",
"font_fallback.cc",
"font_fallback.h",
"fps_meter.cc",
@@ -99,6 +95,7 @@ static_library("vr_common") {
deps = [
"//base",
+ "//cc/animation",
"//cc/paint",
"//chrome/app:generated_resources",
"//components/security_state/core",
@@ -220,6 +217,7 @@ test("vr_common_unittests") {
deps = [
":vr_common",
"//base/test:test_support",
+ "//cc:test_support",
"//components:components_tests_pak",
"//components/security_state/core",
"//components/toolbar:vector_icons",
« no previous file with comments | « cc/trees/target_property.cc ('k') | chrome/browser/android/vr_shell/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698