Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(228)

Side by Side Diff: build/win/syzygy/BUILD.gn

Issue 2126673002: Move the Syzygy scripts out of //chrome/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix the GYP files. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « BUILD.gn ('k') | build/win/syzygy/OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 copy("copy_syzyasan_binaries") {
6 visibility = [
7 "//chrome/*",
8 "//content/*",
9 ]
10
11 source_dir = "//third_party/syzygy/binaries/exe"
12
13 sources = [
14 "$source_dir/agent_logger.exe",
15 "$source_dir/minidump_symbolizer.py",
16 "$source_dir/syzyasan_rtl.dll",
17 "$source_dir/syzyasan_rtl.dll.pdb",
18 ]
19
20 outputs = [
21 "$root_out_dir/syzygy/{{source_file_part}}",
22 ]
23 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | build/win/syzygy/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698