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

Unified Diff: examples/bitmap_uploader/BUILD.gn

Issue 790213002: Restructure public side of geometry service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Nits Created 6 years 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 | « examples/aura_demo/BUILD.gn ('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 8f6150ba5eacc572f8d9a4ed27d432009e6f2e70..64e48065235d04e34d74e576bd52d42f69381fc6 100644
--- a/examples/bitmap_uploader/BUILD.gn
+++ b/examples/bitmap_uploader/BUILD.gn
@@ -18,8 +18,8 @@ source_set("bitmap_uploader") {
"//mojo/application",
"//mojo/public/cpp/bindings:bindings",
"//mojo/public/interfaces/application",
- "//mojo/services/public/cpp/geometry",
- "//mojo/services/public/interfaces/geometry",
+ "//mojo/services/geometry/public/cpp",
+ "//mojo/services/geometry/public/interfaces",
"//mojo/services/public/interfaces/input_events:input_events",
"//mojo/services/surfaces/public/cpp",
"//mojo/services/surfaces/public/interfaces:surface_id",
« no previous file with comments | « examples/aura_demo/BUILD.gn ('k') | examples/bitmap_uploader/bitmap_uploader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698