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

Unified Diff: mojo/aura/BUILD.gn

Issue 595073002: Replace forward_dependent_configs with public_deps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « media/cast/test/proto/BUILD.gn ('k') | mojo/bindings/js/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/aura/BUILD.gn
diff --git a/mojo/aura/BUILD.gn b/mojo/aura/BUILD.gn
index 495d40a9dabc2886d4704befc71cca3a2c58a554..f6d64504aa025d680e1a1552a645edf8bfc28cdf 100644
--- a/mojo/aura/BUILD.gn
+++ b/mojo/aura/BUILD.gn
@@ -16,6 +16,9 @@ source_set("aura") {
"window_tree_host_mojo_delegate.h",
]
+ public_deps = [
+ "//mojo/services/public/cpp/view_manager",
+ ]
deps = [
"//cc",
"//skia",
@@ -26,11 +29,6 @@ source_set("aura") {
"//ui/gl",
"//mojo/cc",
"//mojo/public/gles2:for_shared_library",
- "//mojo/services/public/cpp/view_manager",
"//mojo/services/public/interfaces/native_viewport",
]
-
- forward_dependent_configs_from = [
- "//mojo/services/public/cpp/view_manager",
- ]
}
« no previous file with comments | « media/cast/test/proto/BUILD.gn ('k') | mojo/bindings/js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698