Commit afc43b58 authored by Sajjad Mirza's avatar Sajjad Mirza Committed by Commit Bot

Remove unnecessary assignment to data_deps.

This assignment was overridden immediately afterward, and is duplicated
later, so it's safe to delete here.

Change-Id: I5b5f607de57909f097d6eb5df629cd954f619a05
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2523523
Commit-Queue: Sajjad Mirza <sajjadm@chromium.org>
Commit-Queue: Nico Weber <thakis@chromium.org>
Reviewed-by: default avatarNico Weber <thakis@chromium.org>
Cr-Commit-Position: refs/heads/master@{#825569}
parent 01c88d19
...@@ -132,13 +132,9 @@ if (!is_android && !is_mac) { ...@@ -132,13 +132,9 @@ if (!is_android && !is_mac) {
defines = [] defines = []
public_deps = [] public_deps = []
deps = [ "//printing/buildflags" ] deps = [ "//printing/buildflags" ]
data = [ "$root_out_dir/resources.pak" ] data = [ "$root_out_dir/resources.pak" ]
if (is_linux || is_chromeos || is_win) {
data_deps = [ "//chrome:packed_resources" ]
}
data_deps = [] data_deps = []
if (chromeos_is_browser_only && also_build_ash_chrome) { if (chromeos_is_browser_only && also_build_ash_chrome) {
data_deps += [ "//chrome:chrome(//build/toolchain/linux:ash_clang_x64)" ] data_deps += [ "//chrome:chrome(//build/toolchain/linux:ash_clang_x64)" ]
} }
......
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