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

459 Коммитов

Автор SHA1 Сообщение Дата
saintlou@chromium.org bd531cf5d3 As per oshima:
The ultimate goal is to eliminate TOOLKIT_USES_GTK. Once that migration is completed, TOOLKIT_VIEWS + OS_LINUX should be enough.

Until this happens, we need a binary that:
1) has both gtk and pure-views
2) can enable pure views components with --use-pure-views when possible (this is default in touchui=1).

If we could switch everything with --use-pure-views, that'd be nice, but the world is not perfect and there are things that cannot co-exist (such as message pump). For such component, we'll use GYP_DEFINES to switch.

1) TOOLKIT_USES_PURE_VIEWS is defined with toolkit_pure_views=1.
2) all (or most of) chrome features must be functional with toolkit_pure_views=1
3) both TOOLKIT_USES_GTK and TOOLKIT_USES_PURE_VIEWS are defined. The latter has higher priority (that is, if implementation can't co-exists, TOOLKIT_USE_PURE_VIEWS will take precedence).
4) As the migration proceeds, there will be less TOOLKIT_USES_GTK and more TOOLKIT_USES_PURE_VIEWS.
5) Once the migration is complete (that is, there is no TOOKIT_USES_GTK), we can remove TOOLKIT_USES_PURE_VIEWS or replace it with OS_LINUX when necessary.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@91164 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-30 18:22:30 +00:00
fta@sofaraway.org 28b5c4e450 Update translations using strings from launchpad.net r255
This includes a new lang: bs (Bosnian).
Patch from Fabien Tassin <fta@sofaraway.org>.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@90652 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-27 21:58:12 +00:00
cevans@chromium.org 682ebd0cb8 Now try and make -pie stick for 32-bit Linux too.
TBR=jeffbailey
Review URL: http://codereview.chromium.org/7240019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@90335 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-24 03:15:13 +00:00
scottbyer@chromium.org d45c9753db Linux/CrOS smooth scrolling support - behind a flag.
Add runtime flag to control smooth scrolling. Add compile time flag handling for a GYP_DEFINE (enable_smooth_scrolling=1).

BUG=575,61140
TEST=compile still works without the flag. Compiling with the flag works once the WebKit change is landed, and then the flag appears in the about:flags page, and actually turns on that WebKit implementation.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@90136 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-23 00:05:39 +00:00
cevans@chromium.org 4bf6efffe0 Trying to make the -pie stick for x64 on the main waterfall...
TBR=jeffbailey
Review URL: http://codereview.chromium.org/7206052

git-svn-id: http://src.chromium.org/svn/trunk/src/build@89945 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-22 00:43:53 +00:00
caryclark@chromium.org 5b793d9598 Add Skia on Chrome for Mac gyp rules
In addition to these rules, to build
the USE_SKIA_ON_MAC_CHROME variation,
define: gyp_defines='use_skia=1'

As is, this does not change any existing
platform, and has no new tests.

BUG=79463
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@89877 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-21 19:20:22 +00:00
fta@sofaraway.org a484ce530f Update translations using strings from launchpad.net r248
Patch from Fabien Tassin <fta@sofaraway.org>.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@89861 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-21 18:10:35 +00:00
wjmaclean@chromium.org c359041f90 Remove COMPOSITOR_2 flag, old compositor code.
BUG=none
TEST=compiles, run manually

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88671 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-10 16:43:27 +00:00
jamesr@chromium.org a8694899b7 set ENABLE_REGISTER_PROTOCOL_HANDLER to 1 so webkit build works
BUG=none
TEST=none
TBR=dglazkov

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88497 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-09 05:17:19 +00:00
thakis@chromium.org d9716610bf clang: Let release builds use -O3, like on gcc.
Now that http://llvm.org/bugs/show_bug.cgi?id=10031 is fixed, this will hopefully
no longer crash clang.

BUG=84815
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88425 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 22:35:54 +00:00
thakis@chromium.org 243bb8c2db Turn on -Wdelete-non-virtual-dtor for chromeos as well.
All of the changes in this CL are to shut up the warning, not because of real problems (I fixed these in separate CLs).
See the bug for a disussion of this change.

BUG=84424
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88385 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 20:33:32 +00:00
jam@chromium.org f1b99ada66 Revert stubs that were added in r88040. We need proper interfaces around features that need to be compiled out, instead of adding stubs.
Review URL: http://codereview.chromium.org/7046052

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88374 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 19:06:55 +00:00
thakis@chromium.org 14b806ae61 Roll clang 131950:132735
Notable changes in the range:
* r132735 (hopefully) fixes a bug introduced in r131951 that made
  gold 1.10 crash with
     /usr/bin/ld: internal error in set_offset, at output.cc:4030
* r132535 fixes the crash at -O3 on mac
* r132565 adds a warning for "x + y ? a : b" to -Wparentheses

BUG=85289,84424
TEST=none
TBR=evan

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88344 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 16:40:06 +00:00
thakis@chromium.org db9b046b6a clang: Uncomment new warning flag.
BUG=85289
TEST=none
TBR=evan

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88279 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 04:14:29 +00:00
thakis@chromium.org a81bc4587d roll clang 131935:132017
clang recently added a warning that warns when invoking 'delete' on a polymorphic non-final class without a virtual destructor. This finds real bugs – see the bug referenced below for a few examples.

However, one common pattern where it fires is this case:

class SomeInterface {
public:
virtual void interfaceMethod() {} // or = 0;
protected:
~SomeInterface() {}
}

class WorkerClass : public SomeInterface {
public:
// many non-virtual functions, but also:
virtual void interfaceMethod() override { /* do actual work */ }
};

void f() {
scoped_ptr<WorkerClass> c(new WorkerClass); // simplified example
}

(See the 2nd half of http://www.gotw.ca/publications/mill18.htm for an explanation of this pattern.)

It is arguably correct to fire the warning here, since someone might make a subclass of WorkerClass and replace |new WorkerClass| with |new WorkerClassSubclass|. This would be broken since WorkerClass doesn't have a virtual destructor.

The solution that the clang folks recommend is to mark WorkerClass as |final| (a c++0x keyword that clang supports as an extension in normal c++ mode – like override). But chrome's base/OWNERS deemed that as too complicated and we decided to make virtual the destructors of leaf classes that implement these interfaces and that are deleted dynamically. All of the changes in this CL are to shut up the warning, not because of real problems (I fixed these in separate CLs).

(For the gtk files, this is necessary because the CHROMEGTK_CALLBACK_ macros add virtual functions.)

BUG=84424
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88270 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 02:20:21 +00:00
koz@chromium.org 898ceee92e Disable RegisterProtocolHandler on Linux.
The OS-level registration isn't implemented on Linux, and so every time the
browser starts it will act as though another program has been registered to
handle the protocols it knows about and deregister them all internally.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-08 00:14:49 +00:00
satish@chromium.org 34fe3a39a4 Adds a GYP flag for desktop notifications (enabled by default) and stub out relevant code if set to 0.
In chrome/browser/task_manager I moved notifications related code to their own files and allow exclusion and stubbing via GYP. Similarly I have added stubs for other parts including a chrome/browser/notifications/notification_stubs.cc which takes care of classes within that directory.

I also created some static methods in DesktopNotificationService to wrap commonly used notification related code so that we reduce the amount of stubs required.

BUG=none
TEST=existing notification tests succeed

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@88040 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-06 21:24:02 +00:00
piman@chromium.org b698f6a705 Only pass -Wl,--icf=safe to the target compiler, not the host one.
BUG=none
TEST=run gyp, check -Wl,--icf=safe is added to *.target.mk but not to *.host.mk


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-03 20:05:46 +00:00
jknotten@chromium.org ab350838f3 Allow device policy code to be optionally included.
BUG=None
TEST=Existing


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87468 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-06-01 13:56:25 +00:00
tony@chromium.org f1f985388f Update translations using strings from launchpad.net r228
This includes a new lang: Armenian (hy)

Patch from Fabien Tassin <fta@sofaraway.org>.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87376 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-31 22:11:29 +00:00
thakis@chromium.org dbad736a51 mac: Fix a nesting bug in http://crrev.com/87141
BUG=none
TEST=none
TBR=mark

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87148 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-28 02:49:48 +00:00
thakis@chromium.org 0a44544232 mac: Use -O2 for clang release builds for now.
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@87141 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-28 02:13:46 +00:00
nirnimesh@chromium.org ca0c321360 Switch to python2.6 as the default for pyauto on linux
BUG=81621

R=cmp@chromium.org
TEST=

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86732

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86985 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-27 06:54:51 +00:00
koz@chromium.org 41ad2bcf70 Turn on navigator.registerProtocolHandler().
R=tony

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86944 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-27 01:30:47 +00:00
koz@chromium.org d2f4484f67 Handler settings page.
This change implements a settings page that allows users to manage protocol
handlers registered via navigator.registerProtocolHandler.

tony: could you review the ProtocolHandlerRegistry stuff?
estade: could you review the webui stuff?

Thanks!

TEST=Unit tests provided.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86762 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-26 01:30:56 +00:00
nirnimesh@google.com c0403fa4c8 Revert 86732 - Switch to python2.6 as the default for pyauto on linux
BUG=81621

R=cmp@chromium.org
TEST=

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

TBR=nirnimesh@google.com
Review URL: http://codereview.chromium.org/6987034

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86739 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-25 23:32:49 +00:00
nirnimesh@google.com f5fd98b3dd Switch to python2.6 as the default for pyauto on linux
BUG=81621

R=cmp@chromium.org
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86732 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-25 23:02:25 +00:00
sky@chromium.org b2541d3a62 Prototype compositor to render views to a texture using d3d 10. This
is just a prototype for us to play with. There are plenty of issues to
resolve before its made real, but I wanted to check something in for
others to play with rather than keeping it all local. To get it to
compile you need to set the GYP_DEFINE to views_compositor.

BUG=none
TEST=none
R=ben@chromium.org,apatrick@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86516 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-24 23:08:58 +00:00
hashimoto@chromium.org f7f56fea4a Fix to make InputMethodIBus usable on every ChromeOS device (even without TouchUI)
Add switch "--enable-inputmethod-ibus" to enable InputMethodIBus on ChromeOS
Modify gyp files to link IBus

BUG=chromium-os:15566
TEST=manually

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86390 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-24 02:36:05 +00:00
fta@sofaraway.org a094e579e9 Update translations using strings from launchpad.net r216
Patch from Fabien Tassin <fta@sofaraway.org>.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86138 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-20 20:26:27 +00:00
evan@chromium.org 7e7085afc4 Remove more library=shared_library pieces.
Leave in the definition of the 'library' variable until we're
certain all users are fixed, but otherwise hardcode it to
static_library.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86026 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-20 00:53:50 +00:00
evan@chromium.org 6009dfe782 Globally replace <(library) with static_library
We provided <(library) as a variable to support a peculiar
build configuration on Linux.  We no longer support that build
configuration, so we can simplify this code to no longer use
a variable.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@86004 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-19 23:18:53 +00:00
evan@chromium.org b9d70721f1 Remove os_nix from gyp variables.
This is extra complexity we don't need.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85776 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-18 17:25:37 +00:00
mdm@chromium.org 8f88a52e75 Linux: add gyp rules for gio library and gsettings link mode.
These will be used to add support for proxy settings in gsettings.
Note that no new dependencies are added in the default configuration.
BUG=80453

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85524 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-16 20:04:35 +00:00
evan@chromium.org 88ad421c00 Simplify the disable_pie logic.
Since we only use the variable in one place, move its definition
into that one place.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85162 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-12 19:07:20 +00:00
mark@chromium.org 3b45b2e755 The gyp files don't have a way to refer to POSIX-like OS's as a group, so I defined os_posix, toolkit_gtk, and use_x11 in common.gypi to handle them. I used something similar when porting Chromium 10 and 11 to OpenBSD and Solaris, plus a version of this patch has been tested on FreeBSD.
Chromium has also been built on other BSDs, so rather than adding each Unix to every gyp file individually every time another port is added, these broad defines can be used instead and modified with specific logic only where necessary.

I included a few modified gyp files so the usage can be seen.  I also added sunos5 to some grd/html files and set the default host_arch on i86pc solaris to ia32.

BUG=0
TEST={}

Patch by ruben <chromium@hybridsource.org>.
Review URL: http://codereview.chromium.org/6965007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@85154 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-12 18:18:34 +00:00
rkc@chromium.org a9c269dbb8 Temporarily add a disable_pie GYP flag
Add a flag that will disable building Chrome as a Position Independent Executable.

R=zelidrag@chromium.org,raymes@chromium.org
BUG=chromium-os:15161
TEST=Tested building with and without the flag; with the flag, symbols appear correctly in the remote session.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84892 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-10 23:39:52 +00:00
timurrrr@chromium.org 631c21e59d Reland r84802 with a fix - Disable ICF for Valgrind/ThreadSanitizer Release builds
With ICF the linker merges identical functions into one block of assembly,
which leads to
a) wrong symbols for some functions - which is debugger/Valgrind-unfriendly
b) all ThreadSanitizer annotations end up being one function which makes TSan crazy.

Since we run release code (with -O1 -g) on Valgrind bots,
we have to disable ICF if release_valgrind_build!=0.

BUG=82114
TEST=linux_tsan trybot goes green
TEST=`gclient runhooks` with and w/o GYP_DEFINES="release_valgrind_build=1"
     and `grep "\-\-icf" base/base.target.mk`
Review URL: http://codereview.chromium.org/7004005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84833 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-10 19:49:12 +00:00
bradnelson@google.com c3d7f4857a Revert 84802 - Disable ICF for Valgrind/ThreadSanitizer Release builds
With ICF the linker merges identical functions into one block of assembly,
which leads to
a) wrong symbols for some functions - which is debugger/Valgrind-unfriendly
b) all ThreadSanitizer annotations end up being one function which makes TSan crazy.

Since we run release code (with -O1 -g) on Valgrind bots,
we have to disable ICF if release_valgrind_build!=0.

BUG=82114
TEST=linux_tsan trybot goes green
Review URL: http://codereview.chromium.org/6991009

TBR=timurrrr@chromium.org
Review URL: http://codereview.chromium.org/6995026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84804 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-10 17:34:03 +00:00
timurrrr@chromium.org d8e2a091c3 Disable ICF for Valgrind/ThreadSanitizer Release builds
With ICF the linker merges identical functions into one block of assembly,
which leads to
a) wrong symbols for some functions - which is debugger/Valgrind-unfriendly
b) all ThreadSanitizer annotations end up being one function which makes TSan crazy.

Since we run release code (with -O1 -g) on Valgrind bots,
we have to disable ICF if release_valgrind_build!=0.

BUG=82114
TEST=linux_tsan trybot goes green
Review URL: http://codereview.chromium.org/6991009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84802 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-10 17:28:04 +00:00
evan@chromium.org e45ec793cd linux: enable safe identical code folding for release builds
This shaves 2.5mb (~5%) off the binary, at the cost of ~1 second
(~25%) of linking.  In debug builds, the 25% time cost is much
larger so we only enable this for Release mode.

BUG=76280

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84088 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-04 18:11:52 +00:00
thakis@chromium.org 5db427e01a Mac: Explicitly disable -fstrict-aliasing.
Mark says: "When GCC_STRICT_ALIASING is YES, Xcode adds -fstrict-aliasing to the compiler command line. When it’s NO, it doesn’t add anything (not even -fno-strict-aliasing). Xcode doesn’t know that -fstrict-aliasing is on at our selected optimization level."

So add this directly to OTHER_CLFAGS.

BUG=32204
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@84064 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-04 15:33:19 +00:00
maruel@chromium.org 48a5f1ec2e Increase warning level to 4 on Visual Studio
This requires disabling most /W4 warnings so the patch doesn't get too large.
I still fixed a few bugs so I didn't have to disable some more serious warnings. Most of these warnings are already enabled on gcc so it's mostly windows-specific code that is affected.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83840 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-03 02:04:11 +00:00
raymes@chromium.org d62d15434d See http://codereview.chromium.org/6903045/. Same CL but to ToT.
Review URL: http://codereview.chromium.org/6901074

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83744 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-05-02 18:26:08 +00:00
rvargas@google.com e9f1538d27 Reland 83186: Enable building base.dll for the multi-dll build.
BUG=76996
TEST=none

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

TBR=rvargas@google.com
Review URL: http://codereview.chromium.org/6902117

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83369 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-28 18:51:48 +00:00
penghuang@chromium.org 37c754d4d3 Remove ibus checking script from views.gyp and add use_ibus=1 option
BUG=chromium:80700
TEST=Test it on Linux desktop


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83232 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-27 22:30:23 +00:00
rvargas@google.com c7ca0e0a70 Revert 83186 - Enable building base.dll for the multi-dll build.
BUG=76996
TEST=none

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


TBR=rvargas@google.com
Review URL: http://codereview.chromium.org/6883197

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83194 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-27 19:58:57 +00:00
rvargas@google.com f96c1f9de7 Enable building base.dll for the multi-dll build.
BUG=76996
TEST=none
Review URL: http://codereview.chromium.org/6883173

git-svn-id: http://src.chromium.org/svn/trunk/src/build@83186 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-27 19:04:27 +00:00
satish@chromium.org 672a1e65ac Wrap the p2p transport API in a compile time flag.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@82295 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-20 15:49:51 +00:00
zelidrag@chromium.org ed313698ab Made full tab file browser to open automatically when a new disk device is properly mounted.
BUG=chromium-os:14215
TEST=plug in SD card or USB key, observe file browser opens and navigates to that new device
Review URL: http://codereview.chromium.org/6865033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@81881 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2011-04-16 20:48:51 +00:00