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

Unified Diff: base/base.gypi

Issue 7696009: Rename event_recorder.cc to event_recorder_win.cc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: take 2 Created 9 years, 4 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 | « no previous file | base/event_recorder.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 43637996fce529408265a2998722621122714521..9d66f90375143e6e476e984b2607d1d8c9004cd1 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -543,7 +543,6 @@
[ 'OS != "win"', {
'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
'sources!': [
- 'event_recorder.cc',
'resource_util.cc',
],
},],
@@ -566,9 +565,9 @@
'auto_reset.h',
'base64.cc',
'base64.h',
- 'event_recorder.cc',
'event_recorder.h',
'event_recorder_stubs.cc',
+ 'event_recorder_win.cc',
'file_descriptor_shuffle.cc',
'file_descriptor_shuffle.h',
'linux_util.cc',
« no previous file with comments | « no previous file | base/event_recorder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698