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

Side by Side Diff: .gyp/include.gypi

Issue 6524008: Changes necessary to build Chromium with ThreadSanitizer LLVM instrumentation... Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/allocator/allocator.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Property Changes:
Added: svn:eol-style
+ LF
OLDNEW
(Empty)
1 {
2 'variables': {
3 'clang': 1,
4 'linux_use_tcmalloc': 0,
5 'release_valgrind_build': 1,
6 'target_arch': 'x64',
7 # 'use_system_ffmpeg': 1,
8 # 'target_arch': 'ia32',
9 # 'linux_use_heapchecker': 1,
10 # 'linux_keep_shadow_stacks': 1,
11 # 'linux_use_debugallocation': 1,
12 # 'use_system_ssl': '0',
13
14 # Valgrind GYP defines below
15 'debug_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builtin' ,
16 # 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-built in -fno-inline-functions',
17 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builti n -fno-optimize-sibling-calls ',
18 'disable_nacl': '1',
19 # 'release_optimize': 1,
20 # 'werror': '',
21 }
22 }
23 #{
24 # 'variables': {
25 # 'sysroot': '/usr/local/google/beagle/sd-backup/rootfs/',
26 # 'target_arch': 'arm',
27 # 'disable_nacl': 1,
28 # 'linux_use_tcmalloc': 0,
29 # 'armv7': 1,
30 # }
31 #}
OLDNEW
« no previous file with comments | « no previous file | base/allocator/allocator.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698