| 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",
|
|
|