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

2393 Коммитов

Автор SHA1 Сообщение Дата
wangxianzhu@chromium.org ff12ec33c2 Enable ui_unittests in Android build
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130188 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-02 20:09:43 +00:00
joi@chromium.org 7db4a827c9 Pick up and adjust to version of grit where default is no resource_ids file.
BUG=none

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129619

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129818

Review URL: https://chromiumcodereview.appspot.com/9875019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130115 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-02 10:21:01 +00:00
bevc@google.com 11c8b1a278 Whitespace change to force builds.
NO CODE CHANGE.
Review URL: https://chromiumcodereview.appspot.com/9959052

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130075 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-01 17:23:31 +00:00
cmp@chromium.org 616e8b2bf1 Whitespace change.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@130071 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-01 09:36:06 +00:00
cmp@chromium.org 09264ece39 Whitespace change to start a new build.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@130062 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-31 19:40:16 +00:00
tony@chromium.org 2d29682c8b Revert 129968 - Use gyp names in MIDL build rules rather than VS macros.
This broke the Google Chrome Win build:
http://build.chromium.org/p/chromium.chrome/builders/Google%20Chrome%20Win/builds/9711

In support of ninja/windows. DLLDataFileName changed to be uniquized too because in a target that has multiple idl files, they would all output to the same dlldata.c (which ninja quite reasonably doesn't like).

Review URL: https://chromiumcodereview.appspot.com/9460048

TBR=scottmg@google.com
Review URL: https://chromiumcodereview.appspot.com/9950035

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130000 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-31 00:03:09 +00:00
satorux@chromium.org 7f014059c8 gtk: Hide GTK and related dependencies for Chrome OS
so that they won't get added back by accident.

BUG=118943
TEST=confirm chrome builds with chromeos==0 and chromeos==1, as well as in the chroot.

Review URL: https://chromiumcodereview.appspot.com/9965032

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129971 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 22:21:37 +00:00
scottmg@google.com 983deab57a Use gyp names in MIDL build rules rather than VS macros.
In support of ninja/windows. DLLDataFileName changed to be uniquized too because in a target that has multiple idl files, they would all output to the same dlldata.c (which ninja quite reasonably doesn't like).

Review URL: https://chromiumcodereview.appspot.com/9460048

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129968 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 22:16:37 +00:00
nileshagrawal@chromium.org 7a6a933b3d Exclude ProtectorService code from Android build.
The change adds a ENABLE_PROTECTOR_SERVICE condition to exclude
ProtectorService and related code. I have introduced protector_utils.h which
contains methods used by keyword_table.cc to sign and verify keywords.

Note: ChromeOS also excludes protector from the tests
(chrome_tests.gypi), but disables ProtectorService using a command line
switch.

BUG=117407
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129910 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 19:57:29 +00:00
mihaip@chromium.org fab1b58189 Revert 129878 - Re-enable use_canvas_skia=1 on Windows.
BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9863053

TBR=asvitkine@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9959029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129889 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 18:16:54 +00:00
asvitkine@chromium.org 3dc42451bc Re-enable use_canvas_skia=1 on Windows.
BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9863053

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129878 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 17:03:34 +00:00
glider@chromium.org 3a9a7e0283 Do not use ASan ignore.txt file when building Chrome.
__attribute__((no_address_safety_analysis)) should be used instead.

TBR=inferno
BUG=118565
Review URL: https://chromiumcodereview.appspot.com/9959012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129836 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 13:18:27 +00:00
satish@chromium.org 5490b7ad13 Add skeleton of content shell for android.
This is heavily based on http://codereview.chromium.org/9834037/ which added
an APK-based test runner for android. This CL adds a content_shell_apk target
for android containing an empty activity.

BUG=118591
TEST=build/test/install ContentShell-debug.apk on device

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129831 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 11:44:06 +00:00
joi@chromium.org d49f6c1f74 Revert 129818 - Pick up and adjust to version of grit where default is no resource_ids file.
BUG=none

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129619

Review URL: https://chromiumcodereview.appspot.com/9875019

TBR=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9959009

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 10:43:22 +00:00
joi@chromium.org e74886c3a8 Pick up and adjust to version of grit where default is no resource_ids file.
BUG=none

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129619

Review URL: https://chromiumcodereview.appspot.com/9875019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129818 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 10:30:03 +00:00
akalin@chromium.org 64b63124c5 [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux (but not ChromeOS).

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=129762

Review URL: https://chromiumcodereview.appspot.com/9874006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129773 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 03:18:54 +00:00
mihaip@chromium.org 1ecc59e5e8 Revert 129762 - [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux.

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

Review URL: https://chromiumcodereview.appspot.com/9874006

TBR=akalin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9964001

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129766 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 02:24:00 +00:00
akalin@chromium.org f082e16e31 [Sync] [GTK] Add GTK version of the one-click signin dialog
Enable one-click signin on Linux.

Build GTK version of one-click signin dialog.

BUG=120577
TEST=On Linux, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

Review URL: https://chromiumcodereview.appspot.com/9874006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129762 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-30 02:02:28 +00:00
peter@chromium.org dab9264801 Require Apache Ant 1.8 for Android builds
The Android build system required version 1.8 or later, whereas the default
version installed by apt-get is 1.7.1. Explicitly include the version number.

BUG=
TEST=Running "ant -v" should output the correct version.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129691 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-29 21:17:28 +00:00
joi@chromium.org 525bb608dd Revert 129619 - Pick up and adjust to version of grit where default is no resource_ids file.
BUG=none

Review URL: https://chromiumcodereview.appspot.com/9875019

TBR=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9924007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129621 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-29 14:36:01 +00:00
joi@chromium.org f4ff6cd9d6 Pick up and adjust to version of grit where default is no resource_ids file.
BUG=none

Review URL: https://chromiumcodereview.appspot.com/9875019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129619 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-29 14:26:57 +00:00
georgey@chromium.org 439d02083c Revert 129510 - Adding qcms to use for handling ICC tagged images. This will be used by chromium webkit port.
http://chrome-master2.mtv:8011/
Failure on official continuous builder.
http://chrome-master2.mtv:8011/builders/linux32%20trunk/builds/3711

BUG=143
TEST=NONE


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

TBR=tpayne@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9910003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129549 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-29 01:38:07 +00:00
tpayne@chromium.org 94b185bae5 Adding qcms to use for handling ICC tagged images. This will be used by chromium webkit port.
BUG=143
TEST=NONE


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129510 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 23:05:14 +00:00
viettrungluu@chromium.org f40fbfdd5c Remove PPB_Flash_NetConnector and ENABLE_FLAPPER_HACKS.
PPB_Flash_NetConnector has been superseded by less hacky and more general
interfaces. ENABLE_FLAPPER_HACKS only enabled PPB_Flash_NetConnector.

TEST=builds (and still passes PPAPI tests)
TBR=darin@chromium.org

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129444 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 18:14:00 +00:00
bulach@chromium.org 06e1c0fdd8 Android fyi content_unittests fix.
Disables a couple of tests that are already marked as flaky
on other platforms, and currently failing on our FYI bots:
http://build.chromium.org/p/chromium.fyi/builders/Chromium%20Linux%20Android/builds/7638/steps/Test%20suite%20content_unittests/logs/stdio

BUG=104950
TEST=content_unittests runs fine on android


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129430 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 17:09:14 +00:00
bulach@chromium.org b4127ddfa3 Fixes android.fiy bot base_unittests.
Following:
http://codereview.chromium.org/9860035
we need to push an extra data file.

BUG=
TEST=JSONReaderTest.ReadFromFile


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129419 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 15:59:29 +00:00
scottmg@google.com a38a3d4a05 Remove forced _HAS_TR1=0 define. VS2010 headers unconditionally define _HAS_TR1=1. The gyp msvs 2010 generator has a hardcoded hack to remove _HAS_TR1=0 from the defines, but it seems better not to add this to the ninja generator too.
Added here http://codereview.chromium.org/147015/ but not sure of reason. Perhaps the define could just be removed now?

Review URL: https://chromiumcodereview.appspot.com/9865029

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129310 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-28 00:25:20 +00:00
nileshagrawal@chromium.org b8be22d101 Disable plugin_installation for android.
BUG=117407

TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129127 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-27 04:08:23 +00:00
nduca@google.com 36fff068e2 Revert 129069 - Import libusb 1.0.9-rc3 into third_party.
Failing license check.

http://chromegw.corp.google.com/i/chromium/builders/Linux/builds/21702/steps/check_licenses


BUG=none
TEST=none

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

TBR=gdk@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9866021

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129101 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-27 02:36:02 +00:00
gdk@chromium.org f178ba89b2 Import libusb 1.0.9-rc3 into third_party.
BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129069 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-27 00:36:20 +00:00
thakis@chromium.org c0a28fa3cc rlz: Hook up on mac, switch to chrome's network stack on win.
This CL conceptually does several things (most of them just one line).

1. Roll RLZ 105:118

106: Fix "expression result unused" warning caused by VERIFY() use.
107: rlz: Add an implementation of PingServer() that uses chrome's net stack.
108: Implement RlzValueStoreMac.
109: Move GetMachineId() to its own file. No intended behavior change.
110: Implement GetSystemTimeAsInt64() on mac.
111: Minor cleanups.
112: Don't pay a static initializer for expected_assertion_ when it's not used.
113: Rename rlz_lib2.cc and win/lib/rlz_lib.cc to win/lib/rlz_lib_win.cc
114: mac: Implement GetMachineId().
115: mac: Implement the locking part of ScopedRlzValueStoreLock.
116: Tweaks to make the use of chrome's net stack forceable through gyp.
117: Push RLZ_NETWORK_IMPLEMENTATION_ define to dependent targets.
118: Use base::mac::ScopedNSAutorleasePool only on mac.

2. Change rlz.cpp to use the blocking pool instead of the file thread.

3. Enable on mac.

4. Switch to chrome's network stack on windows

5. Switch RlzSendFinancialPingFunction to be an AsyncExtensionFunction
that calls SendFinancialPing on a worker thread. This is required because
extension functions run with a MessageLoop, so the MessageLoop in
SendFinancialPing in rlz would trigger an assert (and making that inner
loop nestable seems like a very bad idea). This change also removes
one instance of ScopedAllowIO and fixes a TODO.

BUG=46579
TEST=
1.) Do an official chrome build
2.) Add gratuitous logging in rlz.cc and other places and check that by default:
* The channel is reported as "stable"
* The brand code is the empty string
* This brand code counts as organic install
* RLZ exits early.
3.) Create ~/Library/Google/Google\ Chrome\ Brand.plist and add e.g. the string "BRAND" for key KSBrandID, restart chrome.
* Brand code is now "BRAND" (this depends on Chrome's Info.plist not having a KSBrandID key, which has precedence. Currently our Chromes seem to never have this key.)
* A ping is scheduled, but nothing is sent.
* Use the omnibox a little, which causes product events to be recorded.
4.) Restart chrome yet again, wait a bit.
* Logging in "SendFinancialPing()" should print:
pinging http://clients1.google.com:80/tools/pso/ping?as=chrome&brand=BRAND&pid=&hl=en&events=C1F,C1S&rep=2&rlz=C1:1C1_____enUS476,C2:1C2_____enUS476&id=0926C138C2EA77A791CB450D322D0183E5A8079300000001B5
ping completed!

TBR=sky

Review URL: https://chromiumcodereview.appspot.com/9699054

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129028 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-26 22:29:17 +00:00
rsesek@chromium.org 4790c9feed Add gyp variable mac_strip_release to set the target_defaults variable mac_strip.
This allows you to do `GYP_DEFINES='mac_strip_release=0' gclient sync` to
produce Release binaries that are not run through strip_from_xcode.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@129023 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-26 22:22:15 +00:00
nduca@google.com eebfc677c6 Kick builders, lets see whats happening.
Review URL: https://chromiumcodereview.appspot.com/9853002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128822 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-25 20:06:07 +00:00
maruel@chromium.org d8957b888d Update svn:ignore's until http://crbug.com/109763 is fixed.
TBR=cmp@chromium.org



git-svn-id: http://src.chromium.org/svn/trunk/src/build@128780 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 21:58:15 +00:00
ericu@google.com 2bacae80fb Revert 128753 - Add full support for filesystem URLs.
BUG=114484
TEST=existing filesystem tests don't break

Review URL: https://chromiumcodereview.appspot.com/7811006

TBR=ericu@google.com
Review URL: https://chromiumcodereview.appspot.com/9808101

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128757 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 17:38:06 +00:00
ericu@google.com 451faadfa0 Add full support for filesystem URLs.
BUG=114484
TEST=existing filesystem tests don't break

Review URL: https://chromiumcodereview.appspot.com/7811006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128753 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 16:56:58 +00:00
rbyers@chromium.org c3ed213660 Revert 128696 - roll clang 151385:153254 due to mac sizes regression
Caused a ~250kB regression in ChromiumFramework size, reverting to get the tree
green.
---

New stuff:
* ObjC number, array, dict literals
* ASan fixes, visibility fixes (see bugs)
* (c++11: User-defined literals)
* -Wstring-plus-int
* Fix for a bug that made the last roll not work with goma

BUG=114996,112539,119119
TEST=none

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

TBR=thakis@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9835085

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128746 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 16:17:42 +00:00
thakis@chromium.org 958092e1f9 roll clang 151385:153254
New stuff:
* ObjC number, array, dict literals
* ASan fixes, visibility fixes (see bugs)
* (c++11: User-defined literals)
* -Wstring-plus-int
* Fix for a bug that made the last roll not work with goma

BUG=114996,112539,119119
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128696 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 05:57:53 +00:00
rsleevi@chromium.org 962d5c4564 Revert 128679 - Speculative revert. xcodebuilders hosed between r128678 - 128680 in GYP phse, this is the only change that touched GYP files.
apk-based test runner work.  Not enabled yet.  This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.


BUG=None
TEST=


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

TBR=jrg@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9852004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 04:44:41 +00:00
jrg@chromium.org d168ae37cd apk-based test runner work. Not enabled yet. This CL is a combination of upstreaming, ndk/ant-ification, and other tweaks.
BUG=None
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128679 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 03:57:36 +00:00
michaelbai@chromium.org 8587cf2162 Using 'target_arch' instead of 'android_target_arch'
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128662 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-24 02:44:43 +00:00
reveman@google.com 9ba3a2d688 aura: Enable use_canvas_skia=1 on aura.
BUG=111587,105550
TEST=manual

Review URL: https://chromiumcodereview.appspot.com/9813017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128170 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-22 04:19:12 +00:00
akalin@chromium.org 66c2f2b08a [Sync] Implement Mac-specific UI for one-click signin
Enable one-click signin on OS X.

Build Cocoa version of one-click signin dialog.

Refactor one-click signin code to make it easier to unit test.

BUG=116685
TEST=On OSX, with a clean profile, sign into GMail.  The one-click infobar should pop up, and clicking "OK, sync" should bring up the one-click dialog.

Review URL: https://chromiumcodereview.appspot.com/9753003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128126 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-22 01:02:46 +00:00
alexeypa@chromium.org 899b11c4a1 ATL 8.0 included in WDK 7.1 makes the linker to generate almost eight hundred LNK4254 and LNK4078 warnings. This CL disables both warnings when compiling using "Express" versions of Visual Studio.
Review URL: http://codereview.chromium.org/9718030

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 22:59:32 +00:00
markus@chromium.org 23abeb0659 Fixed a few more minor nitpicks:
- "apt-cache show" is more appropriate for us then
   "dpkg --print-avail"

 - the test that was supposed to find the correct name for
   the nspr and nss libraries didn't work correctly for
   distributions (e.g. natty) that for a transition period
   included both versions of the library. The new test has
   been verified to work with natty.

 - it is annoying that the "--clean" option sometimes fails
   with a hard-to-understand error message. We now always
   use "sudo" to avoid confusing users.

 - apart from dbus, some distributions apparently also keep
   rsyslogd running after installing the build dependencies.
   If this keeps popping up as a problem, we might have to
   eventually device a more generic solution.

 - when the user told us to remove an old install, try to
   remove all traces, instead of just the parts that cost
   a lot of disk space.

BUG=none
TEST=verify that we can install natty32bit (with debug symbols) and that afterwards Chrome can be built.
Review URL: https://chromiumcodereview.appspot.com/9764004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128068 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 22:09:41 +00:00
robert.nagy@gmail.com 0d01311bf7 set toolkit_uses_gtk% to 1 on all systems using Gtk
BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@128061 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 21:46:17 +00:00
jrg@chromium.org a1974b3a7f Enable goma for Android. Fix non-goma 'make' builds.
BUG=None
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127919 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 07:09:49 +00:00
akalin@chromium.org 61bd31da4d Add a new 'run_all_unittests' target in base
Make all the places that include run_all_unittests.cc manually depend
on this target instead.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127911 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 05:55:06 +00:00
asargent@chromium.org fc794d97d2 Remove dependence on .json files for IDL-specified extensions/apps APIs
This is an incremental step towards fully IDL-specified API bindings. This
patch adds code which generates JSON based on IDL for the purpose of exposing
bindings to javascript.

BUG=119137
TEST=Code should compile and existing tests should pass.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127908 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 05:40:14 +00:00
erg@chromium.org f2568125f8 GYP fix: toolkit_uses_gtk% should be dependent on use_aura%.
This fixes the linux_aura FYI builder. This was broken in r127620.

BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@127858 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-03-21 01:13:19 +00:00