Commit 3b742e4f authored by Dirk Pranke's avatar Dirk Pranke

Fix typos in build files for msmap2tsv, handoff.

R=erikchen@chromium.org, rockot@chromium.org
TBR=erikchen@chromium.org, rockot@chromium.org

Review URL: https://codereview.chromium.org/950043003

Cr-Commit-Position: refs/heads/master@{#317694}
parent 489df883
......@@ -4,7 +4,7 @@
source_set("handoff") {
if (is_mac || is_ios) {
sources += [
sources = [
"handoff_utility.h",
"handoff_utility.mm",
]
......
......@@ -28,7 +28,7 @@ if (is_win) {
"msmap2tsv.c",
]
libs += [ "dbghelp.lib" ]
libs = [ "dbghelp.lib" ]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
......
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