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

Unified Diff: mojo/services/ozone_drm_gpu/public/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/ozone_drm_gpu/public/interfaces/BUILD.gn
diff --git a/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn b/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
index f4ad43fe4c1c41a71c4baa44d3fa678b994fc524..989a9c085285b57ae61c4ae06f10b5af41177755 100644
--- a/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
+++ b/mojo/services/ozone_drm_gpu/public/interfaces/BUILD.gn
@@ -13,6 +13,6 @@ mojom("interfaces") {
import_dirs = [ get_path_info("../../../", "abspath") ]
public_deps = [
- "../../../geometry/public/interfaces",
+ "../../../geometry/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698