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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/allocator/allocator.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gyp/include.gypi
===================================================================
--- .gyp/include.gypi (revision 0)
+++ .gyp/include.gypi (revision 0)
@@ -0,0 +1,31 @@
+{
+ 'variables': {
+ 'clang': 1,
+ 'linux_use_tcmalloc': 0,
+ 'release_valgrind_build': 1,
+ 'target_arch': 'x64',
+# 'use_system_ffmpeg': 1,
+# 'target_arch': 'ia32',
+# 'linux_use_heapchecker': 1,
+# 'linux_keep_shadow_stacks': 1,
+# 'linux_use_debugallocation': 1,
+# 'use_system_ssl': '0',
+
+# Valgrind GYP defines below
+ 'debug_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builtin',
+# 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builtin -fno-inline-functions',
+ 'release_extra_cflags': '-g -fno-inline -fno-omit-frame-pointer -fno-builtin -fno-optimize-sibling-calls ',
+ 'disable_nacl': '1',
+# 'release_optimize': 1,
+# 'werror': '',
+ }
+}
+#{
+# 'variables': {
+# 'sysroot': '/usr/local/google/beagle/sd-backup/rootfs/',
+# 'target_arch': 'arm',
+# 'disable_nacl': 1,
+# 'linux_use_tcmalloc': 0,
+# 'armv7': 1,
+# }
+#}
Property changes on: .gyp/include.gypi
___________________________________________________________________
Added: svn:eol-style
+ LF
« 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