summaryrefslogtreecommitdiffstats
path: root/DEPS
Commit message (Collapse)AuthorAgeFilesLines
* Update the Chromium Project's V8 version to the current V8 version, 132113whesse@google.com2008-08-271-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1434 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 used in Chrome to pull in Bill's latestkasperl@google.com2008-08-261-1/+1
| | | | | | work on descriptor arrays. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1374 0039d316-1c4b-4281-b951-d872f2087c98
* Move subdirectory skipping from being in the DEPS file of the directory to ↵brettw@google.com2008-08-261-0/+10
| | | | | | | | skip and instead have in in the parent. This allows us to pull third-party sources or external repositories and not have to make them add a DEPS file for our deps checker. BUG=1342686 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1358 0039d316-1c4b-4281-b951-d872f2087c98
* Bring in newer icu for crosstool compile error fix.dkegel@google.com2008-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1334 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 version in Chrome after handle allocation fix.ager@google.com2008-08-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1303 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chrome to get bug fixes for execScriptkasperl@google.com2008-08-251-1/+1
| | | | | | | | | and for setting the prototype of a function during bootstrapping. BUG=1341167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1302 0039d316-1c4b-4281-b951-d872f2087c98
* Change the DEPS file to use relative paths.nsylvain@google.com2008-08-221-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1260 0039d316-1c4b-4281-b951-d872f2087c98
* Pull in latest version of V8 to fix issues withkasperl@google.com2008-08-221-1/+1
| | | | | | dependencies on v8_snapshot and preparsing. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1220 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback v8 update. The descriptor array change seems to be the oneager@google.com2008-08-221-1/+1
| | | | | | that introduces the problem. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1216 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version containing descriptor array changes.ager@google.com2008-08-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1215 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version just before descriptor array changes.ager@google.com2008-08-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1214 0039d316-1c4b-4281-b951-d872f2087c98
* Enable -Werror on the Mac. Fix two more warnings just added to our build. ↵mmentovai@google.com2008-08-221-2/+2
| | | | | | Note that the targets for libskia and libicuuc still exclude themselves from -Werror. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1205 0039d316-1c4b-4281-b951-d872f2087c98
* Update googleurl to r91. This fixes the linux build.tc@google.com2008-08-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1166 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback to r90 because this breaks the windows build.tc@google.com2008-08-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1141 0039d316-1c4b-4281-b951-d872f2087c98
* update googleurl to fix the linux buildtc@google.com2008-08-211-1/+1
| | | | | | | TBR=evanm,brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1139 0039d316-1c4b-4281-b951-d872f2087c98
* Use newer ICU.evanm@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1126 0039d316-1c4b-4281-b951-d872f2087c98
* Rollback V8 update. May be the cause of crashes.kasperl@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1087 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to include fix for pre-parsing.kasperl@google.com2008-08-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1086 0039d316-1c4b-4281-b951-d872f2087c98
* Use LF for newlines in all DEPS filesmmentovai@google.com2008-08-181-32/+32
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1011 0039d316-1c4b-4281-b951-d872f2087c98
* Bump DEPS to pull googleurl with portability fixesmmentovai@google.com2008-08-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1008 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to get ICU xcodeproj changes.mmentovai@google.com2008-08-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@990 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the ICU DEPS for Linux data file SConscript changes.deanm@google.com2008-08-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@935 0039d316-1c4b-4281-b951-d872f2087c98
* Updated DEPS for V8 to include Visual Studio project file for the thesgjesse@google.com2008-08-141-1/+1
| | | | | | | | | | | | shell sample. Removed the v8_shell project from the Chrome solution and added v8_shell_sample instead. Changed the Chrome JavaScript debugger tests to use v8_shell_sample instead of v8_shell. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@862 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 deps to a V8 version where the old vcproj files have been ↵sgjesse@google.com2008-08-131-1/+1
| | | | | | | | removed. This will possibly require clobbering of the build bots. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@791 0039d316-1c4b-4281-b951-d872f2087c98
* Reverted r781 V8 deps roll as it caused major build bot failures.sgjesse@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@783 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the V8 deps to a V8 version where the old vcproj files have been removed.sgjesse@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@781 0039d316-1c4b-4281-b951-d872f2087c98
* Update icu38 to bring in UTF-32 wchar_t fix for the Mac.mmentovai@google.com2008-08-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@765 0039d316-1c4b-4281-b951-d872f2087c98
* 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