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

Unified Diff: mojo/examples/surfaces_app/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: Fix GN. 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
Index: mojo/examples/surfaces_app/BUILD.gn
diff --git a/mojo/examples/surfaces_app/BUILD.gn b/mojo/examples/surfaces_app/BUILD.gn
index 448e954dd1ef4d9b0a9eae0bb2a161b6d9c2d8d8..d3468898456dd3b4b9003e9922abdb495411d1b4 100644
--- a/mojo/examples/surfaces_app/BUILD.gn
+++ b/mojo/examples/surfaces_app/BUILD.gn
@@ -27,11 +27,10 @@ shared_library("parent_app") {
"//ui/gfx/geometry",
"//mojo/application",
"//mojo/common",
+ "//mojo/converters",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/system",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/cpp/surfaces",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/surfaces",
@@ -58,11 +57,10 @@ shared_library("child_app") {
"//cc/surfaces",
"//mojo/application",
"//mojo/common",
+ "//mojo/converters",
"//mojo/environment:chromium",
"//mojo/public/c/system:for_shared_library",
"//mojo/public/cpp/bindings",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/cpp/surfaces",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/surfaces",
"//mojo/services/public/interfaces/surfaces:surface_id",
@@ -91,6 +89,7 @@ shared_library("child_gl_app") {
"//gpu/command_buffer/common",
"//mojo/application",
"//mojo/common",
+ "//mojo/converters",
"//mojo/environment:chromium",
"//mojo/examples/sample_app:spinning_cube",
"//mojo/public/c/system:for_shared_library",
@@ -98,8 +97,6 @@ shared_library("child_gl_app") {
"//mojo/public/cpp/environment",
"//mojo/public/cpp/system",
"//mojo/public/gles2:for_shared_library",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/cpp/surfaces",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/interfaces/gpu",
"//mojo/services/public/interfaces/surfaces",

Powered by Google App Engine
This is Rietveld 408576698