Remove files that don't exist, and fix typos in gyp files

BUG=none
TEST=things still work

Review URL: http://codereview.chromium.org/6990028

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


CrOS-Libchrome-Original-Commit: 3381f17b4df9fdc90e7a78b53d5d7bc052895d3f
diff --git a/base/base.gypi b/base/base.gypi
index c31809e..5a87c66 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -384,7 +384,7 @@
           ],
           [ 'OS != "mac"', {
               'sources!': [
-                'scoped_aedesc.h'
+                'mac/scoped_aedesc.h'
               ],
           }],
           # For now, just test the *BSD platforms enough to exclude them.
@@ -526,13 +526,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"', {