rmcilroy@chromium.org
e1f50e9a4d
Enable Arm64 target arch in gyp build config
...
Initial support to get us started. There is a lot more work to do before we can compile for arm64.
BUG=354405
Review URL: https://codereview.chromium.org/199583008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@258363 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-20 18:35:49 +00:00
sadrul@chromium.org
514fa9352b
gtk: Make sure TOOLKIT_GTK is defined correctly when not using aura on all x11 platforms.
...
BUG=342338
R=erg@chromium.org
Review URL: https://codereview.chromium.org/176003002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@252952 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-24 18:49:14 +00:00
ctruta@blackberry.com
206a128a8f
Add support for threading and atomic ops in QNX Neutrino.
...
BUG=
Patch by:
Eli Fidler <efidler@blackberry.com>,
Jeff Rogers <jrogers@blackberry.com>,
Cosmin Truta <ctruta@blackberry.com>.
Review URL: https://codereview.chromium.org/156233002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@249390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-06 12:27:37 +00:00
sdefresne@chromium.org
b644ea22a2
Fix compilation of base for arm64
...
Add support for the architecture to build/build_config.h (define
new macro ARCH_CPU_ARM64 to identify the CPU architecture and
set the other appropriate macros to 1).
Fix DEBUG_BREAK_ASM() macro to expand to the correct instruction
on arm64 cpu (as instruction set is not compatible with previous
version of ARM instruction sets).
BUG=339477
R=mark@chromium.org
Review URL: https://codereview.chromium.org/145273028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@249246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-02-06 02:51:01 +00:00
jln@chromium.org
a48e49c1d8
Revert of https://chromiumcodereview.appspot.com/103293003/
...
Reason for revert: http://goo.gl/3ufXOJ
TBR=rsesek@chromium.org ,willchan@chromium.org,darin@chromium.org
NOTREECHECKS=true
NOTRY=true
Review URL: https://codereview.chromium.org/108013002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@239153 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-06 08:56:45 +00:00
rlarocque@chromium.org
896c00fbbf
Revert 239102 "Move build/build_config_functions.h to sandbox/"
...
> Move build/build_config_functions.h to sandbox/
>
> There is not much support for build/build_config_functions.h,
> as highlighted in http://goo.gl/3ufXOJ . Move it away.
>
> R=jww@chromium.org
>
> Review URL: https://codereview.chromium.org/106163008
TBR=jln@chromium.org
Review URL: https://codereview.chromium.org/107643002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@239105 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-06 02:09:11 +00:00
jln@chromium.org
07d2f3584b
Move build/build_config_functions.h to sandbox/
...
There is not much support for build/build_config_functions.h,
as highlighted in http://goo.gl/3ufXOJ . Move it away.
R=jww@chromium.org
Review URL: https://codereview.chromium.org/106163008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@239102 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-06 01:58:24 +00:00
jln@chromium.org
37b042c9f1
Add build_config_functions.h to avoid #ifdef
...
An "#ifdef" statement is more confusing than using C++ syntax and
"if (XXX)". They should be used only when strictly necessary (i.e. when
code cannot compile).
For the cases where #ifdef are not strictly necessary, these new helpers can
be used.
Thanks to compiler optimization, the final compiled code will be the
same when these helpers are used instead of #ifdef.
R=rsesek@chromium.org
Review URL: https://codereview.chromium.org/103293003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@239079 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-06 00:05:39 +00:00
sergeyu@chromium.org
76e750cd9d
Define ARCH_CPU_LITTLE_ENDIAN for PNaCl
...
PNaCl bytecode is little-endian, but build_config.h didn't define
ARCH_CPU_LITTLE_ENDIAN.
BUG=276739
R=sehr@chromium.org
Review URL: https://codereview.chromium.org/69763004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@238276 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-12-03 02:33:06 +00:00
sadrul@chromium.org
f98c08d8ac
aura: Allow creating content_shell without views.
...
This builds content_shell with use_aura=1 and toolkit_views=0.
BUG=none
R=derat@chromium.org , jamescook@chromium.org , jochen@chromium.org
Previously, on this issue:
* Landed in r229507
* Speculatively reverted in r229521.
* Relanded in r229524, since the revert didn't fix anything.
* Reverted in r229525 because it broken win-blink bots.
* Committed again in r229671 with an incorrect fix.
* Reverted in r229683
Review URL: https://codereview.chromium.org/26695007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229704 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 19:10:30 +00:00
pfeldman@chromium.org
263f112f5d
Revert r229671 "aura: Allow creating content_shell without views."
...
http://build.chromium.org/p/chromium.webkit/builders/WebKit%20Win%20Builder%20%28deps%29/builds/74852/steps/compile/logs/stdio
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229683 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 06:49:12 +00:00
sadrul@chromium.org
5b3b753dae
aura: Allow creating content_shell without views.
...
This builds content_shell with use_aura=1 and toolkit_views=0.
BUG=none
R=derat@chromium.org , jamescook@chromium.org , jochen@chromium.org
Previously, on this issue:
* Landed in r229507
* Speculatively reverted in r229521.
* Relanded in r229524, since the revert didn't fix anything.
* Reverted in r229525 because it broken win-blink bots.
Review URL: https://codereview.chromium.org/26695007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229671 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-20 06:08:16 +00:00
pfeldman@chromium.org
a6f0a4010b
Revert 229524 "Revert 229521 "Revert 229507 "aura: Allow creating content_shell...""
...
Breaks blink waterfall due to TOOLKIT_VIEWS not defined there.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 07:06:42 +00:00
thakis@chromium.org
27e783d9f0
Revert 229521 "Revert 229507 "aura: Allow creating content_shell..."
...
Revert didn't help, so reland the change.
> Revert 229507 "aura: Allow creating content_shell without views."
>
> Speculative. All windows bots on the main waterfall except for the clobber
> builder started timing out during compile during a window that had only this
> change and two test-only changes in the range.
>
> > aura: Allow creating content_shell without views.
> >
> > This builds content_shell with use_aura=1 and toolkit_views=0.
> >
> > BUG=none
> > R=derat@chromium.org , jamescook@chromium.org , jochen@chromium.org
> >
> > Review URL: https://codereview.chromium.org/26695007
>
> TBR=sadrul@chromium.org
>
> Review URL: https://codereview.chromium.org/30413002
TBR=thakis@chromium.org
Review URL: https://codereview.chromium.org/27993005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229524 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 06:47:47 +00:00
thakis@chromium.org
d664e14b37
Revert 229507 "aura: Allow creating content_shell without views."
...
Speculative. All windows bots on the main waterfall except for the clobber
builder started timing out during compile during a window that had only this
change and two test-only changes in the range.
> aura: Allow creating content_shell without views.
>
> This builds content_shell with use_aura=1 and toolkit_views=0.
>
> BUG=none
> R=derat@chromium.org , jamescook@chromium.org , jochen@chromium.org
>
> Review URL: https://codereview.chromium.org/26695007
TBR=sadrul@chromium.org
Review URL: https://codereview.chromium.org/30413002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229521 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 05:27:55 +00:00
sadrul@chromium.org
15c6b5adf8
aura: Allow creating content_shell without views.
...
This builds content_shell with use_aura=1 and toolkit_views=0.
BUG=none
R=derat@chromium.org , jamescook@chromium.org , jochen@chromium.org
Review URL: https://codereview.chromium.org/26695007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@229507 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-10-19 02:04:29 +00:00
mostynb@opera.com
d7e705c19b
add a macro that really identifies glibc
...
uClibc pretends to be glibc, so just checking for __GLIBC__ doesn't always
work. Rather than check for defined(__GLIBC__) && !defined(__UCLIBC__) in
multiple places, do it once and define LIBC_GLIBC if we're certain that we're
really using glibc.
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/15405003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@201761 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-23 12:00:10 +00:00
bulach@chromium.org
d5ad8e0c31
Adds TCMalloc support for Android.
...
This is part of the effort to bring TCMalloc to android.
The first goal is to get instrumentation to facilitate
integration with DMP and memory profiling.
This is not yet intended for full production usage as the
default allocator.
BUG=162208
Review URL: https://chromiumcodereview.appspot.com/14321006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@201524 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-22 15:17:03 +00:00
davemoore@chromium.org
98f587f0f3
Change MessagePumpLinux to MessagePumpOzone
...
BUG=178543
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/14624010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@198244 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-03 23:39:54 +00:00
davemoore@chromium.org
52fde023ab
Rationalize linux vs x11 in ui
...
BUG=236170
TEST=None
R=ben@chromium.org
Review URL: https://codereview.chromium.org/13985039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@197087 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-29 18:13:12 +00:00
rjkroege@chromium.org
fa3d4d6cbe
Add a message pump for ChromeOS Embedded.
...
A message pump implementation for embedded ChromeOS.
BUG=180666
Review URL: https://chromiumcodereview.appspot.com/12546010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@192703 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-06 04:51:21 +00:00
torne@chromium.org
ce5ef5afb0
Reorder platforms in build_config to fix Android on Mac.
...
The Android port relies on the global define ANDROID to identify that
we are crosscompiling for Android, but __APPLE__ was being checked first
in build_config.h, and so builds on a Mac sometimes ended up with the
wrong OS_* macro defined. Reorder the list so that ANDROID is tested
first, as it will only be set manually when crosscompiling (__APPLE__ is
set internally by the compiler).
BUG=
Review URL: https://chromiumcodereview.appspot.com/13541003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@192303 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-04 11:51:27 +00:00
derat@chromium.org
098b6478ab
chromeos: Remove CROS_FONTS_USING_BCI.
...
This was a #define that was added when we were deciding
whether we should use the bytecode interpreter or FreeType's
autohinter when rendering UI text on Chrome OS. The text
had different heights depending on which setting was used,
so a bunch of constants were special-cased when BCI was
enabled. We've been using the autohinter for a long time,
and we'll need to update lots of newer code if we decide to
switch to BCI someday.
BUG=none
TEST=UI text looks the same as before
TBR=tony@chromium.org ,davemoore@chromium.org,zork@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10828336
git-svn-id: http://src.chromium.org/svn/trunk/src/build@151928 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-08-16 18:47:56 +00:00
bbudge@chromium.org
c5a0211145
Fix build for native client to roll DEPS.
...
BUG=none
TEST=compiles in NaCl repo
Review URL: https://chromiumcodereview.appspot.com/10696117
git-svn-id: http://src.chromium.org/svn/trunk/src/build@145462 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-04 15:23:39 +00:00
stuartmorgan@chromium.org
f2e7c9bf63
Fix OS_IOS definition
...
TARGET_OS_IOS is always defined, either to 1 or 0, so defined() isn't the right check.
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10697053
git-svn-id: http://src.chromium.org/svn/trunk/src/build@145148 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-07-02 15:28:13 +00:00
stuartmorgan@chromium.org
fc94f68b89
Add iOS support to common.gypi
...
There are basically three categories of changes here:
1) Most OS==mac becomes OS==mac or OS==ios
2) Some Xcode-related settings move into OS==mac blocks since Xcode is no longer Mac-only
3) Addition of iOS-specific settings (SDK, compile flags, etc)
BUG=None
TEST=None
Review URL: https://chromiumcodereview.appspot.com/10704039
git-svn-id: http://src.chromium.org/svn/trunk/src/build@145008 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-29 22:12:20 +00:00
petarj@mips.com
dccf3dbdf8
[MIPS] Adding atomic ops for MIPS architecture.
...
Initial commit for atomic operations on MIPS architecture.
BUG=https://code.google.com/p/chromium/issues/detail?id=130022
TEST=make chrome
Review URL: https://chromiumcodereview.appspot.com/10448043
git-svn-id: http://src.chromium.org/svn/trunk/src/build@142663 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-18 02:47:05 +00:00
evan@chromium.org
33a5af6e69
linux: don't define NO_HEAPCHECKER for every file
...
Rather than globally defining NO_HEAPCHECKER and then checking
that in build_config.h, let builds that opt in to heap checking
directly set USE_HEAPCHECKER.
Result should be equivalent builds but less stuff in the build
files.
Review URL: http://codereview.chromium.org/9146022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@118823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-01-24 12:26:40 +00:00
robert.nagy@gmail.com
39ff90bf1a
define OS_BSD on *BSD and replace the ifdefs to use that
...
BUG=
TEST=compile
Review URL: http://codereview.chromium.org/8564020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@109986 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-11-15 00:06:16 +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
davemoore@chromium.org
8b69126dac
These are the changes necessary for views to be able to build w/ use_aura implying no gtk.
...
BUG=97131
TEST=views_unittests
Review URL: http://codereview.chromium.org/7996008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@102335 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-22 19:39:52 +00:00
sadrul@chromium.org
f3bba76ca4
aura: Make GTK a dependency again for chrome/aura etc. to make things buildable.
...
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/7978016
git-svn-id: http://src.chromium.org/svn/trunk/src/build@102078 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-21 03:01:09 +00:00
sadrul@chromium.org
ef323b60a0
Reland 102005 and 102009: aura: Explicitly disable GTK.
...
Explicitly disable GTK by setting TOOLKIT_USES_GTK. This is the first in a
series of changes required to have chrome on aura build and link without GTK.
This CL makes base/ build without GTK. Subsequent CLs will do this for other
components.
TBR=evan@chromium.org
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/7983022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@102058 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-21 00:17:19 +00:00
sky@chromium.org
39c9343ddc
Revert 102005 - aura: Explicitly disable GTK.
...
Explicitly disable GTK by setting TOOLKIT_USES_GTK. This is the first in a series of changes required to have chrome on aura build and link without GTK. This CL makes base/ build without GTK. Subsequent CLs will do this for other components.
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/7904034
TBR=sadrul@chromium.org
Review URL: http://codereview.chromium.org/7978007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@102015 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-20 20:56:51 +00:00
sadrul@chromium.org
be2c499b31
aura: Explicitly disable GTK.
...
Explicitly disable GTK by setting TOOLKIT_USES_GTK. This is the first in a series of changes required to have chrome on aura build and link without GTK. This CL makes base/ build without GTK. Subsequent CLs will do this for other components.
BUG=97131
TEST=none
Review URL: http://codereview.chromium.org/7904034
git-svn-id: http://src.chromium.org/svn/trunk/src/build@102005 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-09-20 20:29:52 +00:00
sehr@google.com
777a44b736
Allow __pnacl__ target to build code included from Chrome.
...
Committing for pdox@google.com .
BUG=none
TEST=trybots
Review URL: http://codereview.chromium.org/7744034
git-svn-id: http://src.chromium.org/svn/trunk/src/build@98461 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-26 19:03:20 +00:00
tony@chromium.org
87e1efc7a5
Remove USE_BASE_DATA_PACK from build_config.h since it's only
...
used in one file. Inline the usage instead.
Review URL: http://codereview.chromium.org/7538030
git-svn-id: http://src.chromium.org/svn/trunk/src/build@95123 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-08-02 18:53:53 +00:00
michaelbai@google.com
e729f35f20
Upstream android string implementation etc.
...
BUG=
TEST=
Review URL: http://codereview.chromium.org/7238018
git-svn-id: http://src.chromium.org/svn/trunk/src/build@90616 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-27 19:13:10 +00:00
hclam@chromium.org
a081405db0
Implement AES-CTR for NSS.
...
Implement AES-128-CTR.
BUG=87152
TEST=None
Review URL: http://codereview.chromium.org/7056026
git-svn-id: http://src.chromium.org/svn/trunk/src/build@90425 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-24 20:46:06 +00:00
nkostylev@chromium.org
78304238cc
[cros] Adjust default font sizes for new hand hinted fonts.
...
BUG=chromium-os:8658
TEST=Manual.
Review URL: http://codereview.chromium.org/5180002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@66999 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-22 20:57:18 +00:00
abarth@chromium.org
a01fae473b
Bring up IPC in NaCl.
...
This patch gets a bunch of the IPC and Base libraries compiling (but not
linking) in NaCl. There's obviously a bunch more work to do, but this patch is
a starting point.
Original patch by Eric Seidel.
Review URL: http://codereview.chromium.org/4812002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@65920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-11-12 08:37:08 +00:00
joth@chromium.org
267b821acb
Make USE_OPENSSL and USE_NSS mutually exclusive
...
- that is, defining use_openssl=1 will now remove all dependency on NSS.
This does not impact any of the standard, non-openssl builds.
Adds stub implementations of several files that need to be fully implemented in follow up patchs.
Firefox import code will need some more substatial refactoring, as it makes little sense to be
attempting a firefox import without NSS libraries to hand, however the UI etc has numerous assumption
about the presence of this importer.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/3855004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@63506 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-10-22 13:12:34 +00:00
thestig@chromium.org
7c8ccb9abc
Don't define USE_HEAPCHECKER on Windows.
...
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3815007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@62780 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-10-15 20:15:04 +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
glider@chromium.org
52585778e0
Add the linux_use_heapchecker GYP variable that should turn the tcmalloc heap
...
lleak checker on and off.
Review URL: http://codereview.chromium.org/1334002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@42740 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-03-26 09:41:22 +00:00
thestig@chromium.org
ff1b7d16a1
Merge the LINUX_TC_MALLOC #define with the existing TC_MALLOC #define.
...
BUG=36687
TEST=about:tcmalloc, etc, works when tcmalloc is enabled on Linux.
Review URL: http://codereview.chromium.org/660118
git-svn-id: http://src.chromium.org/svn/trunk/src/build@40080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-26 00:31:08 +00:00
evan@chromium.org
d442d562e1
Solaris: Second set adding in Solaris as an OS option
...
TEST=compiles
BUG=30101
Patch by James Choi <jchoi42@pha.jhu.edu>.
Review URL: http://codereview.chromium.org/606075
git-svn-id: http://src.chromium.org/svn/trunk/src/build@39362 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-02-18 16:11:37 +00:00
wtc@chromium.org
1bcb873f4f
Use the USE_NSS macro to help porting to FreeBSD, OpenBSD, etc.
...
Fix cpplint nits.
R=evan,pvalchev
BUG=none
TEST=No compilation errors.
Review URL: http://codereview.chromium.org/558008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@37358 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2010-01-28 00:32:10 +00:00
evan@chromium.org
24fb92782e
bsds: views/ and webkit/ support for FreeBSD/OpenBSD
...
- add a TOOLKIT_USES_GTK #define to catch GTK and Views+GTK
- lots of ifdef twiddling
Review URL: http://codereview.chromium.org/519030
git-svn-id: http://src.chromium.org/svn/trunk/src/build@35402 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-31 01:03:52 +00:00
benl@chromium.org
6199ed3877
OpenBSD defines.
...
git-svn-id: http://src.chromium.org/svn/trunk/src/build@34829 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2009-12-17 14:49:39 +00:00