Move base/debug_on_start to base/debugger and rename it to be _win since it
only does anything on Windows.

TEST=it compiles
BUG=none
Review URL: http://codereview.chromium.org/5984007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70362 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: 10f33b1bd6c6adb6306759a45bf3a5c18221d878
diff --git a/base/base.gypi b/base/base.gypi
index ce533cb..53ca3c9 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -49,8 +49,8 @@
           'condition_variable_win.cc',
           'cpu.cc',
           'cpu.h',
-          'debug_on_start.cc',
-          'debug_on_start.h',
+          'debug/debug_on_start_win.cc',
+          'debug/debug_on_start_win.h',
           'debug/debugger.cc',
           'debug/debugger.h',
           'debug/debugger_posix.cc',
@@ -510,7 +510,6 @@
               'cpu.cc',
               'crypto/capi_util.h',
               'crypto/capi_util.cc',
-              'debug_on_start.cc',
               'event_recorder.cc',
               'file_version_info.cc',
               'pe_image.cc',