| Index: webrtc/system_wrappers/BUILD.gn | 
| diff --git a/webrtc/system_wrappers/BUILD.gn b/webrtc/system_wrappers/BUILD.gn | 
| index 6a056c2d9c737a82b541bed8ce3f8f8811b02166..325c0166a0ef0421c2f23b6d5b6aedea93413f6a 100644 | 
| --- a/webrtc/system_wrappers/BUILD.gn | 
| +++ b/webrtc/system_wrappers/BUILD.gn | 
| @@ -27,7 +27,6 @@ rtc_static_library("system_wrappers") { | 
| "include/rw_lock_wrapper.h", | 
| "include/sleep.h", | 
| "include/static_instance.h", | 
| -    "include/stringize_macros.h", | 
| "include/timestamp_extrapolator.h", | 
| "include/trace.h", | 
| "source/aligned_malloc.cc", | 
| @@ -211,7 +210,6 @@ if (rtc_include_tests) { | 
| "source/metrics_unittest.cc", | 
| "source/ntp_time_unittest.cc", | 
| "source/rtp_to_ntp_estimator_unittest.cc", | 
| -      "source/stringize_macros_unittest.cc", | 
| ] | 
| configs += [ "//build/config/compiler:no_size_t_to_int_warning" ] | 
|  | 
|  |