summaryrefslogtreecommitdiffstats
path: root/gears
Commit message (Collapse)AuthorAgeFilesLines
* Fix gears-scons wince build. I accidentally filtered out portaudio instead ↵mpcomplete@google.com2008-11-141-1/+1
| | | | | | | | | of libgd from its LIBS. TBR=jeremy Review URL: http://codereview.chromium.org/10906 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5419 0039d316-1c4b-4281-b951-d872f2087c98
* Add builder for Safari resource files. Had to restructure some input files.mpcomplete@chromium.org2008-11-136-44/+83
| | | | | | | I also moved GetInputs into the utils file. Review URL: http://codereview.chromium.org/10671 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5370 0039d316-1c4b-4281-b951-d872f2087c98
* Rename SConscript.dll to SConscript.browser, to more accurately reflect itsmpcomplete@google.com2008-11-072-2/+2
| | | | | | | purpose (targets built there are per-browser). Review URL: http://codereview.chromium.org/9483 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4945 0039d316-1c4b-4281-b951-d872f2087c98
* Plop gears 0.5.3.0 binaries in the Chrome tree.mpcomplete@google.com2008-11-072-0/+0
| | | | | | Review URL: http://codereview.chromium.org/9667 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4943 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gears-scons linux buildmpcomplete@chromium.org2008-11-072-42/+45
| | | | | | Review URL: http://codereview.chromium.org/9480 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4942 0039d316-1c4b-4281-b951-d872f2087c98
* Pull input file lists from SConscript.common and SConscript.dll tompcomplete@google.com2008-11-074-994/+1010
| | | | | | | | | | SConscript.inputs. This file will be shared by the symbian port. SConscript.inputs is mostly a cut+paste of the original files. The few changes are to stick resources on the 'env' var so they can be shared. Review URL: http://codereview.chromium.org/9666 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4939 0039d316-1c4b-4281-b951-d872f2087c98
* Change the way inputs are specified in the gears sconscripts. This will makempcomplete@google.com2008-11-0613-317/+322
| | | | | | | | | | | | | | | it easier to share inputs among files, in preparation for the symbian port. Also, some small fixes: - Added a hack to the third party lib scripts to place the libraries in the right directory. Normally SCons does this, but fails due to a bug when COMPONENT_LIBRARY_DIR is changed. - Added fake notifier targets to make the win32 installer happy. - Added NPAPI's gears.dll to the win32 installer dependencies, so it is built (even though it isn't used by the installer). - Added symbian file to sqlite compile. Review URL: http://codereview.chromium.org/9657 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4921 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gears-scons build break for wince.mpcomplete@google.com2008-11-041-3/+0
| | | | | | Review URL: http://codereview.chromium.org/8223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4653 0039d316-1c4b-4281-b951-d872f2087c98
* Have the Gears build rename the PDB file to something recongnizable by thempcomplete@google.com2008-11-041-0/+2
| | | | | | | installer build. Review URL: http://codereview.chromium.org/9068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4528 0039d316-1c4b-4281-b951-d872f2087c98
* Update Gears to pull in latest revision from svn.mpcomplete@google.com2008-10-313-22/+38
| | | | | | | Fix scons breakage in the wince Gears port. Review URL: http://codereview.chromium.org/8776 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4349 0039d316-1c4b-4281-b951-d872f2087c98
* Fix various Gears build breaks caused by latest Hammer changes.mpcomplete@google.com2008-10-295-35/+47
| | | | | | Review URL: http://codereview.chromium.org/7999 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4151 0039d316-1c4b-4281-b951-d872f2087c98
* Add a DEPS file to gears. This allows Gears developers to pull the gearsmpcomplete@google.com2008-10-281-0/+28
| | | | | | | | | | component directly, whose DEPS file then grabs the needed build stuff out of the Chrome tree. Since gclient only examines DEPS files at the root of solutions, this file has no effect on dependencies for Chrome developers. Review URL: http://codereview.chromium.org/8675 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4105 0039d316-1c4b-4281-b951-d872f2087c98
* Check in gears 0.5.1 binary.mpcomplete@google.com2008-10-242-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3968 0039d316-1c4b-4281-b951-d872f2087c98
* Change DEPS to pull Gears from the opensource svn mirror.mpcomplete@google.com2008-10-233-5/+14
| | | | | | | | Also, I adjusted the SConscripts to reflect the new source tree layout (gears, third_party, and third_party_internal). Review URL: http://codereview.chromium.org/8046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3841 0039d316-1c4b-4281-b951-d872f2087c98
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-221-1/+1
| | | | | | | | This will facilitate changing where the main sconstruct lives. Review URL: http://codereview.chromium.org/7847 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3725 0039d316-1c4b-4281-b951-d872f2087c98
* First cut at compiling Gears for Safari.jeremy@chromium.org2008-10-219-33/+459
| | | | | | | | | This contains the file list and correct compilation flags for the files. This doesn't yet link, but is only missing one custom builder. Review URL: http://codereview.chromium.org/8041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3707 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Gears SConscript under Linux.mpcomplete@chromium.org2008-10-211-1/+0
| | | | | | Review URL: http://codereview.chromium.org/6809 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3683 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Gears SConscript to work for opensource developers as described here:mpcomplete@google.com2008-10-212-39/+47
| | | | | | | | | | http://code.google.com/p/gears/wiki/BuildingGearsForWindows Small fix to the installer script to check the correct location for ipc_test.exe. Review URL: http://codereview.chromium.org/7831 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3679 0039d316-1c4b-4281-b951-d872f2087c98
* Gears SConscript now build vista_broker and crash_sender.mpcomplete@google.com2008-10-203-5/+76
| | | | | | Review URL: http://codereview.chromium.org/7393 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3614 0039d316-1c4b-4281-b951-d872f2087c98
* Add WinCE installer to the Gears SConscript build.mpcomplete@google.com2008-10-153-9/+42
| | | | | | Review URL: http://codereview.chromium.org/7324 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3421 0039d316-1c4b-4281-b951-d872f2087c98
* Add WinCE support to Gears SConscripts. No installer support yet.mpcomplete@google.com2008-10-1410-98/+262
| | | | | | Review URL: http://codereview.chromium.org/7133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3336 0039d316-1c4b-4281-b951-d872f2087c98
* Pull 'common' outputs out into their own SConscript so they have their ownmpcomplete@chromium.org2008-10-105-175/+263
| | | | | | | | | | variant dir. Add ipc_test as a common output. Also fixed up some hackery around manipulating OUTDIRs. Review URL: http://codereview.chromium.org/7037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3158 0039d316-1c4b-4281-b951-d872f2087c98
* Update gears.dll to 0.4.24.0 in preparation for Geolocation launch next week.mpcomplete@google.com2008-10-092-0/+0
| | | | | | Review URL: http://codereview.chromium.org/6350 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3106 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the Gears build:mpcomplete@google.com2008-10-082-1/+5
| | | | | | | | | - remove accidental print statement. - add a check that the p4 tree is checked out where we expect it, and if not, exit. Review URL: http://codereview.chromium.org/6598 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3070 0039d316-1c4b-4281-b951-d872f2087c98
* Add win32 installer to Gears SConscripts.mpcomplete@google.com2008-10-083-74/+184
| | | | | | Review URL: http://codereview.chromium.org/6591 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3054 0039d316-1c4b-4281-b951-d872f2087c98
* Add Firefox installer support to Gears SConscripts.mpcomplete@chromium.org2008-10-084-50/+269
| | | | | | Review URL: http://codereview.chromium.org/5674 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2982 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to make Gears build on linux.mpcomplete@google.com2008-09-308-89/+241
| | | | | | Review URL: http://codereview.chromium.org/5023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2726 0039d316-1c4b-4281-b951-d872f2087c98
* Roll the third_party/icu38 revision in DEPS to have SCons build libicu,sgk@google.com2008-09-262-2/+2
| | | | | | | | | | not libicuuc. Add a new $ICU_LIBS construction variable to allow different platforms to link with different sets of ICU libraries. Use it in the LIBS lists of the various construction environments used to build the things that link with it. Review URL: http://codereview.chromium.org/4312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2651 0039d316-1c4b-4281-b951-d872f2087c98
* Make a copy of the builder for the custom gears emitter for TypeLibrary, so itsgk@google.com2008-09-261-0/+4
| | | | | | | doesn't cause problems for other TypeLibrary users. Review URL: http://codereview.chromium.org/4303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2637 0039d316-1c4b-4281-b951-d872f2087c98
* Wow, it's been a while since we cleaned EOL.maruel@google.com2008-09-255-304/+304
| | | | | | | | | | | | Ran dos2unix on *.cc, *.h, *.py and SCons*.* Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.cc Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.h Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\*.py Ran for /R /D %a in (*.*) do @if exist %a\.svn\. svn pset svn:eol-style LF %a\SCons*.* git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2611 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break caused by bad Gears Sconscript.mpcomplete@google.com2008-09-251-2/+4
| | | | | | | TBR=sgk Review URL: http://codereview.chromium.org/4278 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2591 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up Gears SConscripts a bit. Try to match the build flags from thempcomplete@google.com2008-09-253-192/+276
| | | | | | | Makefile more closely. Review URL: http://codereview.chromium.org/4266 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2589 0039d316-1c4b-4281-b951-d872f2087c98
* Use a variant_dir when building gears.dll so building the different portsmpcomplete@google.com2008-09-224-1066/+1377
| | | | | | | | | don't clobber each other. Also added FF2 and FF3 support. Review URL: http://codereview.chromium.org/2913 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2453 0039d316-1c4b-4281-b951-d872f2087c98
* Add another disk cache performance test.sgk@google.com2008-09-171-3/+4
| | | | | | Committed: http://chrome-svn/viewvc/chrome?view=rev&revision=1553 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2314 0039d316-1c4b-4281-b951-d872f2087c98
* Update gears.dll to 0.4.17.0 - the official version that users are updated to.mpcomplete@google.com2008-09-162-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2273 0039d316-1c4b-4281-b951-d872f2087c98
* Initial Gears SConscript file. A bit messy. Only builds chrome+dbg andmpcomplete@google.com2008-09-168-0/+1616
| | | | | | | IE+dbg configurations. Review URL: http://codereview.chromium.org/232 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2269 0039d316-1c4b-4281-b951-d872f2087c98
* Set svn:eol-style = LF and normalize newlines as on other filesmmentovai@google.com2008-08-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1489 0039d316-1c4b-4281-b951-d872f2087c98
* Update gears to 0.4.15.0.mpcomplete@google.com2008-08-152-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@951 0039d316-1c4b-4281-b951-d872f2087c98
* Update to Gears 0.4.12.0.mpcomplete@google.com2008-08-082-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@596 0039d316-1c4b-4281-b951-d872f2087c98
* Add gears to the repository.initial.commit2008-07-265-0/+98
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9 0039d316-1c4b-4281-b951-d872f2087c98