Index: ui/resources/BUILD.gn |
diff --git a/ui/resources/BUILD.gn b/ui/resources/BUILD.gn |
index 2b75d53b6a97f1e80792404f9ce9fdb6d9910268..8218f8ceffba1a8b8430173933cd9041f3bcb855 100644 |
--- a/ui/resources/BUILD.gn |
+++ b/ui/resources/BUILD.gn |
@@ -79,6 +79,13 @@ repack("repack_ui_test_pak") { |
"$root_gen_dir/ui/strings/ui_strings_en-US.pak", |
] |
+ if (is_chromeos) { |
+ sources += { |
oshima
2014/10/29 21:06:04
[] instead of {}
stevenjb
2014/10/29 21:21:05
Done.
|
+ "$root_gen_dir/ui/chromeos/resources/ui_chromeos_resources_100_percent.pak", |
+ "$root_gen_dir/ui/chromeos/strings/ui_chromeos_strings_en-US.pak", |
+ } |
+ } |
+ |
output = "$root_out_dir/ui_test.pak" |
deps = [ |
@@ -89,6 +96,13 @@ repack("repack_ui_test_pak") { |
if (!is_mac) { |
deps += [ ":copy_ui_resources_100_percent" ] |
} |
+ |
+ if (is_chromeos) { |
+ deps += { |
oshima
2014/10/29 21:06:04
ditto
stevenjb
2014/10/29 21:21:05
Done.
|
+ "//ui/chromeos/resources", |
+ "//ui/chromeos/strings", |
+ } |
+ } |
} |
# Repack just the strings for the framework locales on Mac and iOS. This |