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

Unified Diff: components/mus/public/cpp/surfaces/BUILD.gn

Issue 2012113003: mojo/converters/surfaces -> components/mus/public/cpp/surfaces (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters_events
Patch Set: . Created 4 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 | « components/mus/public/cpp/lib/window_surface.cc ('k') | components/mus/public/cpp/surfaces/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/public/cpp/surfaces/BUILD.gn
diff --git a/mojo/converters/surfaces/BUILD.gn b/components/mus/public/cpp/surfaces/BUILD.gn
similarity index 89%
rename from mojo/converters/surfaces/BUILD.gn
rename to components/mus/public/cpp/surfaces/BUILD.gn
index 7fd5c1b3851b8aca3a9d8d334317ff70c60991ba..0ca839e837dd71972d411fb90a4c45a7c9a53138 100644
--- a/mojo/converters/surfaces/BUILD.gn
+++ b/components/mus/public/cpp/surfaces/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_converters.gypi:mojo_surfaces_lib
component("surfaces") {
output_name = "mojo_surfaces_lib"
@@ -18,9 +17,9 @@ component("surfaces") {
defines = [ "MOJO_SURFACES_IMPLEMENTATION" ]
public_deps = [
- "//mojo/converters/transform",
"//ui/gfx",
"//ui/gfx/geometry/mojo",
+ "//ui/gfx/mojo",
]
deps = [
« no previous file with comments | « components/mus/public/cpp/lib/window_surface.cc ('k') | components/mus/public/cpp/surfaces/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698