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

Unified Diff: examples/bitmap_uploader/BUILD.gn

Issue 1398973004: Move //mojo/services/X/public/... to //mojo/services/X/... (part 2). (Closed) Base URL: https://github.com/domokit/mojo.git@no_public_1
Patch Set: add missing copyright notices 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 3877243dd0094d26f40af5af7c046889f2607afc..401a9d7515b278cfccbdf4e4cc9edff227cbf7cc 100644
--- a/examples/bitmap_uploader/BUILD.gn
+++ b/examples/bitmap_uploader/BUILD.gn
@@ -11,16 +11,16 @@ source_set("bitmap_uploader") {
public_deps = [
"//base",
"//mojo/public/c/gpu",
- "//mojo/services/gpu/public/interfaces",
+ "//mojo/services/gpu/interfaces",
"//mojo/services/surfaces/public/interfaces",
]
deps = [
"//mojo/application",
"//mojo/public/cpp/bindings:bindings",
"//mojo/public/interfaces/application",
- "//mojo/services/geometry/public/cpp",
- "//mojo/services/geometry/public/interfaces",
- "//mojo/services/input_events/public/interfaces",
+ "//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/view_manager/public/cpp",
« 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