mark@chromium.org
4a89b696f7
rename some _linux files to _posix and introduce os_bsd
...
The os_bsd variable is only available on FreeBSD and OpenBSD.
Later on others like NetBSD and DragonflyBSD can be added.
This variable was introduced in order to have shorter
conditions in the gyp files.
BUG=
TEST=compile
Patch by Robert Nagy <robert.nagy@gmail.com>
Review URL: http://codereview.chromium.org/8567001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109929 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-14 19:15:25 +00:00
robert.nagy@gmail.com
503abe182b
don't exclude _xdg(_unittest)?\\.(h|cc) on OpenBSD either
...
BUG=
TEST=
Review URL: http://codereview.chromium.org/8558002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109884 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-14 15:18:01 +00:00
saintlou@chromium.org
a148ee937c
IsPureViews() is always true under USE_AURA and TOUCH_UI at compile time (as before).
...
For other configurations it can also be set by a command line option at run-time (also as before).
What changes is that we are removing use_only_pure_views as a separate GYP flag which we no longer really need.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8528014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109571 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-11 03:00:38 +00:00
derat@chromium.org
3fd942adfe
aura: Make the Linux version of IconLoader not require GTK+.
...
This change makes it use webkit_glue::ImageDecoder instead
of gdk-pixbuf and hides various GTK+ theme-related code
behind TOOLKIT_USES_GTK ifdefs. Chrome OS is currently
loading its own icons from resources (see r86936 and
http://crosbug.com/129 ) instead of using IconLoader and
IconManager, so this only removes NOTIMPLEMENTED()s on
non-Chrome-OS Linux Aura builds (along with simplifying the
GTK+ version of the code).
BUG=99494
TEST=manual: download icons are still visible on a gtk+ build
Review URL: http://codereview.chromium.org/8501030
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 23:01:19 +00:00
reed@google.com
4033b09a69
revert 109421
...
Review URL: http://codereview.chromium.org/8462017
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109438 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 16:25:09 +00:00
epoger@chromium.org
ab25313e6f
Re-enable Skia by default for Chromium-Mac. See bug for more details.
...
BUG=101731
Review URL: http://codereview.chromium.org/8520005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109421 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-10 13:32:59 +00:00
thakis@chromium.org
f304a23f9a
Turn on -Wexit-time-destructors for ui and content.
...
I had hoped to just turn this on globally after fixing all instances, but people
add these fairly often. So enable the warning for clean targets incrementally.
BUG=10600
TEST=none
TBR=ben
Review URL: http://codereview.chromium.org/8495043
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109274 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-09 18:46:07 +00:00
vollick@chromium.org
be9160188a
Reenable triggering of screen rotations by sensors.
...
Depends on http://codereview.chromium.org/8395046
BUG=None
TEST=Visiting about:rotate?right, about:rotate?left, etc. should cause the appropriate screen rotations.
Review URL: http://codereview.chromium.org/8402002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@108889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-07 19:26:30 +00:00
dmaclach@chromium.org
47046e2928
Remove prebinding which only applies to 10.4 and powerpc.
...
BUG=None
TEST=Build
Review URL: http://codereview.chromium.org/8386039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@108430 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-03 04:57:49 +00:00
epoger@chromium.org
07fbe97ac1
Revert 108110 - Set use_skia=1 by default
...
Reverted because it was killing pagecycler performance
More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004
TBR=kerz@chromium.org
Review URL: http://codereview.chromium.org/8386008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@108129 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 17:54:24 +00:00
epoger@chromium.org
3d733201bd
Set use_skia=1 by default
...
More background info at http://code.google.com/p/chromium/issues/detail?id=101731 ('re-enable use_skia by default')
BUG=101731
Review URL: http://codereview.chromium.org/8384004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@108110 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-01 15:27:12 +00:00
jknotten@chromium.org
9674f158a0
Allow building without notification support.
...
BUG=None
TEST=Existing
Review URL: http://codereview.chromium.org/8396043
git-svn-id: http://src.chromium.org/svn/trunk/src/build@107708 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-28 10:41:57 +00:00
ben@chromium.org
48f770ab16
Always use skia text rendering on Windows in Aura. GDI rendering is really wonky, and this is a convenient fix.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8400023
git-svn-id: http://src.chromium.org/svn/trunk/src/build@107608 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-27 19:01:00 +00:00
rogerta@chromium.org
47f1493036
Make sure that the builder includes the search app crx in the installer. In
...
a previous CL I added the crx file and the corresponding change to the json
file, but forgot to add the crx file to the gyp files.
BUG=101500
TEST=Make sure the search app appears in new profiles
Review URL: http://codereview.chromium.org/8391011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@107263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:57:06 +00:00
piman@chromium.org
f3ac00e498
Enable accelerated compositing of web pages when using webkit compositor
...
BUG=99517
TEST=http://www.webkit.org/blog/386/3d-transforms/
Review URL: http://codereview.chromium.org/8307001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@107262 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-26 00:54:46 +00:00
steveblock@chromium.org
60d399c536
Add ENABLE_JAVA_BRIDGE
...
This flag allows us to avoid compiling and executing JavaBridge code when the
feature is not required. The flag defaults to off, but is enabled on Android.
BUG=96703
Review URL: http://codereview.chromium.org/8383001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@107010 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 23:16:18 +00:00
robert.nagy@gmail.com
cb91ef8ec3
OpenBSD patches for base and build, part 2
...
base/base.gyp:
- exclude test/test_file_util_linux.cc on OpenBSD because of
missing fdatasync()
base/base.gypi:
- include linux_util.cc on OpenBSD too
- exclude some linux specific files from the OpenBSD build
because the openbsd implementation is different
base/file_util_posix.cc:
- Use file_util::GetTempDir directly to get the shm dir
on !linux
base/sys_info_freebsd.cc:
- return 0 and do a NOTREACHED() in case sysctlbyname() fails
base/sys_info_openbsd.cc:
- cleanup includes
- use arraysize() in the sysctl() call
- implement SysInfo::MaxSharedMemorySize()
build/common.gypi:
- -Wno-deprecated is C++ only flag so move it to cflags_cc
- Do not exclude linux specific files, dirs on OpenBSD since
90% of it is sharable
base/sys_info_linux.cc:
- DCHECK if the read string is empty
- Use base::StringToInt64() to convert the string
to an int64
- DCHECK if the returned int64 is okay for a size_t
- call NOTREACHED() and return 0 if fails
BUG=
TEST=runs on linux?
Review URL: http://codereview.chromium.org/8382001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106984 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-24 22:05:27 +00:00
piman@chromium.org
fc6bee088b
Use WebKit compositor in ui::Layer
...
BUG=99524
TEST=compositor_unittests
Review URL: http://codereview.chromium.org/8222028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106814 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-22 00:32:46 +00:00
rsesek@chromium.org
628da0a423
Gracefully handle child process death in out-of-process plugin loading.
...
This also queues requests to load plugins, based on http://codereview.chromium.org/8243010/ .
BUG=100053
TEST=Install Sonix webcam driver on OS X Lion and try to load a Flash video. It plays.
Review URL: http://codereview.chromium.org/8318028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106738 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-21 17:45:43 +00:00
lipalani@chromium.org
a4c52ad64c
Revert 106606 - Use WebKit compositor in ui::Layer
...
BUG=99524
TEST=compositor_unittests
Review URL: http://codereview.chromium.org/8222028
TBR=piman@chromium.org
Review URL: http://codereview.chromium.org/8360018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106615 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 23:05:52 +00:00
piman@chromium.org
3399f82024
Use WebKit compositor in ui::Layer
...
BUG=99524
TEST=compositor_unittests
Review URL: http://codereview.chromium.org/8222028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106606 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 22:39:45 +00:00
thakis@chromium.org
4250057b73
clang: Enable using a different compiler path for standalone webkit make builds.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8352029
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106595 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 21:52:24 +00:00
jasonwkim@google.com
2f0bf36f7b
Move the definition of disable_nacl% inside a conditional
...
and remove the explicit commingling of target_arch=arm and disable_nacl
in other parts.
The net effect is that NaCl is still disabled on ARM but is more easily
enabled.
R=bradnelson@google.com
BUG=http://code.google.com/p/chromium/issues/detail?id=61695
BUG=http://code.google.com/p/chromium/issues/detail?id=38909
BUG=http://code.google.com/p/nativeclient/issues/detail?id=135
Review URL: http://codereview.chromium.org/8352025
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106527 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-20 18:16:11 +00:00
backer@chromium.org
f88d8c2510
Update name to match define.
...
In previous CL, moved VIEW_GPU_IMAGE_TRANSPORT to UI_COMPOSITOR_IMAGE_TRANSPORT at reviewer request. Forgot to move views_gpu_image_transport to ui_compositor_image_transport.
R=ben@chromium.org
BUG=none
TEST=none (CL is a no-op)
Review URL: http://codereview.chromium.org/8353007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106283 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-19 14:51:33 +00:00
yoshiki@chromium.org
ce6b3656e3
WebUI TaskManager: Turn it on-by-default on Win/Mac/Linux
...
Modified gyp to define WEBUI_TASK_MANAGER=1.
And fixed some tests, because they had failed with WEBUI_TASK_MANAGER=1 on Windows.
BUG=99029
TEST=manual, trybots pass
Review URL: http://codereview.chromium.org/8221018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@106040 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-18 07:05:16 +00:00
thakis@chromium.org
a0b795c78b
roll clang 140930:142072
...
Also add a --run-tests parameter to update.sh
The plugin change is required due to http://lists.cs.uiuc.edu/pipermail/cfe-commits/Week-of-Mon-20111010/047769.html
BUG=none
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/8247005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-15 19:00:30 +00:00
sky@chromium.org
0deda81573
Wires keeping the launcher up to date with the browser. I also needed GetBrowserViewForNativeWindow, so I had to wire up ViewProps for it to work correctly.
...
BUG=97262
TEST=none
R=ben@chromium.org
Review URL: http://codereview.chromium.org/8289022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105677 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-15 18:44:51 +00:00
jknotten@chromium.org
ee35183eeb
Allow speech input feature to be disabled.
...
BUG=None
TEST=Existing
Review URL: http://codereview.chromium.org/8222025
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105463 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-14 05:08:22 +00:00
backer@chromium.org
8cd219917c
Enable accelerated WebKit compositor for Aura.
...
This allows the use of the WebKit compositor for Aura on Linux. It reuses the same display path as TOUCH_UI.
BUG=none
TEST=build GYP_DEFINES="use_aura" on Linux; go to http://www.webkit.org/blog-files/3d-transforms/poster-circle.html
Review URL: http://codereview.chromium.org/8241012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105323 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 17:18:11 +00:00
mark@chromium.org
72bb97f457
OpenBSD and FreeBSD fixes for base.
...
OpenBSD and FreeBSD need -I/usr/local/include for <execinfo.h>.
Use !#/usr/bin/env bash because on !linux it's not located there.
Patch by Robert Nagy <robert@openbsd.org>
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8228005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 04:23:22 +00:00
thakis@chromium.org
b86921bce4
clang: Reenable -Wparentheses on mac.
...
I disabled it 4 months ago in http://codereview.chromium.org/7046048
and forgot to turn it back on.
BUG=none
TEST=none
TBR=hans
Review URL: http://codereview.chromium.org/8253009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105233 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-13 01:36:57 +00:00
phajdan.jr@chromium.org
5fe72dcb0f
Fix build with system yasm.
...
BUG=100078
Review URL: http://codereview.chromium.org/8243012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105149 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-12 20:37:36 +00:00
glider@chromium.org
e5b53336d8
Do not use Chrome plugins with ASan.
...
Review URL: http://codereview.chromium.org/8242011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@105102 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-12 16:55:20 +00:00
dmichael@chromium.org
fe8e5197b0
Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies. Add multi-threading test for PPB_Var.
...
BUG=92909
TEST=None yet
Review URL: http://codereview.chromium.org/8016008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104931 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 18:58:22 +00:00
timurrrr@chromium.org
5a0bef9ab2
Make OmitFramePointer adjustable for Win/Release build.
...
Also, remove the Optimization hard-coded flags that turned out not to be adjustable as well.
TEST=vimdiff against ipc\ipc.vcproj of three different versions:
1) old
2) new (matches "old" except for the addition of OmitFramePointers="true" for Release x64)
3) new with `GYP_DEFINES=win_release_OmitFramePointers=0 win_release_Optimization=2`
BUG=99446,96326
Review URL: http://codereview.chromium.org/8227011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 15:47:33 +00:00
scottbyer@chromium.org
783b6aba24
Smooth scrolling build cleanup.
...
Now that it's compiled into WebKit by default, remove the gyp flag.
BUG=none
TEST=build on Windows or Linux after this CL, turn on the flag, check that scrolling is still animated.
Review URL: http://codereview.chromium.org/8100003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104893 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-11 15:31:39 +00:00
davemoore@chromium.org
befe5970b6
Add gyp rules to exclude _aurax11 and _aurawin files when appropriate
...
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8201015
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104719 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-10 15:42:43 +00:00
jamesr@chromium.org
ac0ce3a318
Add command line switch for enabling threaded compositing
...
This is a patch against the patch in http://codereview.chromium.org/8139020/
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8163008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104623 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-08 01:23:38 +00:00
rkc@chromium.org
f5935e5b86
Implement disable_pie for all executables.
...
On setting disable_pie=1 would only build Chrome with the PIE flag disabled. This helped debugging Chrome but browser_tests, ui_tests and other tests + executables were still built with PIE making remote debugging them not possible.
Now when disable_pie=1 is specified, all executables will be built non-PIE.
R=zelidrag@chromium.org ,thakis@chromium.org
BUG=None.
TEST=Tested with a complete build. Only and all executables are being linked with '-nopie' with disable_pie=1 specified.
Review URL: http://codereview.chromium.org/8207010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104609 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-08 00:00:44 +00:00
ben@chromium.org
1b62dec1b7
Get Chrome to build & link with USE_AURA on Windows again.BUG=noneTEST=none
...
Review URL: http://codereview.chromium.org/8174005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104382 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-06 22:55:28 +00:00
tony@chromium.org
50d26baf55
Move build_dir_prefix up a level of nesting so we don't create
...
a 'variables' configuration in xcode.
BUG=99226
Review URL: http://codereview.chromium.org/8164001
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104321 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-06 18:06:44 +00:00
mattm@chromium.org
8ac3b240aa
Fix build with GYP_DEFINES=use_openssl=1.
...
BUG=none
TEST=build on linux with GYP_DEFINES=use_openssl=1.
Review URL: http://codereview.chromium.org/8159004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104237 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-06 03:30:42 +00:00
davemoore@chromium.org
8654876582
Make use_nss a gyp var so that aura can build w/ nss.
...
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8135024
git-svn-id: http://src.chromium.org/svn/trunk/src/build@104100 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-05 14:34:57 +00:00
gbillock@chromium.org
ad2ff47424
Fix ENABLE_INTENTS to ENABLE_WEB_INTENTS that slipped through the cracks.
...
R=jhawkins@chromium.org
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/8083026
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103972 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-04 20:18:47 +00:00
bradnelson@google.com
ec2340ddba
Revert 102221 - Temporarily turning off stripping for mac builds on the main waterfall to
...
debug intermittent crash seen only there.
BUG=None
TEST=None
R=bradchen@chromium.org
Review URL: http://codereview.chromium.org/7976042
TBR=bradnelson@google.com
Review URL: http://codereview.chromium.org/8136010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103949 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-04 18:36:38 +00:00
hashimoto@chromium.org
c5290091a5
Separate Virtual Keyboard related conditionals from TouchUI
...
Add a gyp variable use_virtual_keyboard
Add a cpp define USE_VIRTUAL_KEYBOARD
Add a grit define use_virtual_keyboard
BUG=chromium-os:10620
TEST=chrome and browser_tests compile successfully with GYP_DEFINES="touchui=1" and GYP_DEFINES="use_virtual_keyboard=1 use_only_pure_views=1". they run with a virtual keyboard with command-line option --views-desktop
Review URL: http://codereview.chromium.org/8051010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103926 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-04 17:03:18 +00:00
mark@chromium.org
05269bbaa8
Disable CLANG_WARN_CXX0X_EXTENSIONS (-Wc++0x-extensions) when building with
...
clang under Xcode 4.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/8116006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103747 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-10-03 18:22:38 +00:00
scottmg@chromium.org
929e4a0089
Mostly automatic incremental link enabling
...
Patch and tool to make turning on incremental linking on Windows easy.
BUG=94837
TEST=No link errors
Review URL: http://codereview.chromium.org/8059024
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103474 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-30 16:37:51 +00:00
vapier@google.com
51fc68dbba
linux: allow builds to override libdir path
...
Not all multilibs install into /usr/lib/, so when building for one which
doesn't, we hit errors where the detected python arch does not match the
detected target arch. Like x86_64/powerpc64/sparc64/etc... which use
/usr/lib64/.
Review URL: http://codereview.chromium.org/8018002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103422 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-30 04:38:43 +00:00
glotov@google.com
8663a7efaf
_pyautolib.so is linked with libasan.a if ASAN is used.
...
BUG=chromium-os:20711
TEST=run autotests under ASAN
Review URL: http://codereview.chromium.org/8065007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@103298 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-29 17:29:03 +00:00