Index: chromecast/graphics/BUILD.gn |
diff --git a/mojo/util/BUILD.gn b/chromecast/graphics/BUILD.gn |
similarity index 61% |
copy from mojo/util/BUILD.gn |
copy to chromecast/graphics/BUILD.gn |
index 379bc96230e7c6037bca99a4a311de60a65c109a..f07a87154354163b625be19de5dff4c5ca38b7c9 100644 |
--- a/mojo/util/BUILD.gn |
+++ b/chromecast/graphics/BUILD.gn |
@@ -2,14 +2,15 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("filename_util") { |
+source_set("graphics") { |
sources = [ |
- "filename_util.cc", |
- "filename_util.h", |
+ "cast_screen.cc", |
+ "cast_screen.h", |
] |
deps = [ |
- "//base", |
- "//url", |
+ "//ui/aura", |
+ "//ui/gfx", |
+ "//ui/gfx/geometry", |
] |
} |