Commit 09a23749 authored by Yunlian Jiang's avatar Yunlian Jiang Committed by Commit Bot

unrar: remove rar.cpp from gn file.

Newer lld failed to link chrome, it complains about duplicate symbol.
It looks like an ODR violation.

BUG=chromium:822334
TEST=lld links Chrome now.

Change-Id: I2894b49b68d0a0a952f290af81f38eb30aa34cbd
Reviewed-on: https://chromium-review.googlesource.com/974455Reviewed-by: default avatarVarun Khaneja <vakh@chromium.org>
Commit-Queue: Yunlian Jiang <yunlian@chromium.org>
Cr-Commit-Position: refs/heads/master@{#545134}
parent 97524c13
...@@ -33,7 +33,6 @@ if (safe_browsing_mode == 1) { ...@@ -33,7 +33,6 @@ if (safe_browsing_mode == 1) {
"src/options.cpp", "src/options.cpp",
"src/pathfn.cpp", "src/pathfn.cpp",
"src/qopen.cpp", "src/qopen.cpp",
"src/rar.cpp",
"src/rarvm.cpp", "src/rarvm.cpp",
"src/rawread.cpp", "src/rawread.cpp",
"src/rdwrfn.cpp", "src/rdwrfn.cpp",
...@@ -71,9 +70,10 @@ if (safe_browsing_mode == 1) { ...@@ -71,9 +70,10 @@ if (safe_browsing_mode == 1) {
"_FILE_OFFSET_BITS=64", "_FILE_OFFSET_BITS=64",
"LARGEFILE_SOURCE", "LARGEFILE_SOURCE",
"RAR_SMP", "RAR_SMP",
# The following is set to disable certain macro definitions in the unrar # The following is set to disable certain macro definitions in the unrar
# source code. # source code.
"CHROMIUM_UNRAR" "CHROMIUM_UNRAR",
] ]
} }
} }
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