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

Unified Diff: base/base.gyp

Issue 2077563002: base: Use compiler builtins for byte swapping (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add <stdlib.h> to sys_byteorder.h Created 4 years, 6 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 | « base/BUILD.gn ('k') | base/sys_byteorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index a54701b81e23a5acf544a2d8c7af70c6b7336343..cc22734d74b84ff5afdac23d07c2e4923067c0b7 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -546,6 +546,7 @@
'synchronization/read_write_lock_unittest.cc',
'synchronization/waitable_event_unittest.cc',
'synchronization/waitable_event_watcher_unittest.cc',
+ 'sys_byteorder_unittest.cc',
'sys_info_unittest.cc',
'system_monitor/system_monitor_unittest.cc',
'task/cancelable_task_tracker_unittest.cc',
« no previous file with comments | « base/BUILD.gn ('k') | base/sys_byteorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698