Commit ca8066ee authored by Yoshifumi Inoue's avatar Yoshifumi Inoue Committed by Commit Bot

Rename to blink.natvis from webkit.natvis

This patch renames "tools/win/DebugVisualizers/webkit.natvis" to
"blink.natvis" because we use term "blink" instead of "webkit" for ease
of locating file.

Bug: 843412
Change-Id: Ifd3150bba001b122b3ad52a88aba60ab6076e9a8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309321Reviewed-by: default avatarKent Tamura <tkent@chromium.org>
Reviewed-by: default avatarBruce Dawson <brucedawson@chromium.org>
Commit-Queue: Yoshifumi Inoue <yosin@chromium.org>
Auto-Submit: Yoshifumi Inoue <yosin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#791702}
parent 1c1a51ad
...@@ -221,12 +221,12 @@ jumbo_component("wtf") { ...@@ -221,12 +221,12 @@ jumbo_component("wtf") {
# Inject Visual Studio debug visualizers for our types into all targets # Inject Visual Studio debug visualizers for our types into all targets
# that reference this. # that reference this.
all_dependent_configs = [ "//tools/win/DebugVisualizers:webkit" ] all_dependent_configs = [ "//tools/win/DebugVisualizers:blink" ]
inputs = [ inputs = [
# webkit.natvis listed as an input here instead of in # blink.natvis listed as an input here instead of in
# //tools/win/DebugVisualizers:webkit to prevent unnecessary size increase # //tools/win/DebugVisualizers:blink to prevent unnecessary size increase
# in generated build files. # in generated build files.
"//tools/win/DebugVisualizers/webkit.natvis", "//tools/win/DebugVisualizers/blink.natvis",
] ]
} }
......
...@@ -23,8 +23,8 @@ config("chrome") { ...@@ -23,8 +23,8 @@ config("chrome") {
ldflags = [ "/NATVIS:" + rebase_path("chrome.natvis", root_build_dir) ] ldflags = [ "/NATVIS:" + rebase_path("chrome.natvis", root_build_dir) ]
} }
config("webkit") { config("blink") {
# webkit.natvis listed as an input in # blink.natvis listed as an input in
# //third_party/blink/renderer/platform/wtf to guarantee relinking on changes. # //third_party/blink/renderer/platform/wtf to guarantee relinking on changes.
ldflags = [ "/NATVIS:" + rebase_path("webkit.natvis", root_build_dir) ] ldflags = [ "/NATVIS:" + rebase_path("blink.natvis", root_build_dir) ]
} }
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