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

Unified Diff: runtime/platform/platform_headers.gypi

Issue 816123002: MemorySanitizer support. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years 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 | « runtime/platform/memory_sanitizer.h ('k') | runtime/vm/exceptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/platform/platform_headers.gypi
===================================================================
--- runtime/platform/platform_headers.gypi (revision 42458)
+++ runtime/platform/platform_headers.gypi (working copy)
@@ -5,14 +5,16 @@
# This file contains headers shared between the vm and bin components.
{
'sources': [
+ 'address_sanitizer.h',
'assert.h',
'c99_support_win.h',
+ 'floating_point.h',
+ 'floating_point_win.h',
'globals.h',
'hashmap.h',
'inttypes_support_win.h',
'json.h',
- 'floating_point.h',
- 'floating_point_win.h',
+ 'memory_sanitizer.h',
'utils.h',
],
}
« no previous file with comments | « runtime/platform/memory_sanitizer.h ('k') | runtime/vm/exceptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698