summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Build fixhclam@chromium.org2010-06-071-1/+0
| | | | | | | | | | | Remove remoting.gyp in all.gyp TBR=garykac@google.com TEST=Tree goes green Review URL: http://codereview.chromium.org/2729001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49116 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromoting build issues on Windowshclam@chromium.org2010-06-071-0/+1
| | | | | | | | | | Fixed compilation errors on windows. TEST=chromoting builds on windows Review URL: http://codereview.chromium.org/2711001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49115 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: add gnome-keyring packages to build dependencies. It will not be a ↵mdm@chromium.org2010-06-071-9/+9
| | | | | | | | | | runtime dependency: it will be dlopen()ed to avoid that. BUG=25404 TEST=none Review URL: http://codereview.chromium.org/2700002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49110 0039d316-1c4b-4281-b951-d872f2087c98
* Adding libpulse-dev and libpulse0.scherkus@chromium.org2010-06-071-2/+8
| | | | | | | | | | | | | To build the ChromeOS version on the build-bots, outside the chroot, we need to access PulseAudio development header and library files. Patch by davej@chromium.org: http://codereview.chromium.org/2699002/show BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49097 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old RLZ dll from the chrome code. There are no code dependenciesrogerta@google.com2010-06-071-1/+1
| | | | | | | | | | | | | | | on this project; its only purpose is to copy the rlz.dll file to the correct spot in the output directory. This is the first step in getting the new open source RLZ library into chromium. A following CL will add the calls to new implementation. BUG=none TEST=none Review URL: http://codereview.chromium.org/2640003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49059 0039d316-1c4b-4281-b951-d872f2087c98
* Add a missing [ that prevented strip_from_xcode from functioning properly withmark@chromium.org2010-06-011-1/+1
| | | | | | | | | | GYP loadable_module-type targets (Xcode mh_bundle-type targets). BUG=0 TEST=NULL Review URL: http://codereview.chromium.org/2434003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48655 0039d316-1c4b-4281-b951-d872f2087c98
* Use SSLClientSocketNSS on Mac OS X. By default, chrome still useswtc@chromium.org2010-06-012-2/+7
| | | | | | | | | | | | | | | | | | SSLClientSocketMac. Specify the --use-nss-for-ssl command-line option to use SSLClientSocketNSS. The nss.gyp in src/net/third_party/nss is renamed ssl.gyp to avoid a naming conflict with the nss.gyp in src/third_party/nss. The GYP generator for Xcode project files disallows same-named .gyp files. SSL client authentication doesn't work yet. R=mark BUG=30689 TEST=No build and test failures on Mac and Windows. Review URL: http://codereview.chromium.org/2322008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48650 0039d316-1c4b-4281-b951-d872f2087c98
* Generate .dSYM bundles for loadable_modules as well.jam@chromium.org2010-06-011-4/+4
| | | | | | Review URL: http://codereview.chromium.org/2468002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48642 0039d316-1c4b-4281-b951-d872f2087c98
* Enable warning 4389 as an error on windows builds. This will make mbelshe@chromium.org2010-05-271-0/+6
| | | | | | | | | | | | windows builds more similar to linux/mac, which already treat signed/ unsigned equality comparisons as warnings (and hence errors). BUG=44471 TEST=none Review URL: http://codereview.chromium.org/2222002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48395 0039d316-1c4b-4281-b951-d872f2087c98
* Remove sync_unit_tests from chromium_builder_dbg_tsan_mac to fix compilation onglider@chromium.org2010-05-271-1/+0
| | | | | | | | | | | the TSan bot BUG=45207 TBR=akalin Review URL: http://codereview.chromium.org/2309002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48378 0039d316-1c4b-4281-b951-d872f2087c98
* Dummy change to trigger a build.maruel@chromium.org2010-05-261-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48268 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Another dependency the bbot missed!!!"rafaelw@chromium.org2010-05-261-6/+0
| | | | | | | | | | | | | | | | | | This reverts commit 161f7fd3bdd425167af9fe26fdc5373a2ff44c98. Revert "Missed a file as part of checkin for r48186" This reverts commit cff86beba5938209393a6c3bccced62a7f3ff36b. Revert "Enable warning 4389 as an error on windows builds. This will make" This reverts commit c78936bcfc65b98edf288191d927a495b0364621. TBR=mbelshe Review URL: http://codereview.chromium.org/2253001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48238 0039d316-1c4b-4281-b951-d872f2087c98
* Enable warning 4389 as an error on windows builds. This will makembelshe@chromium.org2010-05-251-0/+6
| | | | | | | | | | | | windows builds more similar to linux/mac, which already treat signed/ unsigned equality comparisons as warnings (and hence errors). BUG=44471 TEST=none Review URL: http://codereview.chromium.org/2081007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48186 0039d316-1c4b-4281-b951-d872f2087c98
* remove dependencies on obsolete chrome os login helper binaries. This has a ↵cmasone@google.com2010-05-241-2/+0
| | | | | | | | | | | nice side effect of getting rid of some circular GYP dependencies introduced by these targets. BUG=35308 TEST=build chrome, look for session and emit_login_prompt_ready in the output dir; they should not be there. Review URL: http://codereview.chromium.org/2078026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48094 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromiumOS build (it still has circular dependencies).tony@chromium.org2010-05-241-1/+3
| | | | | | | | TBR=mark Review URL: http://codereview.chromium.org/2107018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48008 0039d316-1c4b-4281-b951-d872f2087c98
* Break gyp cycles on Linux.tony@chromium.org2010-05-242-4/+4
| | | | | | | | | | The cycle is between installer.gyp and chrome.gyp. The fix is to switch installer.gyp into installer.gypi and include it into chrome.gyp BUG=35308 Review URL: http://codereview.chromium.org/2067018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48007 0039d316-1c4b-4281-b951-d872f2087c98
* Add libcurl4-gnutls-dev to lib_list. (Needed by o3d breakpad)zhurunz@google.com2010-05-211-1/+2
| | | | | | Review URL: http://codereview.chromium.org/2086022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47971 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 47897 - Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.willchan@chromium.org2010-05-211-8/+1
| | | | | | | | | | | | | | Based on willchan's patch here: http://codereview.chromium.org/2109009/show BUG=40149 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/2137010 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/2107016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47933 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Add libunwind as a dependency of tcmalloc in 64 bit mode.thestig@chromium.org2010-05-211-1/+8
| | | | | | | | | | | Based on willchan's patch here: http://codereview.chromium.org/2109009/show BUG=40149 TEST=none TBR=willchan Review URL: http://codereview.chromium.org/2137010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47897 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Mac10.5 Perf(3) and Mac10.6 Perf(3) by building plugin_testsmaruel@chromium.org2010-05-201-0/+1
| | | | | | | | | | TEST=should now be built (!) BUG=none TBR=thestig Review URL: http://codereview.chromium.org/2068015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47797 0039d316-1c4b-4281-b951-d872f2087c98
* install-build-deps.sh: Add missing sudos.derat@chromium.org2010-05-171-4/+4
| | | | | | | | | | | | Some apt commands were being run as the normal user, resulting in the script dying. BUG=none TEST=gave the diff to someone; it fixed the failures for them Review URL: http://codereview.chromium.org/2137002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47458 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bad_alloc linkage error on chromeos valgrind bots. part 1.oshima@chromium.org2010-05-151-3/+14
| | | | | | | | | | | | Seems like some of test binaries are now big enough that gold cannot link with gc-sectinos. This CL add gyp variable to turn it off. I'll add this flag to master.cfg in separate CL. BUG=44241 TEST=chromeos valgrind bot should be able to link test binaries. Review URL: http://codereview.chromium.org/2112004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47351 0039d316-1c4b-4281-b951-d872f2087c98
* GYP changes for FreeBSD and OpenBSDpvalchev@google.com2010-05-142-2/+2
| | | | | | Review URL: http://codereview.chromium.org/1480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47327 0039d316-1c4b-4281-b951-d872f2087c98
* Moved demos.gyp from windows dependency to all platforms. Excluded ↵alokp@chromium.org2010-05-141-1/+1
| | | | | | | | gpu_demo_framework_pepper from being included with wildcard demos.gyp:*. Review URL: http://codereview.chromium.org/2038015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47270 0039d316-1c4b-4281-b951-d872f2087c98
* Add dependencies for locales to TSan/Win build targettimurrrr@chromium.org2010-05-141-0/+4
| | | | | | | BUG=43603 Review URL: http://codereview.chromium.org/2006006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47267 0039d316-1c4b-4281-b951-d872f2087c98
* Update dynamic annotations and move them to base/third_partytimurrrr@chromium.org2010-05-141-1/+4
| | | | | | Review URL: http://codereview.chromium.org/1992005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47252 0039d316-1c4b-4281-b951-d872f2087c98
* Remove webkit_support_in_chromium.gyp and use webkit_support.gyptony@chromium.org2010-05-141-1/+1
| | | | | | | | | | instead. features.gypi isn't needed by glue, appcache or database. Review URL: http://codereview.chromium.org/2070001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47238 0039d316-1c4b-4281-b951-d872f2087c98
* Typo fix for r47191.mmoss@google.com2010-05-141-1/+1
| | | | | | | | submitted for gene@chromium.org (http://codereview.chromium.org/2106001) Review URL: http://codereview.chromium.org/2127004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47237 0039d316-1c4b-4281-b951-d872f2087c98
* Added cups development package depending on the version of linux.mmoss@google.com2010-05-131-7/+14
| | | | | | | | | | | BUG=none TEST=Please check that correct cups package gets installed. [submitted for gene@chromium.org, see http://codereview.chromium.org/2106001] Review URL: http://codereview.chromium.org/2072003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47191 0039d316-1c4b-4281-b951-d872f2087c98
* TTF: Don't include v8 in the coverage results. Also moves common rules to ↵jhawkins@chromium.org2010-05-124-63/+33
| | | | | | | | | | | common.croc. BUG=none TEST=none Review URL: http://codereview.chromium.org/2022007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47071 0039d316-1c4b-4281-b951-d872f2087c98
* Enable building FILE_READER in chromium. Note that clean build is needed for ↵jianli@chromium.org2010-05-121-0/+1
| | | | | | | | | | | | Windows machine. BUG=none TEST=none Review URL: http://codereview.chromium.org/1995012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47039 0039d316-1c4b-4281-b951-d872f2087c98
* Added CUPS requirement for chromium build. It is need to support printing.maruel@chromium.org2010-05-121-6/+7
| | | | | | | | | BUG=none TEST=Make sure that libcupsys2-dev package get installed. Review URL: http://codereview.chromium.org/2038011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47023 0039d316-1c4b-4281-b951-d872f2087c98
* Make it possible to build DRT in a chromium checkout.tony@chromium.org2010-05-121-0/+1
| | | | | | | | | | | | | | | | | The problem was the circular gyp dependency between webkit.gyp and WebKit.gyp: webkit.gyp:pull_in_webkit_unit_tests -> WebKit.gyp -> webkit.gyp:webkit_support. The fix is to move webkit_support into its own gyp file (like we do in an webkit only checkout). We can't use the same gyp file for in- chromium and in-webkit because we need to change the include path for features.gypi. In gyp, variable expansion happens after includes (otherwise you'd have to expand variables twice and they could change values), so we can't use a single gyp file for this. Review URL: http://codereview.chromium.org/1995013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47012 0039d316-1c4b-4281-b951-d872f2087c98
* Supply the ENABLE_3D_RENDERING compile time flag whenever the ↵vangelis@chromium.org2010-05-111-1/+4
| | | | | | | | | use_accelerated_compositing GYP define is specified. BUG=43631 Review URL: http://codereview.chromium.org/2019005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46939 0039d316-1c4b-4281-b951-d872f2087c98
* Remove DRT.gyp from chromium build. The target is moving to WebKit.gyp.tony@chromium.org2010-05-111-1/+0
| | | | | | | | TBR=tkent Review URL: http://codereview.chromium.org/2031006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46884 0039d316-1c4b-4281-b951-d872f2087c98
* Added #ifdef to allow Chromium to enable proprietary codecs.scherkus@chromium.org2010-05-101-0/+7
| | | | | | | | | | | | | | We need to enable MP4 and MP3 support on tegra2 boards. This change will let us enable this support via a flag in make.conf. Patch by jneddo@nvidia.com: http://codereview.chromium.org/1942003/show BUG=none TEST=none Review URL: http://codereview.chromium.org/2001004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46824 0039d316-1c4b-4281-b951-d872f2087c98
* Partially implement the new pepper API in Chrome. This is not actually hookedbrettw@chromium.org2010-05-071-0/+1
| | | | | | | | | | up, which will require some changes in render_view as well as the plugin list. TEST=none BUG=none Review URL: http://codereview.chromium.org/1697008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46760 0039d316-1c4b-4281-b951-d872f2087c98
* Committing for jeffbailey.mad@google.com2010-05-071-1/+4
| | | | | | | | | | | | | | | | | Excerpt from: http://codereview.chromium.org/1991004/show ---------------- Put version information into header file for easy consumption by RC files. RC files can use an #include to pull in this header, rather than being each dynamically generated. BUG=none TEST=none ---------------- Review URL: http://codereview.chromium.org/2020003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46736 0039d316-1c4b-4281-b951-d872f2087c98
* Added sync_tools.gyp to all.gyp.akalin@chromium.org2010-05-071-0/+1
| | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/1735018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46711 0039d316-1c4b-4281-b951-d872f2087c98
* Quick fix: explicitly specify /Ob0 to avoid inlining if ↵timurrrr@chromium.org2010-05-071-4/+26
| | | | | | | | | | | InlineFunctionExpansion==0; add 'default' value This is a follow-up for http://codereview.chromium.org/1995004 Looks like InlineFunctionExpansion=0 means "default", not /Ob0 for MSVS... TEST=trybots, tried locally with "vim base/base.vcproj" Review URL: http://codereview.chromium.org/2041002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46682 0039d316-1c4b-4281-b951-d872f2087c98
* Make RuntimeLibrary adjustable for Win/Debug buildtimurrrr@chromium.org2010-05-071-1/+8
| | | | | | | TEST=trybot Review URL: http://codereview.chromium.org/1995004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46664 0039d316-1c4b-4281-b951-d872f2087c98
* [TFF] Coverage: Don't include any non-Linux platform directories in the ↵jhawkins@chromium.org2010-05-072-3/+11
| | | | | | | | | | | Linux code coverage analysis. BUG=none TEST=none Review URL: http://codereview.chromium.org/2046002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46647 0039d316-1c4b-4281-b951-d872f2087c98
* Moved XMPP notifier library from chrome/browser/sync to chrome/common/net.sanjeevr@chromium.org2010-05-041-0/+6
| | | | | | | | | BUG=None TEST=No functional change Review URL: http://codereview.chromium.org/1956001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46413 0039d316-1c4b-4281-b951-d872f2087c98
* linux: update install-build-deps for lucidevan@chromium.org2010-05-031-20/+21
| | | | | | | | | | | | Mostly minor changes. I verified that python-dev is python2.5 on a ghardy machine. While I'm at it, let's put all the 32-bit code in the same section. I don't think most users need it anymore. Review URL: http://codereview.chromium.org/1815006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46234 0039d316-1c4b-4281-b951-d872f2087c98
* Added cacheinvalidation.gyp to build/all.gyp.akalin@chromium.org2010-04-301-0/+7
| | | | | | | | | BUG=34646 TEST=trybots Review URL: http://codereview.chromium.org/1747018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46030 0039d316-1c4b-4281-b951-d872f2087c98
* added sync_unit_tests to mac/chromeos unit test builds.akalin@chromium.org2010-04-301-0/+5
| | | | | | | | | BUG=32871 TEST=trybots Review URL: http://codereview.chromium.org/1739014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@46026 0039d316-1c4b-4281-b951-d872f2087c98
* remove the logic to compute enable_gles since it's broken;piman@chromium.org2010-04-291-9/+11
| | | | | | | | add enable_eglimage Review URL: http://codereview.chromium.org/1747019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45889 0039d316-1c4b-4281-b951-d872f2087c98
* Add a gyp flag for disabling sse2. This makes it easier fortony@chromium.org2010-04-281-2/+6
| | | | | | | | distros to disable sse2. Review URL: http://codereview.chromium.org/1702009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45777 0039d316-1c4b-4281-b951-d872f2087c98
* gyp: unify toolkit_views usageevan@chromium.org2010-04-272-5/+5
| | | | | | | | | | | Now that we can rely on toolkit_views to be set when appropriate, we can simplify a bunch of logic in gyp. TEST=compiles Review URL: http://codereview.chromium.org/1741010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45727 0039d316-1c4b-4281-b951-d872f2087c98
* Build DRT in chromium.tony@chromium.org2010-04-271-0/+1
| | | | | | | | Some small fixes for linking on windows. Review URL: http://codereview.chromium.org/1711014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45680 0039d316-1c4b-4281-b951-d872f2087c98