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

Unified Diff: tools/gn/bootstrap/bootstrap.py

Issue 837303004: Move base/debug/trace_event* to base/trace_event/ [part 1] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed BUILD.gn Created 5 years, 11 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
Index: tools/gn/bootstrap/bootstrap.py
diff --git a/tools/gn/bootstrap/bootstrap.py b/tools/gn/bootstrap/bootstrap.py
index 0569e23dfe55bdb9f54c2fe5e7e9eb59b9f34e6b..74b7d3696608bea27e3a95a95a4d6b676e485091 100755
--- a/tools/gn/bootstrap/bootstrap.py
+++ b/tools/gn/bootstrap/bootstrap.py
@@ -151,10 +151,6 @@ def write_ninja(path, options):
'base/debug/alias.cc',
'base/debug/stack_trace.cc',
'base/debug/task_annotator.cc',
- 'base/debug/trace_event_impl.cc',
- 'base/debug/trace_event_impl_constants.cc',
- 'base/debug/trace_event_memory.cc',
- 'base/debug/trace_event_synthetic_delay.cc',
'base/environment.cc',
'base/files/file.cc',
'base/files/file_enumerator.cc',
@@ -229,6 +225,10 @@ def write_ninja(path, options):
'base/time/time.cc',
'base/timer/elapsed_timer.cc',
'base/timer/timer.cc',
+ 'base/debug/trace_event_impl.cc',
danakj 2015/01/23 17:41:43 i think you mean base/trace_event/
ssid 2015/01/23 20:27:38 Done.
+ 'base/debug/trace_event_impl_constants.cc',
+ 'base/debug/trace_event_memory.cc',
+ 'base/debug/trace_event_synthetic_delay.cc',
'base/tracked_objects.cc',
'base/tracking_info.cc',
'base/values.cc',
« base/trace_event/trace_event_win.cc ('K') | « base/trace_event/trace_event_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698