summaryrefslogtreecommitdiffstats
path: root/gears
Commit message (Collapse)AuthorAgeFilesLines
* Remove svn:executable property from the last few files that don't need it.thestig@chromium.org2010-04-271-0/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/1746010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45665 0039d316-1c4b-4281-b951-d872f2087c98
* svn prop fixes. Applied to all files not in third_party.pkasting@chromium.org2010-03-091-0/+0
| | | | | | | | | | | | * Removed eol-style, executable and mergeinfo from BMP/GIF/ICO/JPEG files, and set correct mime-type. * Removed executable and mergeinfo from .c/.cc/.cpp/.h/.m/.mm and .gyp files, and set eol-style to LF. TBR=evanm BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40991 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.33.0jon@chromium.org2009-10-162-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29351 0039d316-1c4b-4281-b951-d872f2087c98
* Add comments setting emacs and vim tab width and expansion variables.sgk@google.com2009-10-061-0/+6
| | | | | | | | BUG=none TEST=successful builds Review URL: http://codereview.chromium.org/256059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28089 0039d316-1c4b-4281-b951-d872f2087c98
* Force inclusion of build/common.gypi for all chromium gyp files.yaar@chromium.org2009-09-151-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | Why: Simpler build code. If everybody includes it, it should be included automatically. Why now: The webkit chromium builds need it be specified, since can't default to build/common.gypi. What was done: 1. build/common.gypi's contents were moved to a new file build/gyp_chromium.gypi 2. tools/gyp/gyp_chromium was moved to build/gyp_chromium and made to automatically include build/gyp_chromium.gypi. 3. lots of gyp files were fixed to not refer to build/common.gypi any more. 4. o3d which also builds independently of chrome, was fixed to have a gyp_o3d that includes gyp_chromium.gypi too. 5. build/common.gypi was left empty, because there are some external projects that still refer to it. Things that are left to do after this patch is in: 1. The following external files (in other repositories) need to stop include common.gypi ./third_party/hunspell/hunspell.gyp ./third_party/icu/icu.gyp ./v8/tools/gyp/v8.gyp 2. Once nobody refers to common.gypi anymore, delete common.gypi -or- Delete gyp_chromium.gypi and move its content back to common.gypi Tested on mac, win and linux. On win, got a few unit tests errors on chrome bookmarks, which should not be related. I'm running again with clobber to verify. Review URL: http://codereview.chromium.org/206006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26302 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.32.0. Should be merged into beta (3.x). Cannot be merged into ↵jon@chromium.org2009-08-282-0/+0
| | | | | | Stable (2.x) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@24779 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unreferenced .rules files.sgk@google.com2009-07-281-17/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/160285 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21918 0039d316-1c4b-4281-b951-d872f2087c98
* CPAPI (0.11) for gears drag drop.mpcomplete@chromium.org2009-07-232-0/+0
| | | | | | | | | | | | Provide a method that allows the gears plugin to ask the browser process to verify that its renderer has permission to access the drop files. Update the copyright notices. BUG=7995 Review URL: http://codereview.chromium.org/159074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@21437 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.29.0.jon@chromium.org2009-07-102-0/+0
| | | | | | | | M binaries/gears.pdb M binaries/gears.dll git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20426 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.25.0. Has been verified by QA. Should be merged into beta and ↵jon@chromium.org2009-07-072-0/+0
| | | | | | | | | | stable channel for a future release. M binaries/gears.pdb M binaries/gears.dll git-svn-id: svn://svn.chromium.org/chrome/trunk/src@20070 0039d316-1c4b-4281-b951-d872f2087c98
* Converting gears prebuilt stub to gyp.bradnelson@chromium.org2009-05-262-80/+32
| | | | | | Review URL: http://codereview.chromium.org/115801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16938 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.21.0.jon@chromium.org2009-05-192-0/+0
| | | | | | | | M binaries/gears.pdb M binaries/gears.dll git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16408 0039d316-1c4b-4281-b951-d872f2087c98
* Update Gears in Chromium to 0.5.19.0.jon@chromium.org2009-05-052-0/+0
| | | | | | Review URL: http://codereview.chromium.org/110004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15308 0039d316-1c4b-4281-b951-d872f2087c98
* Update Gears to 0.5.16.0.jon@chromium.org2009-03-162-0/+0
| | | | | | Review URL: http://codereview.chromium.org/42247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11776 0039d316-1c4b-4281-b951-d872f2087c98
* Rename README.google to README.chromium.mal@chromium.org2009-01-301-0/+0
| | | | | | | | | No code change. B=4380 Review URL: http://codereview.chromium.org/19501 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8988 0039d316-1c4b-4281-b951-d872f2087c98
* Use fully qualified path to make it play nice on the buildbot.nsylvain@chromium.org2009-01-281-3/+3
| | | | | | http://codereview.chromium.org/19612 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8784 0039d316-1c4b-4281-b951-d872f2087c98
* Changes to make it possible to statically link Gears. This is disabled by anmpcomplete@google.com2009-01-162-11/+33
| | | | | | | | | | | #ifdef. This only partially works. Missing pieces: - gears resources for HTML dialogs (permissions, shortcut, settings). - able to compile with a non-official gears build. Review URL: http://codereview.chromium.org/18299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8238 0039d316-1c4b-4281-b951-d872f2087c98
* Check in binaries for Gears 0.5.8.0.mal@chromium.org2009-01-082-0/+0
| | | | | | | | | | These were checked in to the release branch for 154.42, but never made it to trunk. TBR=mpcomplete Review URL: http://codereview.chromium.org/17260 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7716 0039d316-1c4b-4281-b951-d872f2087c98
* Update Gears to r3147, and fix scons build to match.mpcomplete@google.com2009-01-077-165/+39
| | | | | | | | | | - media module removed - pulseaudio removed - sqlite, libpng, other libs updated - minor files added Review URL: http://codereview.chromium.org/16586 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7698 0039d316-1c4b-4281-b951-d872f2087c98
* Mass convert ChromeStaticLibrary -> ChromeLibrary, including pulling the ↵evanm@google.com2008-12-262-2/+2
| | | | | | | | | | | updated ICU dep that uses it as well. Add a SHARED scons command-line flag to build shared libraries. Review URL: http://codereview.chromium.org/16477 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7479 0039d316-1c4b-4281-b951-d872f2087c98
* Switch back svn:eol-style=native for .sln, .vcproj and .vsprops files.maruel@chromium.org2008-12-161-80/+80
| | | | | | | Patch fails otherwise on non-Windows platforms. Review URL: http://codereview.chromium.org/14478 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7093 0039d316-1c4b-4281-b951-d872f2087c98
* First pass at adding support for building Android via scons.zork@chromium.org2008-12-094-65/+243
| | | | | | Review URL: http://codereview.chromium.org/13644 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6590 0039d316-1c4b-4281-b951-d872f2087c98
* Separate SHLINKFLAGS from LINKFLAGS. The former is used when linking sharedmpcomplete@google.com2008-12-083-25/+36
| | | | | | | libraries, the latter for exes. Review URL: http://codereview.chromium.org/13256 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6542 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.4.2 binaries.mpcomplete@google.com2008-12-082-0/+0
| | | | | | Review URL: http://codereview.chromium.org/13632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6529 0039d316-1c4b-4281-b951-d872f2087c98
* Fix wince gears-scons build.mpcomplete@google.com2008-12-051-1/+1
| | | | | | Review URL: http://codereview.chromium.org/12963 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6399 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to pull in gears r3073, and fix the SConscripts to compile in thempcomplete@chromium.org2008-12-044-20/+46
| | | | | | | aftermath. Review URL: http://codereview.chromium.org/13114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6374 0039d316-1c4b-4281-b951-d872f2087c98
* Changed svn:eol-style of all .sln and .vcproj files to CRLFscherkus@chromium.org2008-12-041-80/+80
| | | | | | Review URL: http://codereview.chromium.org/13133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6372 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a few screwed up bundle builders for Safari gears-scons.mpcomplete@chromium.org2008-12-041-4/+5
| | | | | | Review URL: http://codereview.chromium.org/13111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6338 0039d316-1c4b-4281-b951-d872f2087c98
* Added Keystone builder to gears-scons.mpcomplete@chromium.org2008-12-034-0/+51
| | | | | | Review URL: http://codereview.chromium.org/10423 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6322 0039d316-1c4b-4281-b951-d872f2087c98
* Add launch_url to gears-scons build.mpcomplete@chromium.org2008-12-023-4/+20
| | | | | | Review URL: http://codereview.chromium.org/12879 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6243 0039d316-1c4b-4281-b951-d872f2087c98
* Add crash_sender and crash_inspector to Safari gears-scons build.mpcomplete@chromium.org2008-12-023-11/+36
| | | | | | Review URL: http://codereview.chromium.org/13037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6235 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up how we feed various outputs into the installer builders. Instead ofmpcomplete@chromium.org2008-12-014-137/+144
| | | | | | | | | | referencing them by name, we put them into toplevel environment variables and reference them by the variable. Also made DirBuilder more flexible in accepting SCons Nodes as inputs. Review URL: http://codereview.chromium.org/12705 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6154 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up the gears-scons scripts a bit.mpcomplete@google.com2008-11-265-107/+116
| | | | | | | | | | | | | | | - Remove the ugly StripOutdir() hacks in SConscript.installers. I'm not sure why I even introduced this, but it's much cleaner now. - Include Sconscript.input in the main SConscript file. This required removing its dependence on env['BROWSER'] and env_res. Fix win32. - Use a custom action instead of 'rm -rf `find FOO`'. - Don't rely on 'date' command. Review URL: http://codereview.chromium.org/12662 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6024 0039d316-1c4b-4281-b951-d872f2087c98
* Add Safari bundle targets to the gears-scons build.mpcomplete@chromium.org2008-11-245-13/+156
| | | | | | Review URL: http://codereview.chromium.org/11329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5941 0039d316-1c4b-4281-b951-d872f2087c98
* Some cleanup work I did while adding more Safari builders. It got to bempcomplete@chromium.org2008-11-195-54/+100
| | | | | | | | | | | | | | | extensive so I decided to just check it in. Changes: - Use Return() instead of Export() from SConscript.inputs to pass 'env' back. - Move some of the build vars around to fix builders that aren't in SConscript.browser. - Refactor SConscript.installers so that we now have DirBuilder, a generic builder that creates a directory tree (used to be FF-specific). This will be used for OSX bundles. Review URL: http://codereview.chromium.org/11261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5722 0039d316-1c4b-4281-b951-d872f2087c98
* Gears 0.5.4.0 binary.mpcomplete@google.com2008-11-182-0/+0
| | | | | | Review URL: http://codereview.chromium.org/11250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5648 0039d316-1c4b-4281-b951-d872f2087c98
* Fix SF, FF2, and FF3 builds on osx in gears-scons build. OFFICIAL_BUILD=0 nowmpcomplete@chromium.org2008-11-145-63/+89
| | | | | | | works as well. Review URL: http://codereview.chromium.org/10923 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5504 0039d316-1c4b-4281-b951-d872f2087c98
* 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