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

74 Коммитов

Автор SHA1 Сообщение Дата
torne 99d3623eb0 Don't include TargetConditionals.h when building for android.
Move the include of the Mac TargetConditionals.h file to after we've
checked if we're building for Android. Apparently this file doesn't
exist on all macs used to build android and the rest of android builds
fine without it, so including it there causes the build to fail. It
appears to only be used to test TARGET_OS_IPHONE which will never be
true on android.

BUG=

Review URL: https://codereview.chromium.org/538563002

Cr-Original-Commit-Position: refs/heads/master@{#293495}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: ecb23485e511b4c9eaf6e20ee48c21f216abe523
2014-09-05 10:35:11 +00:00
Gordana.Cmiljanovic@imgtec.com de7afceda2 Adding atomic ops for MIPS64.
This change adds atomic operations for MIPS64.

BUG=400684

Review URL: https://codereview.chromium.org/450343002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@289624 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-08-14 17:14:05 +00:00
sehr@chromium.org ef8b215c4f Gate disabling nacl code on proper gyp flags, etc.
Background: I am currently trying to test NaCl in clank by setting disable_nacl=0 and enable_plugins=1 in gyp.  Some of the code required to get this to work is guarded under overly-specific OS==android and similar constructs.  This first CL enables a coherent build with the flags set to gyp, but does not yet turn the functionality on completely.  A sampling of issues fixed:

1) std:: prefix is more strictly observed on android
2) define NACL_LINUX, etc., is needed for nacl code
3) properly guard flag-setting code

BUG= https://code.google.com/p/nativeclient/issues/detail?id=3032
R=bradnelson@google.com, darin@chromium.org

Review URL: https://codereview.chromium.org/299703016

git-svn-id: http://src.chromium.org/svn/trunk/src/build@274839 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-06-04 15:39:58 +00:00
rmcilroy@chromium.org e5ffb311e2 Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Replace its use with a static_cast.
BUG=354405
NOTRY=true

Review URL: https://codereview.chromium.org/248843004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@266058 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-25 00:08:06 +00:00
mostynb@opera.com afb514f883 disable more stacktrace usage in debug uclibc builds
Here are a couple more instances of OutputToStream / Print that are
no longer available in uClibc builds.

BUG=361130

Review URL: https://codereview.chromium.org/234803002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@264887 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-18 23:40:16 +00:00
erg@chromium.org bcc779d6d0 Remove all uses of toolkit_use_gtk in the gyp files.
BUG=297026
R=ben@chromium.org, brettw@chromium.org

Review URL: https://codereview.chromium.org/238633004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@264609 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-17 19:20:23 +00:00
mostynb@opera.com 47880b62aa define LIBC_GLIBC as 1 for consistency
Most of the other defines in build/build_config.h are set to 1, let's
define LIBC_GLIBC as 1 for consistency.

Review URL: https://codereview.chromium.org/227153008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@262255 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-04-07 23:51:45 +00:00
primiano@chromium.org 47876c91e5 Make ARM64 detection consistent.
Use only __aarch64__ and don't look for __arm64__ at all.
It turns out that clang defines both and GCC only the former.
Hence, looking only for __aarch64__ should be enough.

BUG=354405,358092

Review URL: https://codereview.chromium.org/218663003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@260671 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2014-03-31 22:10:30 +00:00
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