summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Reapply the usage new Visual Studio project files for the webkit project.sgjesse@google.com2008-08-111-1/+1
| | | | | | | This reapplies CL 560 with the addition of a later V8 revision in the DEPS file which should not break the Chrome build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@642 0039d316-1c4b-4281-b951-d872f2087c98
* Add deps files and rules for the checkdeps script.brettw@google.com2008-08-081-0/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@600 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back the new V8 Visual Studio project files.sgk@google.com2008-08-081-1/+1
| | | | | | | | libv8.vcproj and libv8core.vcproj both still reference the deleted src\precompiled-v8.cc file, which breaks clean debug builds. It didn't break incremental debug builds because the precompiled-v8.obj file still exists on disk, and doesn't break clean release builds because it's marked to ignore the file during release builds. TBR=sgjesse,nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@572 0039d316-1c4b-4281-b951-d872f2087c98
* Pull latest googleurl to get < > escaping for queries.brettw@google.com2008-08-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@566 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 revision to a revision that includes the new V8 Visual Studio ↵sgjesse@google.com2008-08-081-1/+1
| | | | | | | | | project files. After this change it will be possible to change the Chrome/WebKit Visual Studio solution files to use the new V8 Visual Studio project files. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@559 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 deps forward. After this change new vcproj files will be added tosgjesse@google.com2008-08-081-1/+1
| | | | | | V8, leaving this revision as a rollback point. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@558 0039d316-1c4b-4281-b951-d872f2087c98
* oops, stay on the old webkit. tbr=nsylvaindarin@google.com2008-08-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@320 0039d316-1c4b-4281-b951-d872f2087c98
* Use /trunk/deps/third_partydarin@google.com2008-08-041-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@319 0039d316-1c4b-4281-b951-d872f2087c98
* Convert third-party SConscript files to psuedo-builder calls.sgk@google.com2008-08-031-1/+1
| | | | | | | | TBR: evanm,bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@303 0039d316-1c4b-4281-b951-d872f2087c98
* Use newer icu38 (SCons change).evanm@google.com2008-08-011-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@247 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SCons breakage, plus latest updates:sgk@google.com2008-07-311-2/+2
| | | | | | | | | | | | | * Update src/DEPS to latest icu38 rev. * Add new browser/views/frame/*.cc files. * Add new browser/debugger/debugger_contents.cc file. * Add new views/dialog_client_view.cc file. * Build new browser/debugger/resources/debugger_resources.rc file. * Add a new ChromeVersionRC() builder to the environment to provide a simpler, abstract interface for the four *version.rc files we build, with fixed definitions of $VERSION_BAT and $CHROME_SRC_DIR. * Fix the definition of $HTML_INLINE. R=deanm,bradnelson git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chrome to pull in fix for subtle issue where we would use more ↵kasperl@google.com2008-07-311-1/+1
| | | | | | | | memory than we requested through VirtualAlloc on win32. This may - or may not - have an effect on the issue 1252221 where we have seen memory corruption in the last words of an allocated page. BUG=1252221 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting revision 70, 66 and 65 to fix crashes.nsylvain@google.com2008-07-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71 0039d316-1c4b-4281-b951-d872f2087c98
* We got a bunch of crashes after this starting in r66.brettw@google.com2008-07-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull V8 from v8/trunk instead of v8/branches/beta.kasperl@google.com2008-07-291-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64 0039d316-1c4b-4281-b951-d872f2087c98
* Test to verify it works well here. Remove extraneous spaces.maruel@google.com2008-07-281-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31 0039d316-1c4b-4281-b951-d872f2087c98
* Update the v8 revision in the DEPS file.nsylvain@google.com2008-07-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26 0039d316-1c4b-4281-b951-d872f2087c98
* Add the initial DEPS file to the repository.initial.commit2008-07-271-0/+22
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20 0039d316-1c4b-4281-b951-d872f2087c98