Граф коммитов

305 Коммитов

Автор SHA1 Сообщение Дата
zelidrag@chromium.org 31dfaebca5 Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@:
chrome: create an option for using libcros provided by the system; fix all
includes referring to libcros to not include third_party/

* Headers fix is needed to support using system libcros (installed to /usr/include)

* All includes are "", and therefore a local variant in third_party/cros/ is
always preferred, but system will also get picked up as a secondary target

* Fixed chrome/browser/chromeos/cros/synaptics_library.h comments to better
reflect the header placement

* Added a variable system_libcros defaulting to 0
* Gotten rid of duplicate cros_api.gyp
* Changed both places to either link against cros_api or libcrosapi

TEST=build in the following scenarios:
1) libcros not installed, libcros sources in third_party/, !defined system_libcros
- sucess
2) installed libcros, put #error into /usr/include/cros/chromeos_cros_api.h, repeat 1)
- success
3) BUILD_DEFINES+=system_libcros=1, removed libcros from third_party, repeat 2)
- fail (on #error in chromeos_cros_api.h)
4) Installed clean libcros, repeat 3)
- success

Review URL: http://codereview.chromium.org/3043010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@53288 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-22 01:00:21 +00:00
sky@chromium.org 8c9148ccb3 Lands http://codereview.chromium.org/2944021 for rjkroege:
Defined TOUCH_UI flag to wrap touch-related code

Added a gyp flag touchui that enables a TOUCH_UI cpp define to wrap
forthcoming touch-related code.

BUG=NONE
TEST=Compiled with and without touchui set via include.gypi

Review URL: http://codereview.chromium.org/3026001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@52551 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-15 21:51:43 +00:00
scottbyer@chromium.org 94bf01c739 install-build-deps.sh fixes for Lucid and Chromium OS.
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: http://src.chromium.org/svn/trunk/src/build@51863 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-08 17:51:33 +00:00
thestig@chromium.org 87af459be0 Mac: Enable fastbuild.
BUG=none
TEST=xcode passes -g1 to g++.
TBR=mark
Review URL: http://codereview.chromium.org/2853028

git-svn-id: http://src.chromium.org/svn/trunk/src/build@51597 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-07-03 08:49:24 +00:00
kbr@google.com 505b2f369b Added support to GLEW for dynamically looking up the core WGL entry
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: http://src.chromium.org/svn/trunk/src/build@51277 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-30 18:52:27 +00:00
ben@chromium.org 68e846ae48 Canvas refactoring part 2.
- 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: http://src.chromium.org/svn/trunk/src/build@50664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-23 23:04:23 +00:00
piman@chromium.org 6524f01c9f Enable gpu on all targets
Review URL: http://codereview.chromium.org/2853011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@50519 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-22 20:43:53 +00:00
pkasting@chromium.org 46682ed379 Make right-clicking the omnibox with nothing selected select all (just like 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: http://src.chromium.org/svn/trunk/src/build@50420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-22 02:01:57 +00:00
victorw@chromium.org d360c40a13 -. Add new variables for multi dll build:
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: http://src.chromium.org/svn/trunk/src/build@50362 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-21 18:06:52 +00:00
thomasvl@chromium.org 5738fbef4d [Mac] force -Wextra on for all chromium code. Not bothering with a local 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: http://src.chromium.org/svn/trunk/src/build@50355 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-21 15:19:04 +00:00
thakis@chromium.org 3a7aa84e14 Revert 49982 - patch
TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/2825006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@50002 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-16 18:39:53 +00:00
thakis@chromium.org e7f4ce0d56 patch
git-svn-id: http://src.chromium.org/svn/trunk/src/build@49982 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-16 18:25:37 +00:00
thomasvl@chromium.org 0d57e6c794 Add support for turning on -Wextra on the mac. Doesn't compile that way, 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: http://src.chromium.org/svn/trunk/src/build@49785 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-15 11:51:06 +00:00
hclam@chromium.org 00782d6763 Enable remoting unittests to run on build bots
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: http://src.chromium.org/svn/trunk/src/build@49609 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 23:08:17 +00:00
jam@chromium.org 997861e577 Second try of building a version of base with -fPIC for internal plugin. Credit to bradnelson.
Review URL: http://codereview.chromium.org/2767010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49597 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 21:30:37 +00:00
jam@chromium.org 4f88a8a119 Revert 49503 - Fix build failure from previous change.
Review URL: http://codereview.chromium.org/2796004

TBR=jam@chromium.org
Review URL: http://codereview.chromium.org/2790010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49504 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 05:40:10 +00:00
jam@chromium.org ee0c2fad60 Fix build failure from previous change.
Review URL: http://codereview.chromium.org/2796004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49503 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 05:24:19 +00:00
hclam@chromium.org d9b19402d4 Enable chromoting in the build by default
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: http://src.chromium.org/svn/trunk/src/build@49482 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-11 00:39:00 +00:00
mdm@chromium.org 9bcedc00b3 Reland r49135: Linux: enable compiling GNOME Keyring and KWallet integration. It's still unused.
BUG=12351,25404
TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies

Review URL: http://codereview.chromium.org/2774002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49370 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-10 05:45:01 +00:00
apatrick@chromium.org 57892e2e85 Added EGL based GLContext.
Python script to generate code to dynamically bind to GL functions (native GL, OSMesa, EGL or mock GL for unit tests). This replaces GLEW because GLEW doesn't bind to the GLES dialect of GL.
Moved the mock GL code into app/gfx/gl.
Updated the GPU code and AcceleratedSurface to use the new GL bindings.


TEST=trybots
BUG=none

Review URL: http://codereview.chromium.org/2134006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49332 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-09 22:06:15 +00:00
apatrick@chromium.org 317e30f7d6 Added ANGLE to Windows build.
Also added paths to DirectX SDK to common.gypi because ANGLE requires headers and libraries not part of the Windows Platform SDK.

TEST=trybots
BUG=none

Review URL: http://codereview.chromium.org/2685002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-09 21:31:37 +00:00
sergeyu@chromium.org 2004673f0c Add chromoting option for gyp.
TEST=none
BUG=none

Review URL: http://codereview.chromium.org/2745004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49201 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-08 22:43:45 +00:00
mdm@chromium.org ce51d15cde Revert r49135: Linux: enable compiling GNOME Keyring and KWallet integration. Some of the bots (memory, ARM) didn't get the new package installed yet.
BUG=none
TEST=none

Review URL: http://codereview.chromium.org/2763001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49149 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-08 08:41:01 +00:00
mdm@chromium.org f9af46da9c Linux: enable compiling GNOME Keyring and KWallet integration. It's still unused.
BUG=12351,25404
TEST=GNOME Keyring and KWallet get compiled, but add no new library dependencies

Review URL: http://codereview.chromium.org/2718001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@49135 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-08 01:25:58 +00:00
jam@chromium.org 38c7ebc682 Generate .dSYM bundles for loadable_modules as well.
Review URL: http://codereview.chromium.org/2468002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@48642 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-06-01 18:30:25 +00:00
mbelshe@chromium.org d6c4d13373 Enable warning 4389 as an error on windows builds. This will make
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: http://src.chromium.org/svn/trunk/src/build@48395 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-27 15:38:07 +00:00
rafaelw@chromium.org af4e7829ba Revert "Another dependency the bbot missed!!!"
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: http://src.chromium.org/svn/trunk/src/build@48238 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-26 01:52:40 +00:00
mbelshe@chromium.org b1ac112618 Enable warning 4389 as an error on windows builds. This will make
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: http://src.chromium.org/svn/trunk/src/build@48186 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-25 20:21:16 +00:00
oshima@chromium.org cb96852cb0 Fix bad_alloc linkage error on chromeos valgrind bots. part 1.
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: http://src.chromium.org/svn/trunk/src/build@47351 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-15 01:02:51 +00:00
timurrrr@chromium.org 8ec611b599 Update dynamic annotations and move them to base/third_party
Review URL: http://codereview.chromium.org/1992005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@47252 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-14 08:24:42 +00:00
scherkus@chromium.org 65cf6cf08a Added #ifdef to allow Chromium to enable proprietary codecs.
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: http://src.chromium.org/svn/trunk/src/build@46824 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-10 17:04:48 +00:00
mad@google.com 9106fa8d9a Committing for jeffbailey.
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: http://src.chromium.org/svn/trunk/src/build@46736 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-07 20:41:38 +00:00
timurrrr@chromium.org b835f599e5 Quick fix: explicitly specify /Ob0 to avoid inlining if 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: http://src.chromium.org/svn/trunk/src/build@46682 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-07 13:19:15 +00:00
timurrrr@chromium.org 596b2dd121 Make RuntimeLibrary adjustable for Win/Debug build
TEST=trybot
Review URL: http://codereview.chromium.org/1995004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@46664 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-05-07 07:41:21 +00:00
piman@chromium.org 47f0cf8fcc remove the logic to compute enable_gles since it's broken;
add enable_eglimage

Review URL: http://codereview.chromium.org/1747019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-29 00:18:50 +00:00
tony@chromium.org 09beff9fbf Add a gyp flag for disabling sse2. This makes it easier for
distros to disable sse2.

Review URL: http://codereview.chromium.org/1702009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45777 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-28 02:14:22 +00:00
evan@chromium.org c89adbc3e2 gyp: unify toolkit_views usage
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: http://src.chromium.org/svn/trunk/src/build@45727 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-27 18:31:31 +00:00
evan@chromium.org fb8c5dbc25 Fix the toolkit_views gyp variable define mania.
This makes it so toolkit_views==1 is always true for views builds,
either on Windows or ChromeOS.

Three levels of nesting are needed for this chained conditional:
1) Set the default value of ChromeOS.
2) Depending on ChromeOS value, set the default value of toolkit_views.
3) Depending on toolkit_views value, set the rest of the build variables.

This should have no affect on the build, but will allow subsequent cleanup.

Review URL: http://codereview.chromium.org/1799002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45639 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-26 22:58:17 +00:00
piman@chromium.org f2345dc935 add ENABLE_GLES flag for conditional complilation of GLES
related code

Review URL: http://codereview.chromium.org/1708006
Patch from Wei Jia <wjia@chromium.org>.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45635 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-26 22:33:54 +00:00
evan@chromium.org dfdbc017b7 bsd: refactor XDG bits of linux_util into a shared file.
This allows the shared code to build on the BSDs without
them needing to build _linux files.

Review URL: http://codereview.chromium.org/1701005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45380 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-22 23:28:05 +00:00
willchan@chromium.org 821fb79248 Re-enable TCMalloc on Linux.
BUG=36687

Review URL: http://codereview.chromium.org/1760002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@45219 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-21 19:19:45 +00:00
apatrick@chromium.org 0890d2ac80 New experimental Pepper device API.
- makes device contexts opaque to the plugin
- can get / set multiple attributes and flush with a single call (and underlying IPC message exchange)
- currently works in parallel with old API
- adapted pepper test plugin to use new API if use_new_npdevice_api=1

TEST=trybots, visual confirmation that pepper test plugin works with new API
BUG=none


Review URL: http://codereview.chromium.org/1529005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-16 22:40:37 +00:00
glider@chromium.org 923695881e Add the linux_use_debugallocation flag.
Setting this flag to 1 shall force the use of debugallocation.cc instead of
tcmalloc.cc
The flag is off by default because it still needs testing.

BUG=30715
Review URL: http://codereview.chromium.org/1513043

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44759 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-16 08:04:03 +00:00
fbarchard@chromium.org f181960040 Enable SSE2 compilation for ChromeOS.
In practice the <video> tag needs this for faster YUV conversion/filtering.
BUG=19113
TEST=Test youtube html5 with chromeos (not chromiumos).  It should not crash, and it should be faster.

Review URL: http://codereview.chromium.org/1553035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44740 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-16 02:00:44 +00:00
thestig@chromium.org 3b2e5d7913 POSIX: Implement the fastbuild option.
BUG=none
TEST=Enabling fastbuild -> faster debug build.
Review URL: http://codereview.chromium.org/1558043

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44543 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-14 21:37:40 +00:00
fbarchard@chromium.org ff2d4135d6 Enable MMX for Chrome
BUG=41259,19113
TEST=build code that uses mmx intrinsics.

Review URL: http://codereview.chromium.org/1604030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44325 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-13 04:03:10 +00:00
willchan@chromium.org 822696122c Turn off TCMalloc for Linux to fix plugin crashes.
BUG=38692

Review URL: http://codereview.chromium.org/1617014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@44105 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-09 18:26:27 +00:00
evan@chromium.org ca7411c2ef Solaris: various edits towards compiling Chromium on Solaris. Changed __Solaris__ to __sun. Defined NAME_MAX as MAXNAMLEN for systems where it is undefined.
BUG=30101
TEST=compiles
Patch by James Choi <jchoi42 at pha.jhu.edu>

Review URL: http://codereview.chromium.org/652166

git-svn-id: http://src.chromium.org/svn/trunk/src/build@43297 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-04-01 00:35:15 +00:00
willchan@chromium.org 5a96799c46 Disable executable stack on Linux.
BUG=29824
TEST=
william@penguin:~/src/chromium2/src$ out/Debug/chrome --user-data-dir=/tmp/foo&
[2] 28679
william@penguin:~/src/chromium2/src$ cat /proc/28679/maps | grep stack
7fff3fc4d000-7fff3fc63000 rw-p 00000000 00:00 0                          [stack]
william@penguin:~/src/chromium2/src$ eu-readelf -l out/Debug/chrome | grep STACK GNU_STACK
0x000000 0x0000000000000000 0x0000000000000000 0x000000 0x000000 RW  0x8

eu-readelf shows that the GNU_STACK segment indicates the stack should be RW (no X for execute).
`cat/proc/{pid}/maps | grep stack` shows that the stack mapping is indeed RW (if the dynamic linker encounters a shared library that needs an executable stack, it will globally enable executable stacks.

Review URL: http://codereview.chromium.org/1555002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@43150 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-30 23:53:10 +00:00
evan@chromium.org ffdf4fc949 Flip seccomp sandbox back off, now that we have some perf numbers.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@43140 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-30 22:46:21 +00:00