summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Set use_accelerated_compositing gyp variable to 1 whenever the gpu ↵vangelis@chromium.org2010-06-171-0/+1
| | | | | | | | | | | compositor code is compiled in. This will allows us to conditionaly link in the appropriate dependencies that the compositor code needs. BUG=46834 Review URL: http://codereview.chromium.org/2806013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50163 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49982 - patchthakis@chromium.org2010-06-161-10/+2
| | | | | | | TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/2825006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50002 0039d316-1c4b-4281-b951-d872f2087c98
* patchthakis@chromium.org2010-06-161-2/+10
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49982 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use ScriptDebugServer instead of v8 debugger protocolyurys@chromium.org2010-06-161-0/+1
| | | | | | | | TBR=pfeldman Review URL: http://codereview.chromium.org/2841005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49903 0039d316-1c4b-4281-b951-d872f2087c98
* Really rollout http://codereview.chromium.org/2458005 at revision r49770.andreip@chromium.org2010-06-151-1/+0
| | | | | | Review URL: http://codereview.chromium.org/2811005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49786 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for turning on -Wextra on the mac. Doesn't compile that way, ↵thomasvl@chromium.org2010-06-151-1/+15
| | | | | | | | | | but makes it easier to enable it in a build to start working toward it. BUG=34160 TEST=none Review URL: http://codereview.chromium.org/2822004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49785 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: rollout 49770yurys@chromium.org2010-06-151-1/+1
| | | | | | | | | | DevTools test expectations need to be updated in WebKit first. TBR=pfeldman Review URL: http://codereview.chromium.org/2833005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49773 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use ScriptDebugServer instead of v8 debugging protocolyurys@chromium.org2010-06-151-0/+1
| | | | | | Review URL: http://codereview.chromium.org/2458005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49770 0039d316-1c4b-4281-b951-d872f2087c98
* Compile ACCELERATED_COMPOSITING and 3D CSS transform code by default on ↵vangelis@chromium.org2010-06-141-1/+1
| | | | | | | | | | | windows. Other platforms will still require the use_accelerated_compositing=1 GYP define. BUG=46085 Review URL: http://codereview.chromium.org/2764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49697 0039d316-1c4b-4281-b951-d872f2087c98
* Enable remoting unittests to run on build botshclam@chromium.org2010-06-112-7/+13
| | | | | | | | | | Renamed chromoting.gyp to remoting.gyp. Also enabled remoting_unittests to be executed on the build bots. Review URL: http://codereview.chromium.org/2720007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49609 0039d316-1c4b-4281-b951-d872f2087c98
* Second try of building a version of base with -fPIC for internal plugin. ↵jam@chromium.org2010-06-111-0/+2
| | | | | | | | Credit to bradnelson. Review URL: http://codereview.chromium.org/2767010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49597 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 49503 - Fix build failure from previous change.jam@chromium.org2010-06-111-2/+0
| | | | | | | | | Review URL: http://codereview.chromium.org/2796004 TBR=jam@chromium.org Review URL: http://codereview.chromium.org/2790010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49504 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build failure from previous change.jam@chromium.org2010-06-111-0/+2
| | | | | | Review URL: http://codereview.chromium.org/2796004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49503 0039d316-1c4b-4281-b951-d872f2087c98
* Enable chromoting in the build by defaulthclam@chromium.org2010-06-111-2/+5
| | | | | | | | | | Set chromoting to be built by default. Also defines a ENABLE_CHROMOTING flag if chromoting is enabled in the build system so we can exclude chromoting if we don't want chromoting code to be linked in. Review URL: http://codereview.chromium.org/2788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49482 0039d316-1c4b-4281-b951-d872f2087c98
* Link with RLZ library from open source repo.rogerta@google.com2010-06-101-1/+1
| | | | | | | | | | | | | In order to pass the check dependency step in the build, I added rlz to the include_rules in DEPS. However, I am not sure this is the best solution. TEST=Make sure that the RLZ pings from chrome are the sameas they were with the old RLZ dll BUG=none Review URL: http://codereview.chromium.org/2755002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chrome build inside the Chromium OS build chroot.satorux@chromium.org2010-06-101-22/+26
| | | | | | | | | | | | | | | | | | | | | | | | | In the chroot used for building Chromium OS, gnome-keyring is not installed so the gyp fails with the errors like: Exception: Call to 'pkg-config --cflags gnome-keyring-1' returned exit status 1. while loading dependencies of src/base/base.gyp while loading dependencies of src/net/net.gyp while loading dependencies of src/app/app.gyp while loading dependencies of src/build/all.gyp while trying to load src/build/all.gyp failed to run command: /usr/bin/python src/build/gyp_chromium BUG=chromium-os:4000 TEST=Tested on Ubuntu and in the chroot: On Ubuntu: % sudo apt-get remove libgnome-keyring-dev % GYP_DEFINES="chromeos=0" gclient runhooks' ... gyp fails as libgnome-keyring-dev is not installed ... % GYP_DEFINES="chromeos=1" gclient runhooks' ... gyp succeeds ... In the chromium os build chroot: % emerge-x86-generic chromeos-chrome ... gyp suceeds ... Review URL: http://codereview.chromium.org/2729010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49373 0039d316-1c4b-4281-b951-d872f2087c98
* Move npapi_layout_test_plugin target to webkit_support to use it fromtkent@google.com2010-06-101-1/+1
| | | | | | | | | | | | | | | | | | | | WebKit DumpRenderTree. The following code change affects only WebKit DumpRenderTree. * webkit_support.cc - WebPluginImplWithPageDelegate passes a plugin path and MIME type to WebPluginImpl. - CreateWebPlugin checks a MIME type. This is the same logic as test_shell. * test_webplugin_page_delegate.h Creates and returns a WebPluginDelegateImpl instance. BUG=none TEST=none Review URL: http://codereview.chromium.org/2729004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49372 0039d316-1c4b-4281-b951-d872f2087c98