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

Unified Diff: components/mus/BUILD.gn

Issue 1466483003: Makes window manager include ui pak file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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 | « no previous file | components/mus/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/BUILD.gn
diff --git a/components/mus/BUILD.gn b/components/mus/BUILD.gn
index e89df7ed283b8a6ce065004ffaf4e7e820ec3c95..ac3b8ea051eb17de0d7937de2c3ec2fa13449b16 100644
--- a/components/mus/BUILD.gn
+++ b/components/mus/BUILD.gn
@@ -18,11 +18,11 @@ if (is_android) {
deps = [
":lib",
- "public/interfaces",
"//mojo/application/public/cpp:sources",
"//mojo/public/cpp/bindings",
"//mojo/services/tracing/public/interfaces",
"//mojo/shell",
+ "public/interfaces",
]
}
} else {
@@ -34,11 +34,18 @@ if (is_android) {
deps = [
":lib",
"//mojo/application/public/cpp:sources",
+ "//ui/resources",
]
if (is_win) {
deps += [ ":copy_gl_libraries" ]
}
+
+ resources = [ "$root_gen_dir/ui/resources/ui_resources_100_percent.pak" ]
+
+ data_deps = [
+ "//ui/resources",
+ ]
}
}
@@ -75,9 +82,11 @@ source_set("lib") {
"//components/mus/public/interfaces",
"//components/mus/surfaces",
"//components/mus/ws:lib",
+ "//components/resource_provider/public/cpp",
"//mojo/application/public/cpp",
"//mojo/common:common_base",
"//mojo/services/tracing/public/cpp",
+ "//ui/base",
"//ui/events",
"//ui/gl:gl",
"//ui/platform_window:platform_impls",
« no previous file with comments | « no previous file | components/mus/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698