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

Unified Diff: mojo/services/gpu/public/interfaces/BUILD.gn

Issue 839903002: Make more services' public interfaces flexible wrt location in repo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Change to use import_dirs Created 5 years, 11 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 | « mojo/public/tools/bindings/mojom.gni ('k') | mojo/services/gpu/public/interfaces/command_buffer.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/gpu/public/interfaces/BUILD.gn
diff --git a/mojo/services/gpu/public/interfaces/BUILD.gn b/mojo/services/gpu/public/interfaces/BUILD.gn
index e1b73347ea00798e6f70978f2c08a35cf38a95b8..52723ac2f15e0196cfe54cd60ab0967659784c1c 100644
--- a/mojo/services/gpu/public/interfaces/BUILD.gn
+++ b/mojo/services/gpu/public/interfaces/BUILD.gn
@@ -13,7 +13,9 @@ mojom("interfaces") {
"viewport_parameter_listener.mojom",
]
+ import_dirs = [ get_path_info("../../../", "abspath") ]
+
deps = [
- "//mojo/services/geometry/public/interfaces",
+ "../../../geometry/public/interfaces",
]
}
« no previous file with comments | « mojo/public/tools/bindings/mojom.gni ('k') | mojo/services/gpu/public/interfaces/command_buffer.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698