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

Unified Diff: base/base.gypi

Issue 3945002: Move debug-related stuff from base to the base/debug directory and use the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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/base.gyp ('k') | base/debug/debugger.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
===================================================================
--- base/base.gypi (revision 63176)
+++ base/base.gypi (working copy)
@@ -58,8 +58,19 @@
'debug_util.cc',
'debug_util.h',
'debug_util_mac.cc',
- 'debug_util_posix.cc',
- 'debug_util_win.cc',
+ 'debug/debugger.cc',
+ 'debug/debugger.h',
+ 'debug/debugger_posix.cc',
+ 'debug/debugger_win.cc',
+ 'debug/leak_annotations.h',
+ 'debug/leak_tracker.h',
+ 'debug/stack_trace.cc',
+ 'debug/stack_trace.h',
+ 'debug/stack_trace_posix.cc',
+ 'debug/stack_trace_win.cc',
+ 'debug/trace_event_win.cc',
+ 'debug/trace_event.cc',
+ 'debug/trace_event.h',
'dir_reader_fallback.h',
'dir_reader_linux.h',
'dir_reader_posix.h',
@@ -104,8 +115,6 @@
'json/string_escape.h',
'lazy_instance.cc',
'lazy_instance.h',
- 'leak_annotations.h',
- 'leak_tracker.h',
'linked_list.h',
'linked_ptr.h',
'lock.cc',
@@ -259,9 +268,6 @@
'time_win.cc',
'timer.cc',
'timer.h',
- 'trace_event_win.cc',
- 'trace_event.cc',
- 'trace_event.h',
'tracked.cc',
'tracked.h',
'tracked_objects.cc',
@@ -377,7 +383,7 @@
# regression to page cycler moz.
'sha1_win.cc',
'string16.cc',
- 'trace_event.cc',
+ 'debug/trace_event.cc',
],
},],
],
« no previous file with comments | « base/base.gyp ('k') | base/debug/debugger.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698