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
Showing
- build/all.gyp 1 addition, 1 deletionbuild/all.gyp
- chrome/chrome_exe.gypi 2 additions, 2 deletionschrome/chrome_exe.gypi
- chrome/installer/installer.gyp 1 addition, 1 deletionchrome/installer/installer.gyp
- chrome/installer/util/util_constants.cc 1 addition, 1 deletionchrome/installer/util/util_constants.cc
- chrome_frame/FILES 1 addition, 1 deletionchrome_frame/FILES
- chrome_frame/SYMBOLS 1 addition, 1 deletionchrome_frame/SYMBOLS
- chrome_frame/bho.h 0 additions, 3 deletionschrome_frame/bho.h
- chrome_frame/chrome_active_document.h 0 additions, 2 deletionschrome_frame/chrome_active_document.h
- chrome_frame/chrome_frame.gyp 81 additions, 161 deletionschrome_frame/chrome_frame.gyp
- chrome_frame/chrome_frame_activex.h 0 additions, 2 deletionschrome_frame/chrome_frame_activex.h
- chrome_frame/chrome_frame_activex_base.h 1 addition, 0 deletionschrome_frame/chrome_frame_activex_base.h
- chrome_frame/chrome_launcher.cc 1 addition, 1 deletionchrome_frame/chrome_launcher.cc
- chrome_frame/chrome_launcher_main.cc 5 additions, 5 deletionschrome_frame/chrome_launcher_main.cc
- chrome_frame/chrome_protocol.h 0 additions, 2 deletionschrome_frame/chrome_protocol.h
- chrome_frame/chrome_tab.cc 9 additions, 0 deletionschrome_frame/chrome_tab.cc
- chrome_frame/chrome_tab.def 1 addition, 1 deletionchrome_frame/chrome_tab.def
- chrome_frame/chrome_tab_version.rc.version 1 addition, 1 deletionchrome_frame/chrome_tab_version.rc.version
- chrome_frame/html_utils_unittest.cc 0 additions, 61 deletionschrome_frame/html_utils_unittest.cc
- chrome_frame/test/chrome_frame_unittests.cc 7 additions, 6 deletionschrome_frame/test/chrome_frame_unittests.cc
- chrome_frame/test/html_util_unittests.cc 52 additions, 0 deletionschrome_frame/test/html_util_unittests.cc
Loading
Please register or sign in to comment