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

Unified Diff: mojo/converters/geometry/BUILD.gn

Issue 640893003: Move mojo/services/public/cpp TypeConverters to mojo/converters. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore the directory and component structures and target names. Created 6 years, 2 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 | « mojo/cc/output_surface_mojo.cc ('k') | mojo/converters/geometry/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/geometry/BUILD.gn
diff --git a/mojo/services/public/cpp/geometry/BUILD.gn b/mojo/converters/geometry/BUILD.gn
similarity index 85%
rename from mojo/services/public/cpp/geometry/BUILD.gn
rename to mojo/converters/geometry/BUILD.gn
index c87adf360c254bdc9f0cee507eda8a4aa3cc19c1..2d0a1e00ec1fb8e553cea6392794cda5fee483af 100644
--- a/mojo/services/public/cpp/geometry/BUILD.gn
+++ b/mojo/converters/geometry/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: mojo/mojo_services.gypi:mojo_geometry_lib
+# GYP version: mojo/mojo_converters.gypi:mojo_geometry_lib
component("geometry") {
output_name = "mojo_geometry_lib"
@@ -22,7 +22,7 @@ component("geometry") {
]
sources = [
- "lib/geometry_type_converters.cc",
+ "geometry_type_converters.cc",
"geometry_type_converters.h",
"mojo_geometry_export.h",
]
« no previous file with comments | « mojo/cc/output_surface_mojo.cc ('k') | mojo/converters/geometry/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698