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

Side by Side Diff: base/base.gyp

Issue 1038453002: Add option to export tracing events to ETW. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add missing dependency in base.gyp Created 5 years, 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 }, 185 },
186 }, 186 },
187 'copies': [ 187 'copies': [
188 { 188 {
189 'destination': '<(PRODUCT_DIR)/', 189 'destination': '<(PRODUCT_DIR)/',
190 'files': [ 190 'files': [
191 '../build/win/dbghelp_xp/dbghelp.dll', 191 '../build/win/dbghelp_xp/dbghelp.dll',
192 ], 192 ],
193 }, 193 },
194 ], 194 ],
195 'dependencies': [
196 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
197 ],
195 }], 198 }],
196 ['OS == "mac" or (OS == "ios" and _toolset == "host")', { 199 ['OS == "mac" or (OS == "ios" and _toolset == "host")', {
197 'link_settings': { 200 'link_settings': {
198 'libraries': [ 201 'libraries': [
199 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework', 202 '$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
200 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k', 203 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framewor k',
201 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework', 204 '$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
202 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 205 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
203 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', 206 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
204 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework', 207 '$(SDKROOT)/System/Library/Frameworks/IOKit.framework',
(...skipping 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'dependencies': [ 1581 'dependencies': [
1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1582 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1580 ], 1583 ],
1581 }], 1584 }],
1582 ], 1585 ],
1583 }, 1586 },
1584 ], 1587 ],
1585 }], 1588 }],
1586 ], 1589 ],
1587 } 1590 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/BUILD.gn » ('j') | base/trace_event/etw_manifest/BUILD/message_compiler.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698