Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / resources / BUILD.gn
index 2b75d53..1d661eb 100644 (file)
@@ -22,6 +22,7 @@ grit("ui_resources_grd") {
     "grit/ui_resources_map.h",
     "ui_resources_100_percent.pak",
     "ui_resources_200_percent.pak",
+    "ui_resources_300_percent.pak",
   ]
 }
 
@@ -79,6 +80,13 @@ repack("repack_ui_test_pak") {
     "$root_gen_dir/ui/strings/ui_strings_en-US.pak",
   ]
 
+  if (is_chromeos) {
+    sources += [
+      "$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 +97,13 @@ repack("repack_ui_test_pak") {
   if (!is_mac) {
     deps += [ ":copy_ui_resources_100_percent" ]
   }
+
+  if (is_chromeos) {
+    deps += [
+      "//ui/chromeos/resources",
+      "//ui/chromeos/strings",
+    ]
+  }
 }
 
 # Repack just the strings for the framework locales on Mac and iOS. This