Index: ash/touch_hud/BUILD.gn |
diff --git a/ui/aura_extra/BUILD.gn b/ash/touch_hud/BUILD.gn |
similarity index 52% |
copy from ui/aura_extra/BUILD.gn |
copy to ash/touch_hud/BUILD.gn |
index dae41d27033ec37aa88067cef67c9c711e6f7450..8c509ef66d30a882fdec5ab41e3306da77e4b31e 100644 |
--- a/ui/aura_extra/BUILD.gn |
+++ b/ash/touch_hud/BUILD.gn |
@@ -1,26 +1,25 @@ |
-# Copyright 2015 The Chromium Authors. All rights reserved. |
+# Copyright 2016 The Chromium Authors. All rights reserved. |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
import("//build/config/ui.gni") |
-component("aura_extra") { |
+component("touch_hud") { |
sources = [ |
- "aura_extra_export.h", |
- "image_window_delegate.cc", |
- "image_window_delegate.h", |
+ "ash_touch_hud_export.h", |
+ "touch_hud_renderer.cc", |
+ "touch_hud_renderer.h", |
] |
- defines = [ "AURA_EXTRA_IMPLEMENTATION" ] |
+ defines = [ "ASH_TOUCH_HUD_IMPLEMENTATION" ] |
deps = [ |
"//base", |
"//skia", |
- "//ui/aura", |
- "//ui/base", |
"//ui/compositor", |
"//ui/events", |
"//ui/gfx", |
"//ui/gfx/geometry", |
+ "//ui/views", |
] |
} |