summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.sln
Commit message (Collapse)AuthorAgeFilesLines
* Split browser.lib (200 megs) into browser.lib(242 source files, 175 megs) ↵maruel@google.com2008-08-131-0/+32
| | | | | | | | and browser_views.lib(65 source files, 30 megs). This will hopefully improve link time (well, not as much as I'd like) and will definitely help non-IB compilation parallelization. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@796 0039d316-1c4b-4281-b951-d872f2087c98
* Picked the vrong v8_shell.vcproj file.sgjesse@google.com2008-08-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@649 0039d316-1c4b-4281-b951-d872f2087c98
* Added the v8-shell project to the Chrome Visual Studio solution after all as ↵sgjesse@google.com2008-08-111-0/+16
| | | | | | it was used by the debugger tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@647 0039d316-1c4b-4281-b951-d872f2087c98
* Changed the Chrome Visual Studio solution to use the new Visual Studio ↵sgjesse@google.com2008-08-111-110/+68
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | project files for V8. The following projects have been removed from the Chrome solution: libv8core no_snapshotv8 mksnapshot snapshotv8 v8_shell The following projects (from v8/tools/visual_studio) have been added to the Chrome solution: v8_base v8 v8_mksnapshot v8_snapshot together with the following dependencies: v8 depends on v8_base v8_mksnapshot depends on v8 v8_snapshot on v8_base and v8_mksnapshot chrome_dll depends on v8_snapshot test_shell depends on v8_snapshot test_shell_tests depends on v8_snapshot perf_tests depends on v8_snapshot unit_tests depends on v8_snapshot generate_profile depends on v8_snapshot Got rid of the IncrediBuild configuration file chrome.ib_ini as it is not needed with the new Visual Studio project files for V8. The v8_shell project is not added to the Chrome solution as it will not be part of the V8 repository on code.google.com. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@644 0039d316-1c4b-4281-b951-d872f2087c98
* Remove projects browser_dll, plugin_dll and renderer_dll since they won't be ↵maruel@google.com2008-08-061-132/+0
| | | | | | used near term. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@452 0039d316-1c4b-4281-b951-d872f2087c98
* Initial version of a chrome memory test. This is not yet done; as it stillmbelshe@google.com2008-08-051-0/+25
| | | | | | | | | | | | | | | | | | | | | | causes intermittent chrome crashes. But, checking in an intermediate step so that others can play with it too. Basic concept is to have a pre-loaded replay cache with interesting data. This test then drives chrome through automation, simulating a sequence of pages in each tab in a way that a user might also do so; this allows us to get per-tab caching of data similar to what the user would see. Includes a logged in gmail session, a few pages that exercise some javascript, several languages, and pages from many mainstream sites. Lots more can be done with this test going forward; for now the goal is to just measure and track memory. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@361 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the major and minor webkit version numbers from ↵erikkay@google.com2008-08-041-0/+1
| | | | | | WebCore/Configurations/Version.xcconfig and generate a header file that allows us to keep our user agent info up to date. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@334 0039d316-1c4b-4281-b951-d872f2087c98
* Trim the dependencies of the plugin_dll and renderer_dll projects. ↵maruel@google.com2008-08-021-7/+0
| | | | | | | | Browser_dll will follow. At this point, plugin.dll and renderer.dll are roughly 35% smaller than browser.dll and chrome.dll BUG=1211534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290 0039d316-1c4b-4281-b951-d872f2087c98
* Generate the new DLLs. Note that they still have the same size than ↵maruel@google.com2008-08-011-0/+139
| | | | | | | | | | chrome.dll due to interdependencies. This will be fixed later. The new dlls are not built by default. BUG=1211534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome to the repository.initial.commit2008-07-261-0/+2596
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15 0039d316-1c4b-4281-b951-d872f2087c98