Commit 7333f811 authored by dvallet's avatar dvallet Committed by Commit bot

Include headless resources in Mac OS

Headless is enable in Mac and Linux, and will soon be enabled in Windows.
This patch adds headless resources (1.7 Kb) to all those versions
Launch bug: http://crbug.com/705916

BUG=709836

Review-Url: https://codereview.chromium.org/2811633002
Cr-Commit-Position: refs/heads/master@{#464299}
parent 514a44a8
...@@ -157,7 +157,7 @@ template("chrome_extra_paks") { ...@@ -157,7 +157,7 @@ template("chrome_extra_paks") {
"//ui/file_manager:resources", "//ui/file_manager:resources",
] ]
} }
if (is_linux) { if (is_linux || is_mac) {
sources += [ "$root_gen_dir/headless/headless_lib_resources.pak" ] sources += [ "$root_gen_dir/headless/headless_lib_resources.pak" ]
deps += [ "//headless:resources" ] deps += [ "//headless:resources" ]
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment