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

Unified Diff: mojo/examples/surfaces_app/BUILD.gn

Issue 565323002: Move application:chromium bindings to mojo/application/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/examples/png_viewer/png_viewer.cc ('k') | mojo/examples/surfaces_app/child_app.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/examples/surfaces_app/BUILD.gn
diff --git a/mojo/examples/surfaces_app/BUILD.gn b/mojo/examples/surfaces_app/BUILD.gn
index 98a3e5b45c50aecc5c92be133113bdf1ec0cf73c..c8581cb5c719cb32554601c2bee88ab98b0a2319 100644
--- a/mojo/examples/surfaces_app/BUILD.gn
+++ b/mojo/examples/surfaces_app/BUILD.gn
@@ -25,8 +25,8 @@ shared_library("parent_app") {
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//mojo/application",
"//mojo/common",
- "//mojo/public/cpp/application:chromium",
"//mojo/environment:chromium",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/cpp/geometry",
@@ -55,8 +55,8 @@ shared_library("child_app") {
"//skia",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//mojo/application",
"//mojo/common",
- "//mojo/public/cpp/application:chromium",
"//mojo/environment:chromium",
"//mojo/services/public/interfaces/geometry",
"//mojo/services/public/cpp/geometry",
« no previous file with comments | « mojo/examples/png_viewer/png_viewer.cc ('k') | mojo/examples/surfaces_app/child_app.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698