| Index: base/base.gypi
|
| ===================================================================
|
| --- base/base.gypi (revision 108629)
|
| +++ base/base.gypi (working copy)
|
| @@ -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',
|
|
|