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

Side by Side Diff: base/win/BUILD.gn

Issue 2869073002: Adding PE TimeStamp to chrome trace to ease retrieving debug information (Closed)
Patch Set: dcheng comments Created 3 years, 6 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 | « base/trace_event/process_memory_maps.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/sanitizers/sanitizers.gni") 6 import("//build/config/sanitizers/sanitizers.gni")
7 import("//build/win/message_compiler.gni") 7 import("//build/win/message_compiler.gni")
8 import("//chrome/process_version_rc_template.gni") 8 import("//chrome/process_version_rc_template.gni")
9 9
10 declare_args() { 10 declare_args() {
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 if (!is_asan) { 55 if (!is_asan) {
56 ldflags = [ "/NOENTRY" ] 56 ldflags = [ "/NOENTRY" ]
57 } 57 }
58 58
59 deps = [ 59 deps = [
60 "//base/win:eventlog_messages", 60 "//base/win:eventlog_messages",
61 "//base/win:eventlog_provider_dll_version", 61 "//base/win:eventlog_provider_dll_version",
62 ] 62 ]
63 } 63 }
64
65 static_library("pe_image") {
66 sources = [
67 "pe_image.cc",
68 "pe_image.h",
69 ]
70 }
OLDNEW
« no previous file with comments | « base/trace_event/process_memory_maps.cc ('k') | components/tracing/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698