summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Define V8_REPORT_EXECUTABLE_MEMORY_USAGE on all platforms for all builds. pmehta@chromium.org2010-08-211-0/+1
| | | | | | Review URL: http://codereview.chromium.org/3146031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56960 0039d316-1c4b-4281-b951-d872f2087c98
* Remove -rdynamic from the linux debug build.ajwong@chromium.org2010-08-201-3/+0
| | | | | | | | | | | | | | | Having -rdynamic breaks some plugins since it exports more symbols into the dynamic symbol table than wanted. In particular, this breaks users of ppapi's C++ wrappers. It was added to make StaceTraces resolve to symbols on linux. But now we use the symbolize library from glog so it isn't needed anymore. BUG=52105 TEST=Compiles and StackTrace.* test in base_unittests will work. Review URL: http://codereview.chromium.org/3119033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56924 0039d316-1c4b-4281-b951-d872f2087c98
* Let use_accelerated_compositing be usable for both enabling and disabling ↵thakis@chromium.org2010-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | compositing. With this, Chromium can be built on 10.5 again with the following ~/.gyp/include.gypi: { 'variables': { 'build_ffmpegsumo': 0, 'use_system_ffmpeg': 0, 'disable_nacl': 1, 'enable_svg': 0, 'use_accelerated_compositing': 0, } } Review URL: http://codereview.chromium.org/3173033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56871 0039d316-1c4b-4281-b951-d872f2087c98
* Force re-run of testsrolandsteiner@chromium.org2010-08-201-1/+0
| | | | | | | | | BUG=None TEST=None TBR: johnnyg git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56825 0039d316-1c4b-4281-b951-d872f2087c98
* TBR: dpolukhin,johnnyg,jochenrolandsteiner@chromium.org2010-08-191-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56674 0039d316-1c4b-4281-b951-d872f2087c98
* Enable accelerated 2D canvas at compile time (still protected by a runtime ↵senorblanco@google.com2010-08-181-9/+3
| | | | | | | | | | | flag). This enables compilation on all platforms, but it's only hooked up internally on Win and Linux. BUG=none TEST=if it compiles, you're happy Review URL: http://codereview.chromium.org/3117023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56562 0039d316-1c4b-4281-b951-d872f2087c98
* Add a new target for building all Valgrind tests for Mac OSglider@chromium.org2010-08-181-0/+18
| | | | | | | | | | | | This includes the ui_tests, all the tests previously built by ThreadSanitizer Mac bot (see the 'chromium_builder_dbg_mac_tsan' target) and all the tests previously built by Memcheck Mac bot (see buildbot/master.chromium.memory/master.cfg) Review URL: http://codereview.chromium.org/3135020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56509 0039d316-1c4b-4281-b951-d872f2087c98
* Add copyright, we never know...maruel@chromium.org2010-08-141-0/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56137 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 55766 - Enable -fPIC by default on x64mirandac@chromium.org2010-08-121-1/+12
| | | | | | | | | | | | | | Get rid of linux_fpic gyp variable. BUG=26625 TEST=all linux builds should compile Review URL: http://codereview.chromium.org/3135001 TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/3150006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55836 0039d316-1c4b-4281-b951-d872f2087c98
* Enable -fPIC by default on x64nirnimesh@chromium.org2010-08-111-12/+1
| | | | | | | | | | | Get rid of linux_fpic gyp variable. BUG=26625 TEST=all linux builds should compile Review URL: http://codereview.chromium.org/3135001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55766 0039d316-1c4b-4281-b951-d872f2087c98
* Build accelerated compositor by default on Mac OS X to ensure nokbr@google.com2010-08-111-1/+1
| | | | | | | | | | | compilation regressions in the associated code. BUG=38969 TEST=none Review URL: http://codereview.chromium.org/3012048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55763 0039d316-1c4b-4281-b951-d872f2087c98
* Lands http://codereview.chromium.org/3166002 for bryeung:sky@chromium.org2010-08-101-6/+9
| | | | | | | | | | | | | Chain toolkit_views to touchui. All touchui work is based on toolkit_views. TEST=manually via gclient runhooks BUG=none Review URL: http://codereview.chromium.org/3173001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55613 0039d316-1c4b-4281-b951-d872f2087c98
* linux: pass --as-needed to linkerevan@chromium.org2010-08-061-0/+1
| | | | | | | | | | | | | Gentoo has some nice docs on it here: http://www.gentoo.org/proj/en/qa/asneeded.xml on my Maverick box I couldn't see a difference in the ldd output, but I suppose it can't hurt on older systems. BUG=11595 Review URL: http://codereview.chromium.org/3050043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55302 0039d316-1c4b-4281-b951-d872f2087c98
* linux: pass -Wl,-O1 to the linkerevan@chromium.org2010-08-061-0/+5
| | | | | | | | | | This produced a ~7% startup performance gain in my local tests, with no extra binary size cost(!?). I'll watch the perf bots after commit to verify. Review URL: http://codereview.chromium.org/3093009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55271 0039d316-1c4b-4281-b951-d872f2087c98