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

Unified Diff: examples/bitmap_uploader/BUILD.gn

Issue 1394303004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 3). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_2-x-no_public_1
Patch Set: Created 5 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 | « apps/moterm/moterm_view.cc ('k') | examples/bitmap_uploader/bitmap_uploader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/bitmap_uploader/BUILD.gn
diff --git a/examples/bitmap_uploader/BUILD.gn b/examples/bitmap_uploader/BUILD.gn
index 401a9d7515b278cfccbdf4e4cc9edff227cbf7cc..af13601312f0de1142a36c55e3a68a89ecb66323 100644
--- a/examples/bitmap_uploader/BUILD.gn
+++ b/examples/bitmap_uploader/BUILD.gn
@@ -12,7 +12,7 @@ source_set("bitmap_uploader") {
"//base",
"//mojo/public/c/gpu",
"//mojo/services/gpu/interfaces",
- "//mojo/services/surfaces/public/interfaces",
+ "//mojo/services/surfaces/interfaces",
]
deps = [
"//mojo/application",
@@ -21,8 +21,8 @@ source_set("bitmap_uploader") {
"//mojo/services/geometry/cpp",
"//mojo/services/geometry/interfaces",
"//mojo/services/input_events/interfaces",
- "//mojo/services/surfaces/public/cpp",
- "//mojo/services/surfaces/public/interfaces:surface_id",
+ "//mojo/services/surfaces/cpp",
+ "//mojo/services/surfaces/interfaces:surface_id",
"//mojo/services/view_manager/public/cpp",
"//mojo/services/view_manager/public/interfaces",
"//ui/gfx/geometry",
« no previous file with comments | « apps/moterm/moterm_view.cc ('k') | examples/bitmap_uploader/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698