Some Chrome Frame cleanup:

1) Rearrange the chrome_frame.gyp file to:
  a) Split out most of CF into a static lib to make writing unit tests easier (not having to re-include source files).
  b) Remove most of the un-needed xulrunner-sdk includes.

2) Move all OBJECT_ENTRY_AUTO macros to chrome_tab.cc since they don't work without extra work when residing in a lib.

3) Rename npchrome_tab.dll to npchrome_frame.dll.

BUG=none
TEST=none


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35543 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome_frame/FILES b/chrome_frame/FILES
index a80b651..0b8f55d 100644
--- a/chrome_frame/FILES
+++ b/chrome_frame/FILES
@@ -1,2 +1,2 @@
-servers\npchrome_tab.dll
+servers\npchrome_frame.dll
 servers\chrome_launcher.exe
\ No newline at end of file