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

Unified Diff: components/mus/example/client/BUILD.gn

Issue 1406523003: Makes example use TYPE_WINDOW (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « no previous file | components/mus/example/client/client_application_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/example/client/BUILD.gn
diff --git a/components/mus/example/client/BUILD.gn b/components/mus/example/client/BUILD.gn
index 2b149a160ac6e8223419f9b8a36b2b2a465f5a39..2310d555e380fb6bfedb494b0a9a2505fede023a 100644
--- a/components/mus/example/client/BUILD.gn
+++ b/components/mus/example/client/BUILD.gn
@@ -43,10 +43,13 @@ mojo_native_application("client") {
repack("resources") {
sources = [
"$root_gen_dir/ui/resources/ui_resources_100_percent.pak",
+ "$root_gen_dir/ui/strings/app_locale_settings_en-US.pak",
+ "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
"$root_gen_dir/ui/views/resources/views_resources_100_percent.pak",
]
output = "$root_out_dir/example_resources.pak"
deps = [
+ "//ui/strings",
"//ui/resources",
"//ui/views/resources",
]
« no previous file with comments | « no previous file | components/mus/example/client/client_application_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698