diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/base/base.gypi b/base/base.gypi index 3e08705..ac20ab4 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -222,6 +222,10 @@ 'process_util_posix.cc', 'process_util_win.cc', 'process_win.cc', + 'profiler/scoped_profile.cc', + 'profiler/scoped_profile.h', + 'profiler/tracked_time.cc', + 'profiler/tracked_time.h', 'rand_util.cc', 'rand_util.h', 'rand_util_c.h', @@ -336,8 +340,8 @@ 'timer.h', 'tracked_objects.cc', 'tracked_objects.h', - 'tracking_info.cc', - 'tracking_info.h', + 'tracking_info.cc', + 'tracking_info.h', 'tuple.h', 'utf_offset_string_conversions.cc', 'utf_offset_string_conversions.h', |