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

Unified Diff: mojo/services/native_viewport/interfaces/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
Index: mojo/services/native_viewport/interfaces/BUILD.gn
diff --git a/mojo/services/native_viewport/public/interfaces/BUILD.gn b/mojo/services/native_viewport/interfaces/BUILD.gn
similarity index 60%
rename from mojo/services/native_viewport/public/interfaces/BUILD.gn
rename to mojo/services/native_viewport/interfaces/BUILD.gn
index 86ff870e7e6e9cd2012cf485b0d11095d79e474d..638a7ae321addc14cc42f088c70338df9e0be0b0 100644
--- a/mojo/services/native_viewport/public/interfaces/BUILD.gn
+++ b/mojo/services/native_viewport/interfaces/BUILD.gn
@@ -10,12 +10,12 @@ mojom("interfaces") {
"native_viewport.mojom",
]
- import_dirs = [ get_path_info("../../../", "abspath") ]
+ import_dirs = [ get_path_info("../../", "abspath") ]
public_deps = [
- "../../../geometry/public/interfaces",
- "../../../gpu/public/interfaces",
- "../../../input_events/public/interfaces",
- "../../../surfaces/public/interfaces:surface_id",
+ "../../geometry/interfaces",
+ "../../gpu/interfaces",
+ "../../input_events/interfaces",
+ "../../surfaces/public/interfaces:surface_id",
]
}
« no previous file with comments | « mojo/services/native_viewport/cpp/lib/args.cc ('k') | mojo/services/native_viewport/interfaces/native_viewport.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698