summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Run a new build to clarify Webkit roll failures after clobberingapavlov@chromium.org2010-10-131-0/+1
| | | | | | TBR=japhet git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62403 0039d316-1c4b-4281-b951-d872f2087c98
* Touch whitespace_file to run a new buildapavlov@chromium.org2010-10-131-1/+0
| | | | | | TBR=jrg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62396 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use -fno-ident for Clang builds in Release mode on Linux.hans@chromium.org2010-10-131-0/+5
| | | | | | | | | | | | It's not supported by Clang and causes a ton of "argument unused during compilation" warnings. BUG=none TEST=everything still builds Review URL: http://codereview.chromium.org/3614013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62381 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger new build cycle: change whitespace_fileapavlov@chromium.org2010-10-121-0/+1
| | | | | | TBR=mmoss git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62282 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gtest 445 -> 446thakis@chromium.org2010-10-121-0/+8
| | | | | | | | | | | I want to get to r492 to pick up the fix for http://code.google.com/p/googletest/issues/detail?id=321 , but r446 needs some changes, so I'm doing an extra commit for this revision. See comments at http://code.google.com/p/googletest/source/detail?r=446 BUG=None TEST=None Review URL: http://codereview.chromium.org/3705002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62246 0039d316-1c4b-4281-b951-d872f2087c98
* build-bisect: clarify usageevan@chromium.org2010-10-081-2/+6
| | | | | | | | Just ran this script for unrelated reasons and I was briefly confused. Review URL: http://codereview.chromium.org/3521021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61971 0039d316-1c4b-4281-b951-d872f2087c98
* Decouples certificates viewers from NSS to prepare support for OpenSSL.bulach@chromium.org2010-10-081-1/+6
| | | | | | | | | | | | This change is a pre-requisite for http://codereview.chromium.org/3529008/show There are no functional changes, it's only refactoring existing code. BUG=None TEST=Go to an https:// page and check the certificate info. Review URL: http://codereview.chromium.org/3565006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61944 0039d316-1c4b-4281-b951-d872f2087c98
* Add libwebp library source and gyp file.fbarchard@chromium.org2010-10-071-1/+2
| | | | | | | | | BUG=58225 TEST=library should build Review URL: http://codereview.chromium.org/3614010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61828 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "linux: enable seccomp sandbox by default"evan@chromium.org2010-10-051-3/+3
| | | | | | This reverts commit r61557, unit_tests fail. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61563 0039d316-1c4b-4281-b951-d872f2087c98
* linux: enable seccomp sandbox by defaultevan@chromium.org2010-10-051-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@61557 0039d316-1c4b-4281-b951-d872f2087c98
* Try harder to determine lastchange in case of git-svn repository with some ↵dilmah@chromium.org2010-10-051-13/+15
| | | | | | | | | | | local changes. BUG=http://crosbug.com/7254 TEST=Manual Review URL: http://codereview.chromium.org/3570006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61526 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude ChromeOS directories and files from mac win linux.jrg@chromium.org2010-10-043-6/+16
| | | | | | | | | Extension of this change, applied more liberally: http://src.chromium.org/viewvc/chrome/trunk/src/build/linux/chrome_linux.croc?r1=44710&r2=46647 Review URL: http://codereview.chromium.org/3540002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61430 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Build with -fPIC on all arches but x86 32-bit.evan@chromium.org2010-10-011-6/+10
| | | | | | | | | | | I will watch the bots to see if this affects performance. BUG=26625 TEST=compiles Review URL: http://codereview.chromium.org/3501001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61208 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger a build.agl@chromium.org2010-10-011-2/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61176 0039d316-1c4b-4281-b951-d872f2087c98
* First step at OpenSSL client socket implementation.joth@chromium.org2010-09-292-4/+34
| | | | | | | | | | | | | This is early in-progress implementation, no cert handling supported. So only available under a build-time flag. (GYP_DEFINES="'use_openssl=1'") Adds a new build dependency for system OpenSSL libraries, and a new USE_OPENSSL define. Eventually this will disable USE_NSS but for now the two coexist. BUG=none TEST=build with use_openssl=1. Goto some https:// pages. Review URL: http://codereview.chromium.org/3495005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60936 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger build.bauerb@chromium.org2010-09-261-1/+1
| | | | | | TBR=thestig git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60602 0039d316-1c4b-4281-b951-d872f2087c98
* White space change to trigger a build.maruel@chromium.org2010-09-241-1/+1
| | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60417 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger a build.maruel@chromium.org2010-09-241-1/+1
| | | | | | | | | NO CODE CHANGE. TEST=none BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60412 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "linux: Build with -fPIC on all arches but x86 32-bit."evan@chromium.org2010-09-241-9/+4
| | | | | | This reverts commit r60384, build breakage. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60386 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Build with -fPIC on all arches but x86 32-bit.evan@chromium.org2010-09-231-4/+9
| | | | | | | | | | | I will watch the bots to see if this affects performance. BUG=26625 TEST=compiles Review URL: http://codereview.chromium.org/3501001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60384 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: clang buildthakis@chromium.org2010-09-221-0/+7
| | | | | | | | | | | | | Fixes the last few warnings / errors necessary to build chrome/mac with clang. See http://code.google.com/p/chromium/wiki/Clang BUG=none TEST=none Review URL: http://codereview.chromium.org/2762014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60131 0039d316-1c4b-4281-b951-d872f2087c98
* Support for building Chrome using Clang.evan@chromium.org2010-09-181-0/+23
| | | | | | | | | | | | | | | | To build, set the clang=1 gyp_define. This patch is the culmination of many months of effort and many patches. It contains the minimal changes to Chrome that are Clang-specific. With this, I can build the "chrome" target. Once this patch is in, we can incrementally fix bits of Chrome and various tests and remove the Clang-specific workarounds. Review URL: http://codereview.chromium.org/522020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59882 0039d316-1c4b-4281-b951-d872f2087c98
* Create test for safebrowsing_test lzheng@chromium.org2010-09-171-0/+4
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/3383006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59865 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: make compile-time dependency on gnome-keyring optional.phajdan.jr@chromium.org2010-09-162-4/+18
| | | | | | | | | | | This is upstreaming a Gentoo Linux patch. BUG=none TEST=none Review URL: http://codereview.chromium.org/3380004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59587 0039d316-1c4b-4281-b951-d872f2087c98
* linux: Pass -pipe to gcc.evan@chromium.org2010-09-151-0/+1
| | | | | | | | | | This was marginally faster in my local test on one file. TEST=compiles Review URL: http://codereview.chromium.org/3444006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59583 0039d316-1c4b-4281-b951-d872f2087c98
* Linux Reliability: Strip test binaries and libraries.thestig@chromium.org2010-09-151-0/+2
| | | | | | | | BUG=none TEST=Linux Reliability Builder test directory output is < 100 MB. Review URL: http://codereview.chromium.org/3398004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59569 0039d316-1c4b-4281-b951-d872f2087c98
* Add Farsi supportjshin@chromium.org2010-09-091-1/+1
| | | | | | | | | | | | | | | | | | | | | Add 'fa' entry to all the grd files. For *locale_settings*, create new xtb files for Farsi (copied from Arabic). Also, pulls in ICU @r=58904 (with Farsi data). locale_settings_fa.xtb has a lot of UI dimensions that may not work well in Farsi. We need LQA to take a look at them. terms_FOO.html is not yet available for Farsi as well as Amharic and Swahili. Tentatively, use terms_en.html. BUG=45505 TEST='chrome --lang=fa' on Windows should bring up Chrome in Farsi. 'LANGUAGE=fa chrome' should do the same on Linux. (on Ubuntu, 'language-pack-gnome-fa' and 'language-pack-fa' have be installed to get Chrome in Farsi with the UI mirrored). Review URL: http://codereview.chromium.org/3296013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58998 0039d316-1c4b-4281-b951-d872f2087c98
* Adds chromeos option to build-bisect.sky@chromium.org2010-09-091-2/+2
| | | | | | | | | BUG=none TEST=nome Review URL: http://codereview.chromium.org/3319015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58933 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger new build run.antonm@chromium.org2010-09-031-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58489 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another build.antonm@chromium.org2010-09-031-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58484 0039d316-1c4b-4281-b951-d872f2087c98
* Add command-line switch to enable FileSystem API support.kinuko@chromium.org2010-09-031-1/+1
| | | | | | | | | | | This doesn't set the flag for workers. BUG=32277 TEST=none; to be added when we have complete implementation. Review URL: http://codereview.chromium.org/3240006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58453 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57812 (Add the new Mac manifest to the application bundle) and ↵gfeher@chromium.org2010-09-021-5/+8
| | | | | | | | | | | | | | | remove dummy translations Add the policy templates generated from chrome/app/policy_templates.json to the Mac application bundle. (The template generator for Mac is implemented in CL 3116027) Also remove the old manifest file and references to translations that are not there yet. The problem with the previous landing attempt was that in Release mode build, the following script was looking for binary files that were not there: build/mac/strip_from_xcode BUG=49316 TEST=add Chromium to the managed applications' list in the OSX Workgroup Manager, and see if it shows the manageable preferences with English descriptions Review URL: http://codereview.chromium.org/3287003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58366 0039d316-1c4b-4281-b951-d872f2087c98
* Removes a preprocessor definition that is no longer required.pmehta@chromium.org2010-09-011-1/+0
| | | | | | | | | | Originally added: (http://codereview.chromium.org/3146031) BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/3347002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58223 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to trigger another test run.antonm@chromium.org2010-09-011-1/+1
| | | | | | TBR=eisinger git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58165 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Enable symbol dumping on 64-bit Breakpad.thestig@chromium.org2010-08-311-4/+1
| | | | | | | | BUG=20737 TEST=none Review URL: http://codereview.chromium.org/3213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58050 0039d316-1c4b-4281-b951-d872f2087c98
* Initial cut of a script that installs chroot environment. This can formarkus@chromium.org2010-08-311-0/+221
| | | | | | | | | | | | | example be used to have an accurate 32bit build and test environment when otherwise working on a 64bit machine. This script only works on Debian-derived systems. BUG=none TEST=none Review URL: http://codereview.chromium.org/3272004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57962 0039d316-1c4b-4281-b951-d872f2087c98
* Add app_unittests and sync_unit_tests to chromium_builder_dbg_valgrind_macglider@chromium.org2010-08-301-0/+1
| | | | | | | | TBR=timurrrr Review URL: http://codereview.chromium.org/3288002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57854 0039d316-1c4b-4281-b951-d872f2087c98
* Kicking a build.brettw@chromium.org2010-08-281-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57793 0039d316-1c4b-4281-b951-d872f2087c98
* Kicking a buildagl@chromium.org2010-08-281-3/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57790 0039d316-1c4b-4281-b951-d872f2087c98
* This CL introduces the stack shadowing mechanism that should help TCMalloc'sglider@chromium.org2010-08-271-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | heap leak checker to unwind the memory allocation stacks better. Currently, if a memory region is allocated from a library built without frame pointers heapchecker is unable to unwind the stack and records only the top frame. This is inconvenient, because: -- several leaks from different places are treated as leaks from the same source -- it's hard to suppress such leaks, because a one-line suppression is uninformative linux_shadow_stacks.cc keeps the threads' IP and SP values in thread-local stacks upon each function entry/exit using gcc function instrumentation (-finstrument-functions). The GetStackTrace routine from stacktrace_shadow-inl.h unwinds the stack as usual (using frame pointers), but then updates the result with the shadow stack frames which SP values are below the bottom frame of the unwind result. Note that -finstrument-functions affects only Chromium code, not the libraries. This means that we cannot get more than one library function frame at the top of the stack. For example, consider a libfoo library that has a public foo_do_something() routine which allocates memory via foo_alloc(). If Chromium calls foo_do_something() from ChromeCallFoo(), then the following call chain effectively happens: main -> ChromeCallFoo -> foo_do_something -> foo_alloc If libfoo is built with -fomit-frame-pointers, heapcheck can unwind only the last stack frame: foo_alloc On the other hand, the shadow stack at the allocation site contains everything below the libfoo calls: main -> ChromeCallFoo As a result the following allocation stack is recorded: main -> ChromeCallFoo -> foo_alloc This is enough to distinguish between e.g. ChromeCallFoo1 and ChromeCallFoo2 Review URL: http://codereview.chromium.org/3120017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57658 0039d316-1c4b-4281-b951-d872f2087c98
* Making the bots go through another cycle, to pick up the clobber afterdumi@chromium.org2010-08-271-1/+0
| | | | | | | | | | | | a WebKit roll. BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3238005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57649 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Remove obsolete linux_chromium_* variables.thestig@chromium.org2010-08-261-12/+2
| | | | | | | | BUG=52924 TEST=none Review URL: http://codereview.chromium.org/3208002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57570 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Make our handling of Windows pre-processor symbols more consistent.phajdan.jr@chromium.org2010-08-261-0/+10
| | | | | | | | | | | | | | For example, there are differences between unit_tests and browser_tests, which cause ridiculous problems when moving a test between those. We're using the symbols anyway, so let's centralize it for maintainability. TEST=compile BUG=none Review URL: http://codereview.chromium.org/3173044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57555 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Switch to DWARF for official builds. Good riddence.thestig@chromium.org2010-08-261-3/+1
| | | | | | | | BUG=20737 TEST=none Review URL: http://codereview.chromium.org/2892001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57553 0039d316-1c4b-4281-b951-d872f2087c98
* Whitespace change to run bots after WebKit roll.yuzo@chromium.org2010-08-261-0/+1
| | | | | | | | | | BUG=none TEST=none TBR=dumi Review URL: http://codereview.chromium.org/3208004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57475 0039d316-1c4b-4281-b951-d872f2087c98
* Define XHR_RESPONSE_BLOB when building.michaeln@chromium.org2010-08-251-0/+1
| | | | | | | | | TEST=none BUG=52486 Review URL: http://codereview.chromium.org/3185027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57376 0039d316-1c4b-4281-b951-d872f2087c98
* Trying clobbering one more time...dumi@chromium.org2010-08-251-0/+1
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3158032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57299 0039d316-1c4b-4281-b951-d872f2087c98
* Force a new cycle on the build bots, in order to pick up a clobberdumi@chromium.org2010-08-251-1/+0
| | | | | | | | | | | | after a WebKit roll. BUG=none TEST=none TBR=yuzo Review URL: http://codereview.chromium.org/3173045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57298 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: Fix Breakpad variables in build/common.gypi.thestig@chromium.org2010-08-251-8/+7
| | | | | | | | BUG=52924 TEST=none Review URL: http://codereview.chromium.org/3174026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57263 0039d316-1c4b-4281-b951-d872f2087c98
* Force re-run of tests (thouch build/whitespace_file.txt)rolandsteiner@chromium.org2010-08-231-1/+1
| | | | | | | | | BUG=none TEST=none TBR=dumi git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57046 0039d316-1c4b-4281-b951-d872f2087c98