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

Unified Diff: base/base.gypi

Issue 6990028: Remove files that don't exist, and fix typos in gyp files (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: some more Created 9 years, 7 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') | breakpad/breakpad.gyp » ('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 7c420a2aed12fc27a0fbabeafd7358dfec47c8cb..990bcdcfc1dcb2b239d4399214c662850dffb1c7 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -382,7 +382,7 @@
],
[ 'OS != "mac"', {
'sources!': [
- 'scoped_aedesc.h'
+ 'mac/scoped_aedesc.h'
],
}],
# For now, just test the *BSD platforms enough to exclude them.
@@ -524,13 +524,8 @@
'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
'sources!': [
'third_party/purify/pure_api.c',
- 'base_drag_source.cc',
- 'base_drop_target.cc',
'event_recorder.cc',
- 'file_version_info.cc',
- 'registry.cc',
'resource_util.cc',
- 'win_util.cc',
],
},],
[ 'component=="shared_library"', {
« no previous file with comments | « base/base.gyp ('k') | breakpad/breakpad.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698