summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Add qcms library for applying ICC color profile transforms to images. Thisabarth@chromium.org2010-11-121-0/+1
| | | | | | | | | | library is currently unused. http://codereview.chromium.org/4855001/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65970 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+11
| | | | | | | | | | | Capture X events using XInput2. BUG=None TEST=None Review URL: http://codereview.chromium.org/4186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65959 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pkg-config-wrapper to forward the return value from pkg-configpiman@chromium.org2010-11-121-1/+3
| | | | | | | | | BUG=None TEST=Run ./pkg-config-wrapper / --atleast-version=3.0 inputproto and check that it returns 1 Review URL: http://codereview.chromium.org/4900001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65956 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65938 (arm compile fail) - touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-11/+1
| | | | | | | | | | | | | | | | Capture X events using XInput2. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65888 Review URL: http://codereview.chromium.org/4186004 TBR=sadrul@chromium.org Review URL: http://codereview.chromium.org/4894001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65940 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+11
| | | | | | | | | | | | | Capture X events using XInput2. BUG=None TEST=None Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65888 Review URL: http://codereview.chromium.org/4186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65938 0039d316-1c4b-4281-b951-d872f2087c98
* Bring up IPC in NaCl.abarth@chromium.org2010-11-121-1/+3
| | | | | | | | | | | | This patch gets a bunch of the IPC and Base libraries compiling (but not linking) in NaCl. There's obviously a bunch more work to do, but this patch is a starting point. Original patch by Eric Seidel. Review URL: http://codereview.chromium.org/4812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65920 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "touchui: First pass at XInput2 message pump."evan@chromium.org2010-11-121-11/+1
| | | | | | This reverts commit r65888, build breakage. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65890 0039d316-1c4b-4281-b951-d872f2087c98
* touchui: First pass at XInput2 message pump.sadrul@chromium.org2010-11-121-1/+11
| | | | | | | | | | | Capture X events using XInput2. BUG=None TEST=None Review URL: http://codereview.chromium.org/4186004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65888 0039d316-1c4b-4281-b951-d872f2087c98
* openssl build fixes, and tidy the build filesjoth@chromium.org2010-11-111-5/+2
| | | | | | | | | | | Split out of http://codereview.chromium.org/4691003/ BUG=None TEST=builds... Review URL: http://codereview.chromium.org/4696004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65801 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65580 - Fix pkg-config-wrapper to work with chromiumos chrootsskerner@chromium.org2010-11-091-1/+1
| | | | | | | | | | | | | | | Some pkg-config packages in chromium os (e.g. gtk) end up hard-coding libdir to be absolute (rather than relative to prefix), so it breaks builds from outside the chroot. This works around it. BUG=none TEST=build with sysroot=/path/to/chromiumos/chroot/build/x86-generic Review URL: http://codereview.chromium.org/4516002 TBR=piman@chromium.org Review URL: http://codereview.chromium.org/4754002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65585 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pkg-config-wrapper to work with chromiumos chrootspiman@chromium.org2010-11-091-1/+1
| | | | | | | | | | | | Some pkg-config packages in chromium os (e.g. gtk) end up hard-coding libdir to be absolute (rather than relative to prefix), so it breaks builds from outside the chroot. This works around it. BUG=none TEST=build with sysroot=/path/to/chromiumos/chroot/build/x86-generic Review URL: http://codereview.chromium.org/4516002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65580 0039d316-1c4b-4281-b951-d872f2087c98
* Make GConf dependency optional.phajdan.jr@chromium.org2010-11-092-1/+7
| | | | | | | | | | | This is upstreaming a Gentoo Linux patch. BUG=13322 TEST=none Review URL: http://codereview.chromium.org/4691001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65507 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for a chromium.gyp_env at the top of the tree (peer of src) so youthomasvl@chromium.org2010-11-081-0/+32
| | | | | | | | | | don't have to set a bunch of independent variables and can instead set things in a group per tree. BUG=none TEST=none Review URL: http://codereview.chromium.org/4705001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65408 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new GYP_DEFINE to make _HAS_ITERATOR_DEBUGGING disablable on Windows/Debugtimurrrr@chromium.org2010-11-081-0/+9
| | | | | | | | Shouldn't affect anyone unless I enable this flag on the TSan bot. TEST=Tested with a local waterfall Review URL: http://codereview.chromium.org/4688001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65377 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace: force rebuild.skerner@chromium.org2010-11-081-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65373 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-061-0/+1
| | | | | | | | | | | Original review URL: http://codereview.chromium.org/3531008 TEST=try, ui_tests BUG=none Review URL: http://codereview.chromium.org/4545003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65283 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-1/+0
| | | | | | | | | | | | | | | | | | | - It now uses GGL instead of a child window. - Fixed a bug where GLES2 decoder set texture state without updating TextureInfo. - Fixed Pepper3D demos and added awesome 3D CSS programmer art. - Removed ggl::GetCurrentContext to prevent further abuse. Fixed said abuse :) - GGL exposes GLES2Implementation to allow issue of GL calls on a particular context without making that context globally current. - Removed redundant "this context" argument from GGL SwapBuffers completion callback. - Temporarily removed context lost notification. I need to figure out the best semantics. TEST=Run Pepper3D and WebGL demos and YouTube videos on Windows and Mac. BUG=none Review URL: http://codereview.chromium.org/3531008 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/4561001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65169 0039d316-1c4b-4281-b951-d872f2087c98
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-051-0/+1
| | | | | | | | | | | | | | | | - It now uses GGL instead of a child window. - Fixed a bug where GLES2 decoder set texture state without updating TextureInfo. - Fixed Pepper3D demos and added awesome 3D CSS programmer art. - Removed ggl::GetCurrentContext to prevent further abuse. Fixed said abuse :) - GGL exposes GLES2Implementation to allow issue of GL calls on a particular context without making that context globally current. - Removed redundant "this context" argument from GGL SwapBuffers completion callback. - Temporarily removed context lost notification. I need to figure out the best semantics. TEST=Run Pepper3D and WebGL demos and YouTube videos on Windows and Mac. BUG=none Review URL: http://codereview.chromium.org/3531008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65152 0039d316-1c4b-4281-b951-d872f2087c98
* Add a dependency on the XTest extension.ajwong@chromium.org2010-11-041-5/+7
| | | | | | | | | | | | This is needed for implementation of the host side of Chromoting for X11 so that we can synthesize user input events. BUG=none TEST=none Review URL: http://codereview.chromium.org/4112006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65094 0039d316-1c4b-4281-b951-d872f2087c98
* Commit of http://codereview.chromium.org/4417005/show for thakis.mirandac@chromium.org2010-11-041-0/+3
| | | | | | | | BUG=61931 TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65089 0039d316-1c4b-4281-b951-d872f2087c98
* Touch build/common.gypi to force gyp to run.maruel@chromium.org2010-11-031-2/+1
| | | | | | | | | | | | NO CODE CHANGE. TBR=robertshield TEST=none BUG=none Review URL: http://codereview.chromium.org/4334003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64929 0039d316-1c4b-4281-b951-d872f2087c98
* iccjpeg library for jpeg color profilesfbarchard@chromium.org2010-11-021-1/+2
| | | | | | | | | BUG=61627 TEST=none Review URL: http://codereview.chromium.org/4244005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64817 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land ↵brettw@chromium.org2010-11-021-1/+1
| | | | | | from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64757 0039d316-1c4b-4281-b951-d872f2087c98
* Revert PPAPI change due to Linux compile failures.brettw@chromium.org2010-11-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64751 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64750 0039d316-1c4b-4281-b951-d872f2087c98
* Integrating CEEE into top-level .gyp files so that it builds.joi@chromium.org2010-11-021-0/+1
| | | | | | | | | | TEST=it compiles, 'ceee' root folder is seen in Visual Studio projects tree BUG=none Review URL: http://codereview.chromium.org/4287001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64735 0039d316-1c4b-4281-b951-d872f2087c98
* Revert PPAPI change.brettw@chromium.org2010-11-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64719 0039d316-1c4b-4281-b951-d872f2087c98
* Use PPAPI from chrome trunk rather than pulling via deps.brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | This is a re-land from r64716. This is identical with an an include directory changed in the ppapi repo which I'm hoping was what was confusing everything. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64718 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64716 - Switch to the new PPAPI repository. This removes the DEPS ↵brettw@chromium.org2010-11-021-1/+1
| | | | | | | | | | | | | | entry that refers to the PPAPI repo, and fixes the includes to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/4164015 TBR=brettw@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64717 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to the new PPAPI repository. This removes the DEPS entry that refers tobrettw@chromium.org2010-11-021-1/+1
| | | | | | | | | | the PPAPI repo, and fixes the includes to use the new location. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/4164015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64716 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64454 - Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-1/+1
| | | | | | | | | | | | | | | | | | | Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Review URL: http://codereview.chromium.org/4167006 TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/4136011 TBR=scottbyer@google.com Review URL: http://codereview.chromium.org/4137013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64477 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64441 - Mac cloud print proxy work.scottbyer@google.com2010-10-291-1/+1
| | | | | | | | | | | | | | | | Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Review URL: http://codereview.chromium.org/4167006 TBR=scottbyer@chromium.org Review URL: http://codereview.chromium.org/4136011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64454 0039d316-1c4b-4281-b951-d872f2087c98
* Mac cloud print proxy work.scottbyer@chromium.org2010-10-291-1/+1
| | | | | | | | | | | | | Turn on use_cups for the Mac, add in the required library, and tweak the code to get it linking. There is still more work to do; this is just a gyp-oriented change to get things started. BUG=none TEST=All targets still build on all platforms. Review URL: http://codereview.chromium.org/4167006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64441 0039d316-1c4b-4281-b951-d872f2087c98
* Enabled WebKit image decoders. This should fix the canary build and have noabarth@chromium.org2010-10-291-0/+2
| | | | | | | effect on the main build. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64379 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64267 - linux: enable seccomp sandbox by defaultvangelis@chromium.org2010-10-281-3/+3
| | | | | | | | | | | | | | | (Reason for revert: Widespread failures on Linux bots starting with http://build.chromium.org/p/chromium/builders/Linux%20Tests%20(dbg)(2)/builds/729) Seeing how the bots feel about this again. BUG=36133 Review URL: http://codereview.chromium.org/3539015 TBR=evan@chromium.org Review URL: http://codereview.chromium.org/4200010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64306 0039d316-1c4b-4281-b951-d872f2087c98
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-10-281-3/+3
| | | | | | | | | | Seeing how the bots feel about this again. BUG=36133 Review URL: http://codereview.chromium.org/3539015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64267 0039d316-1c4b-4281-b951-d872f2087c98
* force buildthakis@chromium.org2010-10-271-1/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64024 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new project used by the chromium builders.nsylvain@chromium.org2010-10-251-0/+54
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/4092001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63783 0039d316-1c4b-4281-b951-d872f2087c98
* Move useful printing backend code from chrome/service/cloud_print to ↵thestig@chromium.org2010-10-251-0/+5
| | | | | | | | | | printing/backend. BUG=none TEST=none Review URL: http://codereview.chromium.org/3945003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63772 0039d316-1c4b-4281-b951-d872f2087c98
* Make USE_OPENSSL and USE_NSS mutually exclusivejoth@chromium.org2010-10-222-2/+12
| | | | | | | | | | | | | | | | | | - that is, defining use_openssl=1 will now remove all dependency on NSS. This does not impact any of the standard, non-openssl builds. Adds stub implementations of several files that need to be fully implemented in follow up patchs. Firefox import code will need some more substatial refactoring, as it makes little sense to be attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption about the presence of this importer. BUG=None TEST=None Review URL: http://codereview.chromium.org/3855004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63506 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flag to control deb-srcs and only add host bins to the chroot if the ↵mmoss@google.com2010-10-201-6/+22
| | | | | | | | | | | | | distro matches. This fixes a problem on the Chrome buildbots where installing a hardy32 chroot on a lucid64 machine results in 'ld' and other files in the chroot which do not work because glibc is too old, and also prevents problems with apt-get fetching from custom mirrors without source packages. Review URL: http://codereview.chromium.org/3797014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63175 0039d316-1c4b-4281-b951-d872f2087c98
* Add the chroot creator to the default set of allowed groups (with override ↵mmoss@google.com2010-10-151-6/+15
| | | | | | | | | | flag). This fixes a buildbot issue where chroots can't be used without sudo (because there is no 'admin' group, and chrome-bot only belongs to the 'chrome-bot' group). Review URL: http://codereview.chromium.org/3755010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62790 0039d316-1c4b-4281-b951-d872f2087c98
* Don't define USE_HEAPCHECKER on Windows.thestig@chromium.org2010-10-151-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3815007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62780 0039d316-1c4b-4281-b951-d872f2087c98
* Detect available lib64readline version before trying to install in chroot.mmoss@google.com2010-10-151-1/+3
| | | | | | | | | | This fixes a problem where creating a hardy32 chroot fails because the package name used to be lib64readline5. Perhaps all the packages should be detected like this, but it can wait until we know if there are other incompatibilities. Review URL: http://codereview.chromium.org/3775010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62743 0039d316-1c4b-4281-b951-d872f2087c98
* Allow custom repository mirrors and configure chroot for distro updates.mmoss@google.com2010-10-151-9/+86
| | | | | | Review URL: http://codereview.chromium.org/3791007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62684 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62603 - patch from issue 3527003cbentzel@chromium.org2010-10-141-6/+0
| | | | | | | TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3788003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62610 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62604 - Use the correct flag for virtual destructor.cbentzel@chromium.org2010-10-141-1/+1
| | | | | | | TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3807005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62609 0039d316-1c4b-4281-b951-d872f2087c98
* Use the correct flag for virtual destructor.cbentzel@chromium.org2010-10-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62604 0039d316-1c4b-4281-b951-d872f2087c98
* patch from issue 3527003cbentzel@chromium.org2010-10-141-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62603 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62529 - Add -Wno-non-virtual-dtor flag on posix targets.cbentzel@chromium.org2010-10-141-6/+0
| | | | | | | | | | | | | | I got my double negatives incorrect, this should have been -Wnon-virtual-dtor. BUG=45135 TEST=Targets build without error. Review URL: http://codereview.chromium.org/3527003 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/3756003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62531 0039d316-1c4b-4281-b951-d872f2087c98