summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* whitespace change.jochen@chromium.org2010-07-191-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=jochen@ Review URL: http://codereview.chromium.org/2806057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52952 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger the build (after submitting a grd change)gregoryd@google.com2010-07-191-1/+1
| | | | | | | TBR=pinkerton Review URL: http://codereview.chromium.org/3020013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52920 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: bauerbbauerb@chromium.org2010-07-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52900 0039d316-1c4b-4281-b951-d872f2087c98
* Kick builders.jeremy@chromium.org2010-07-181-1/+1
| | | | | | Review URL: http://codereview.chromium.org/3010011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52854 0039d316-1c4b-4281-b951-d872f2087c98
* Enable WEB_TIMING to match WebKit r63559.tonyg@chromium.org2010-07-161-0/+1
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3034009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52698 0039d316-1c4b-4281-b951-d872f2087c98
* Update gyp for chromium multi dll buildvictorw@chromium.org2010-07-161-1/+6
| | | | | | | | | BUG=46311 TEST=none Review URL: http://codereview.chromium.org/2962012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52614 0039d316-1c4b-4281-b951-d872f2087c98
* Build OSMesa on all platforms and not just on bots.apatrick@chromium.org2010-07-151-3/+1
| | | | | | | | | | | It was only built on Windows bots before. The new --use-gl switch will now prevent Chrome from using it by default if it finds the shared library, which was the previous behavior. TEST=try BUG=none Review URL: http://codereview.chromium.org/2911011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52568 0039d316-1c4b-4281-b951-d872f2087c98
* Allow maverick with install-build-deps.sh.tony@chromium.org2010-07-151-2/+5
| | | | | | | | | | | | The first time I ran it, I got an error and had to run apt-get install -f, then re-run install-build-deps.sh. I didn't write down the error so I don't think I can repro. It almost works, so perhaps the next person can copy down the error. Review URL: http://codereview.chromium.org/2888011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52563 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/2944021 for rjkroege:sky@chromium.org2010-07-151-0/+6
| | | | | | | | | | | | | | Defined TOUCH_UI flag to wrap touch-related code Added a gyp flag touchui that enables a TOUCH_UI cpp define to wrap forthcoming touch-related code. BUG=NONE TEST=Compiled with and without touchui set via include.gypi Review URL: http://codereview.chromium.org/3026001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52551 0039d316-1c4b-4281-b951-d872f2087c98
* set ENABLE_DIRECTORY_UPLOAD=1 in features_override.gypi. This is now ↵johnnyg@chromium.org2010-07-151-0/+1
| | | | | | | | | | | | available in webkit, switch is required to pass the layout tests. BUG=none TEST=none TBR=ojan Review URL: http://codereview.chromium.org/3033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52539 0039d316-1c4b-4281-b951-d872f2087c98
* Another whitespace change.agl@chromium.org2010-07-151-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52482 0039d316-1c4b-4281-b951-d872f2087c98
* Try a build now that git server has rebooted.pkasting@chromium.org2010-07-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52418 0039d316-1c4b-4281-b951-d872f2087c98
* Build googleurl as dll for multi dll build.victorw@chromium.org2010-07-141-2/+18
| | | | | | | | | | R=brettw TEST=none BUG=46311 Review URL: http://codereview.chromium.org/2896011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52260 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger rebuild after .grd changepkasting@chromium.org2010-07-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52242 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another build cycle after GRD cl.nkostylev@google.com2010-07-131-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2964007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52179 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger rebuild after .grd change.pkasting@chromium.org2010-07-121-15/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52148 0039d316-1c4b-4281-b951-d872f2087c98
* gyp_chromium: put our path in the front of sys.pathevan@chromium.org2010-07-121-1/+1
| | | | | | | | | This way we use our version of gyp rather than the system's copy(!), when the latter is available. Review URL: http://codereview.chromium.org/2931010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52135 0039d316-1c4b-4281-b951-d872f2087c98
* post GRD whitespace change to trigger build.tim@chromium.org2010-07-121-1/+1
| | | | | | | TBR=tim git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52114 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change for toggling the buildbots after the GRD change.glotov@chromium.org2010-07-121-0/+8
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52077 0039d316-1c4b-4281-b951-d872f2087c98
* No-op change to force another bot cycle, in order to re-run the performance ↵eroman@chromium.org2010-07-101-1/+3
| | | | | | tests. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52048 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt at unwedging the tree.dhollowa@chromium.org2010-07-101-5/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52038 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger rebuild for grd change.mattm@chromium.org2010-07-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52033 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another build cycle.glotov@chromium.org2010-07-091-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51947 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change for the GRD committing: http://codereview.chromium.org/2897004glotov@chromium.org2010-07-091-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51946 0039d316-1c4b-4281-b951-d872f2087c98
* install-build-deps.sh fixes for Lucid and Chromium OS.scottbyer@chromium.org2010-07-082-18/+61
| | | | | | | | | | | Add in two extra libraries needed for building Chromium-for-Chromium OS on a fresh install Ubuntu Lucid 64-bit. Also, start checking for header differences between the 32-bit and 64-bit packages, adding those headers into the 32-bit cons'ed up package install (on Lucid Lynx, the current libcurl4-gnutls-dev package needs this). Clean up any leftover symbolic links that point nowhere. Also take any declared package conflicts and remove them from the Provides line to allow the cons'ed up package to always install (the package derived from libcurl4-gnutls-dev). BUG=none TEST=none Review URL: http://codereview.chromium.org/2865032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51863 0039d316-1c4b-4281-b951-d872f2087c98
* Include the Chrome Frame binary in Chrome installers. Note that it will only ↵robertshield@chromium.org2010-07-071-1/+0
| | | | | | | | | | | | | be registered (and thus used) if the installer is run with the --chrome-frame flag. Remove a bunch of CF-specific code in the process. BUG=46818 TEST=Can use the same mini_installer.exe to install either Chrome or Chrome Frame. Review URL: http://codereview.chromium.org/2839009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51729 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Enable fastbuild.thestig@chromium.org2010-07-031-3/+5
| | | | | | | | | BUG=none TEST=xcode passes -g1 to g++. TBR=mark Review URL: http://codereview.chromium.org/2853028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51597 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: vandebo@chromium.orgvandebo@chromium.org2010-07-021-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51573 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger build after GRD change.mnissler@chromium.org2010-07-021-0/+1
| | | | | | TBR: mnissler git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51527 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another build cycle after GRD change.bauerb@chromium.org2010-07-021-1/+4
| | | | | | | | TBR=bauerb Review URL: http://codereview.chromium.org/2867032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51511 0039d316-1c4b-4281-b951-d872f2087c98
* linux: enable compiling of hardware compositingpiman@chromium.org2010-07-011-1/+1
| | | | | | Review URL: http://codereview.chromium.org/2865030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51418 0039d316-1c4b-4281-b951-d872f2087c98
* Kick off another commit after .grd changepkasting@chromium.org2010-07-011-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51404 0039d316-1c4b-4281-b951-d872f2087c98
* Forcing build; whitespace onlystuartmorgan@chromium.org2010-06-301-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51314 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: WS onlystevenjb@chromium.org2010-06-301-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51291 0039d316-1c4b-4281-b951-d872f2087c98
* Added support to GLEW for dynamically looking up the core WGL entrykbr@google.com2010-06-301-0/+1
| | | | | | | | | | | | | | | | | points to avoid the need to link against opengl32.lib. Added _ATL_NO_OPENGL #define in build/common.gypi to prevent link directive from forcibly pulling in opengl32.lib for any Chrome code using ATL. Once upstream code in WebKit is changed to use the new wglew entry points and remove opengl32.lib from the link line, chrome.dll will no longer depend on opengl32.dll. BUG=45586 TEST=ran WebGL with --in-process-webgl Review URL: http://codereview.chromium.org/2856022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51277 0039d316-1c4b-4281-b951-d872f2087c98
* install-build-deps: require gold 2.20.1evan@chromium.org2010-06-301-46/+9
| | | | | | | | | | The 2.20 we currently install doesn't work at all on Lucid. I'm hoping the new one also includes the fix to http://sourceware.org/bugzilla/show_bug.cgi?id=10708 Review URL: http://codereview.chromium.org/2824041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51267 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger a rebuild.skerner@chromium.org2010-06-301-1/+1
| | | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51235 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/common/net/notifier to jingle/notifier so that it can be used by ↵ajwong@chromium.org2010-06-301-17/+18
| | | | | | | | | | | remoting/remoting.gyp. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/2885005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51216 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change.thakis@chromium.org2010-06-291-2/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51193 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Remove the nacl clobber hook, GYP seems to have all the deps handing ↵thomasvl@chromium.org2010-06-291-44/+0
| | | | | | | | | | setup right for Xcode (when expressed in the .gyp files). So this shouldn't be needed any more. BUG=none TEST=none Review URL: http://codereview.chromium.org/2848030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51119 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change part 2.jhawkins@chromium.org2010-06-251-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50883 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to kick the builders.jhawkins@chromium.org2010-06-251-1/+1
| | | | | | | | TBR=none BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50880 0039d316-1c4b-4281-b951-d872f2087c98
* Create a "whitespace" file used for making non-code related changes for ↵rsesek@chromium.org2010-06-251-0/+5
| | | | | | | | | | | triggering builds. BUG=none TEST=none Review URL: http://codereview.chromium.org/2847028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50846 0039d316-1c4b-4281-b951-d872f2087c98
* Canvas refactoring part 2.ben@chromium.org2010-06-231-5/+0
| | | | | | | | | | | | - Rename Canvas to CanvasSkia. - Create a subclass Canvas that inherits from CanvasSkia for compatibility. BUG=none TEST=none Review URL: http://codereview.chromium.org/2862025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50664 0039d316-1c4b-4281-b951-d872f2087c98
* Enable gpu on all targetspiman@chromium.org2010-06-221-9/+4
| | | | | | Review URL: http://codereview.chromium.org/2853011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50519 0039d316-1c4b-4281-b951-d872f2087c98
* Make right-clicking the omnibox with nothing selected select all (just like ↵pkasting@chromium.org2010-06-221-1/+1
| | | | | | | | | | | | | left-clicking). Eat middle-mouse clicks on the omnibox to avoid tripping a CRichEditCtrl bug. Original patch by Jared Wein (see http://codereview.chromium.org/2241003 ), r=me. BUG=6873, 30134 TEST=Middle-click the omnibox, then try to click it (or any other UI element), and make sure the click has an effect. Select a portion of the URL and right-click on the omnibox. Notice that the selection does not change. Clear the selection and right-click on the omnibox and notice that the URL is automatically selected. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50420 0039d316-1c4b-4281-b951-d872f2087c98
* -. Add new variables for multi dll build:victorw@chromium.org2010-06-211-21/+50
| | | | | | | | | | | | | | | | | | 1. multi_dll_build: whether or not to build multi dll version. 2. component: used for library that can be built as DLL. component is set to shared_library if multi_dll_build==1, in other cases, it is set to "<(library)". -. Fix win_use_allocator_shim comments and some MSVCRT related settings. Note: this patch just adds new variables. They are not ready to use yet. R=darin BUG=46311 TEST=none Review URL: http://codereview.chromium.org/2836013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50362 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] force -Wextra on for all chromium code. Not bothering with a local ↵thomasvl@chromium.org2010-06-211-15/+10
| | | | | | | | | | switch since there shouldn't be a reason to allow overrides of this. BUG=34160 TEST=none Review URL: http://codereview.chromium.org/2854013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50355 0039d316-1c4b-4281-b951-d872f2087c98
* Move candidate_window.cc/gyp to input_method directory.satorux@chromium.org2010-06-211-2/+2
| | | | | | | | | BUG=chromium-os:4063 TEST=make -j8 BUILDTYPE=Release candidate_window Review URL: http://codereview.chromium.org/2818017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50335 0039d316-1c4b-4281-b951-d872f2087c98
* - Webkit Roll 61360:61384tkent@google.com2010-06-181-10/+12
| | | | | | | | | | | - Enable PROGRESS_TAG and METER_TAG BUG=none TEST=none TBR=dglazkov,hclam Review URL: http://codereview.chromium.org/2818015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50216 0039d316-1c4b-4281-b951-d872f2087c98