dart-sdk/runtime/platform
Zachary Anderson 103881d01c Make header include guards great again
i.e. #ifndef VM_WHATEVER -> #ifndef RUNTIME_VM_WHATEVER

This lets us remove a hack from the PRESUBMIT.py script that existed
for reasons that are no longer valid, and sets us up to add some
presubmit checks for the GN build.

R=asiva@google.com, rmacnak@google.com

Review URL: https://codereview.chromium.org/2450713004 .
2016-10-26 00:26:03 -07:00
..
address_sanitizer.h Make header include guards great again 2016-10-26 00:26:03 -07:00
assert.cc - fix some cases where we are using uninitialized memory 2016-10-05 16:54:18 -07:00
assert.h Make header include guards great again 2016-10-26 00:26:03 -07:00
c99_support_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
floating_point.h Make header include guards great again 2016-10-26 00:26:03 -07:00
floating_point_win.cc Fixes Android build by using C++ math header instead of C one. 2014-06-30 22:15:26 +00:00
floating_point_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
globals.h Make header include guards great again 2016-10-26 00:26:03 -07:00
hashmap.cc Make fatal out of memory messages uniform. 2016-10-19 16:37:59 -07:00
hashmap.h Make header include guards great again 2016-10-26 00:26:03 -07:00
inttypes_support_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00
math.h Make header include guards great again 2016-10-26 00:26:03 -07:00
memory_sanitizer.h Make header include guards great again 2016-10-26 00:26:03 -07:00
platform_headers.gypi - Remove the legacy debug protocol. 2015-12-03 17:46:02 -08:00
platform_sources.gypi - Remove the legacy debug protocol. 2015-12-03 17:46:02 -08:00
signal_blocker.h Make header include guards great again 2016-10-26 00:26:03 -07:00
text_buffer.cc Make fatal out of memory messages uniform. 2016-10-19 16:37:59 -07:00
text_buffer.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils.cc During promotion, use bump allocation whenever there are no small blocks available. 2014-09-05 01:07:57 +00:00
utils.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_android.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_fuchsia.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_linux.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_macos.h Make header include guards great again 2016-10-26 00:26:03 -07:00
utils_win.h Make header include guards great again 2016-10-26 00:26:03 -07:00