summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-07-20 16:52:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-20 23:52:46 +0000
commit66e3feabd73622adccda533917c3441f6d0395a2 (patch)
tree4d25f92828b6e37e697edb592c038316fee8bec0 /BUILD.gn
parent33b3f55cbc185ec64fc3ed0bb1cdd50ed3b918f8 (diff)
downloadchromium_src-66e3feabd73622adccda533917c3441f6d0395a2.zip
chromium_src-66e3feabd73622adccda533917c3441f6d0395a2.tar.gz
chromium_src-66e3feabd73622adccda533917c3441f6d0395a2.tar.bz2
Add Syzygy support to Windows GN build.
BUG=511498 Review URL: https://codereview.chromium.org/1234033005 Cr-Commit-Position: refs/heads/master@{#339566}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn4
1 files changed, 4 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 41be865..5ebdb82 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -200,6 +200,10 @@ group("both_gn_and_gyp") {
deps += [ "//gin:gin_v8_snapshot_fingerprint" ]
}
+ if (is_win) {
+ deps += [ "//chrome/tools/build/win/syzygy:chrome_dll_syzygy" ]
+ }
+
if (is_android) {
deps += [
"//base/android/linker:chromium_android_linker",