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

2289 Коммитов

Автор SHA1 Сообщение Дата
sail@chromium.org 9f6a7b8885 Metro/HiDPI: Move 1x icons into separate pak file
Currently all 1x art files are repacked into chrome.pak files.

This is a problem on Windows where we want to choose which pak file to load based on metro and DPI scale.

As a first step this CL does the following:
 - add a new enable_hidpi build flag. This allows us to test HiDPI mode on Windows Chrome.
 - stop packing theme_resources_standard.pak and ui_resources_standard.pak into chrome.pak
 - update the Mac and Windows installer code to package the extra pak files.

Note, I'll be updating the Linux installer script in a separate CL. I'm still looking into the ChromeOS situation.

BUG=114311
TEST=Ran on Windows, and Mac and Linux.

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132760 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-18 07:30:15 +00:00
yfriedman@chromium.org 3a1b1b2d3e Enable gpu_unittests for Android.
It builds and runs successfully.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132622 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 19:58:12 +00:00
sky@chromium.org 0545c38ae3 Revert 132589 - Revert 132440 - Allow extension APIs to be compiled out.
BUG=117407,123835
TEST=


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

TBR=jgreenwald@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10107026

TBR=zmo@google.com
Review URL: https://chromiumcodereview.appspot.com/10106026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132591 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 17:13:34 +00:00
zmo@google.com 60f47f0c24 Revert 132440 - Allow extension APIs to be compiled out.
BUG=117407,123835
TEST=


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

TBR=jgreenwald@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10107026

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132589 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 17:01:19 +00:00
yfriedman@chromium.org 884abb2d56 Add templates for building java and running the jni_generator.
As requested in http://codereview.chromium.org/10073024/, I've created
templates for these two actions. I've also applied them to base.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132537 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 04:39:52 +00:00
hbono@chromium.org 7444f0265d Revert 132517 - Metro/HiDPI: Move 1x icons into separate pak file
Currently all 1x art files are repacked into chrome.pak files.

This is a problem on Windows where we want to choose which pak file to load based on metro and DPI scale.

As a first step this CL does the following:
 - add a new enable_hidpi build flag. This allows us to test HiDPI mode on Windows Chrome.
 - stop packing theme_resources_standard.pak and ui_resources_standard.pak into chrome.pak
 - update the Mac and Windows installer code to package the extra pak files.

Note, I'll be updating the Linux installer script in a separate CL. I'm still looking into the ChromeOS situation.

BUG=114311
TEST=Ran on Windows, and Mac and Linux.

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

TBR=sail@chromium.org
Review URL: https://chromiumcodereview.appspot.com/10103022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132529 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 04:00:32 +00:00
sail@chromium.org d5494d3f23 Metro/HiDPI: Move 1x icons into separate pak file
Currently all 1x art files are repacked into chrome.pak files.

This is a problem on Windows where we want to choose which pak file to load based on metro and DPI scale.

As a first step this CL does the following:
 - add a new enable_hidpi build flag. This allows us to test HiDPI mode on Windows Chrome.
 - stop packing theme_resources_standard.pak and ui_resources_standard.pak into chrome.pak
 - update the Mac and Windows installer code to package the extra pak files.

Note, I'll be updating the Linux installer script in a separate CL. I'm still looking into the ChromeOS situation.

BUG=114311
TEST=Ran on Windows, and Mac and Linux.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132517 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-17 02:12:11 +00:00
thakis@chromium.org b7ed9035d9 clang: Remove -Wno-literal-conversion
BUG=none
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132443 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-16 19:30:55 +00:00
jgreenwald@chromium.org ae60a688b1 Allow extension APIs to be compiled out.
BUG=117407
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132440 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-16 19:22:53 +00:00
thakis@chromium.org fa7edce4f8 clang: Remove -Wno-c++11-compat.
It has been removed from -Wall in clang r143248 (Oct 2011), so
there's no need to explicitly disable it. No behavior change.

BUG=none
TEST=none
TBR=hans
NOTRY=true

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-15 21:55:42 +00:00
thakis@chromium.org cb5a1ed320 roll clang 153589:154450
Interesting changes in this range:
* The tooling infrastructure landed. Not observable, but it makes it easier
to write clang tools.
* Honor -fno-pic, pie support
* Better diagnostics for several c++11 features
* Cross-compiler changes that hopefully make CrOs clang builds simpler
* Many LTO fixes

Also pick up a minor change to the style plugin: Instead of ignoring
problems below out/, it now ignores them below gen/ and geni/. This
should make it work better with custom build directories.

BUG=none
TEST=none
TBR=mark

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132350 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-15 00:16:23 +00:00
jrg@chromium.org d91074ccb4 Disable some tests which newly fail on Android
BUG=None
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132241 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-13 19:41:47 +00:00
yfriedman@chromium.org 88e1566620 Temporarily make unit_tests a static library on Android.
While we sort out the remaining linker errors, this at least ensures we
can add compliation of a bunch of chrome code for Android to gatekeeper.
This is motivated by having the android unit_tests compilation step
broken 4 out of 4 days this week.

BUG=117407


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132154 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-13 07:37:15 +00:00
asharif@chromium.org e2fad095f6 Added a GYP_DEFINE to add libraries to the link line.
When Chrome is built with -fprofile-generate in *_extra_cflags, it needs to link
against gcov. Adding -lgcov to the link line doesn't help because it occurs
before -Wl,--start-group. This flag correctly adds the required library if used
like the test case described below.

BUG=102550
TEST=GYP_DEFINES="debug_extra_cflags=-fprofile-generate libraries_for_target=-lgcov" ./build/gyp_chromium
make -j5 chrome # passes.


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@132061 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-12 21:24:36 +00:00
jscholler@chromium.org 3d925c4195 Removed access to prefs that does not work on Android
This work is useful to make sure at build time that we are not accessing prefs that are not registered.

This CL addresses the prefs registered by:
  BrowserInit::RegisterUserPrefs
  PinnedTabCodec::RegisterUserPrefs
  PluginsUI::RegisterUserPrefs
  PromoResourceService::RegisterUserPrefs

Later CL:
  Browser::RegisterUserPrefs
  SyncPromoUI::RegisterUserPrefs
  *::RegisterPrefs

BUG=120802
TEST=Compiled and made diff-ed the link error to make sure they are the same.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131994 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-12 16:14:31 +00:00
alexeypa@chromium.org d24df49612 The Chrome Remote Desktop installation for Windows can be build by bots now.
Review URL: http://codereview.chromium.org/10031014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-12 09:50:12 +00:00
carlosvaldivia@google.com 58b52e73f9 Upstream crash changes for android.
Third time is a charm.

Original Reviews:

https://chromiumcodereview.appspot.com/9838033/
http://codereview.chromium.org/9967017

Revert "Revert 131593"

This reverts commit e306ea7f630d4264075913ea3a1a728d98ca9605.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131662 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 22:52:44 +00:00
thakis@chromium.org 2f92390cea roll gtest 560:613, gmock 364:405
Most of the included changes are minor. After this roll, we
have what went into the 1.6 release, and gmock now supports
being build as a DLL. (I want this roll for one of the minor
changes, which makes it possible to reenable
-Wnull-dereference for clang)

Turn -Wnull-dereference back on, fix one instance where a
violation snuck in.

BUG=111806
TEST=none
TBR=tony

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131656 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 22:42:47 +00:00
gdk@chromium.org 1a5b101d62 Import libusb 1.0.9-rc3 into third_party.
BUG=none
TEST=none

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131622 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 20:24:32 +00:00
erg@google.com d968d16883 Revert 131593
Speculatively reverting due to gyp update error on official bots:

KeyError: 'src/breakpad/breakpad.gyp:dump_syms#target while trying to load target src/remoting/remoting.gyp:remoting_linux_symbols#target'

This is the only patch in the regression range that touches breakpad.gyp.

---
Upstream Android native crash handling changes.

This is actulaly the second time.

Revert "Revert 131404 - Upstream native crash handling changes for Android."

This reverts commit 421df96aab6267e963ddff16c9f738aa903a2cba.

Conflicts:

	chrome/browser/chrome_browser_main.cc

BUG=
TEST=


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

TBR=carlosvaldivia@google.com
Review URL: https://chromiumcodereview.appspot.com/10037013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131600 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 19:04:43 +00:00
carlosvaldivia@google.com 2cd9d95d38 Upstream Android native crash handling changes.
This is actulaly the second time.

Revert "Revert 131404 - Upstream native crash handling changes for Android."

This reverts commit 421df96aab6267e963ddff16c9f738aa903a2cba.

Conflicts:

	chrome/browser/chrome_browser_main.cc

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131593 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 18:34:44 +00:00
maruel@chromium.org 68a8fb788e Whitespace change to force a build
NO CODE CHANGE.

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131552 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-10 14:58:59 +00:00
msw@chromium.org 0afc880e09 Revert 131404 - Upstream native crash handling changes for Android.
Android native crash handling is almost identical to linux handling with
some differences.

Note that even after this change Chrome on Android will not compile with
the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should
remedy this state of affairs.

BUG=
TEST=


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

TBR=carlosvaldivia@google.com
Review URL: https://chromiumcodereview.appspot.com/9999004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131420 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-09 20:10:17 +00:00
oshima@chromium.org 962e8eb59b Floating point based Point/Size/Rect and Insets
This is copied from integer version, instead of using
template, to minimize conflict with m19 branch, as
using template requires updating forward declaration
of these classes in many places.
 I put this behind gyp flag for now so that we can move forward without breaking non DIP build until we can get aura
working with DIP.

BUG=114664
TEST=none


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131405 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-09 19:27:43 +00:00
carlosvaldivia@google.com 70f50c1a6e Upstream native crash handling changes for Android.
Android native crash handling is almost identical to linux handling with
some differences.

Note that even after this change Chrome on Android will not compile with
the USE_LINUX_BREAKPAD flag. Forthcomming changes in breakpad should
remedy this state of affairs.

BUG=
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131404 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-09 19:27:22 +00:00
scottmg@chromium.org 8751476b0a These targets were causing files to have the same output target, which ninja (reasonably) does not like.
dlldata.c is a generated file name that a bunch of idl build rules output but most do not actually compile it AFAICT. This was causing some targets in isimpledom (that contain multiple idl files) to output to the same name (dlldata.c), so uniquize it based on InputName. For the one target that seems to actually build dlldata.c, override back to the original name to keep things the same (iaccessible2).


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131232 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-07 01:49:33 +00:00
oshima@chromium.org 89c1c390df Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use.

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131219 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-07 00:33:04 +00:00
hashimoto@chromium.org e6f1ef8a12 Move files inside chrome/browser/chromeos/dbus to chromeos/dbus
Move files in chrome/browser/chromeos/dbus/ to chromeos/dbus
Add chromeos/dbus/DEPS
Add chromeos.gyp:chromeos_test_support and chromeos.gyp:chromeos_unittests
Add CHROMEOS_EXPORT to classes
Move power related proto targets to chromeos.gyp
Rewrite and sort #includes

BUG=119583
TEST=component chromeos build success, checkdeps success

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131065 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-06 01:54:36 +00:00
jgreenwald@chromium.org 87aec185e9 Don't build the task manager into Android builds.
BUG=117407


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131055 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-06 01:11:02 +00:00
jgreenwald@chromium.org 1b692476ea Add support for not compiling in chrome/browser/background.
BUG=117407
TEST=


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@131037 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 22:53:00 +00:00
yfriedman@chromium.org fcd1e2e6d7 Allow SessionService to be disabled.
Android manages persistence of sessions separately in Java code.

BUG=117407


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130976 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 18:34:53 +00:00
wangxianzhu@chromium.org dd8796dfb3 Don't show failure of the last succeeded test
Before this change, if some test failed before the last test succeeded,
because of the return value, the buildbot will show that the last test also
failed. Add a summary build step to avoid that.

BUG=None
TEST=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130823 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 02:53:29 +00:00
oshima@chromium.org 3b455b7939 Remove TOOLKIT_USES_GTK and consolidate it into TOOLKIT_GTK
Add gtk dependency to base.gyp for android host_os="linux" case

BUG=none
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130784 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-05 00:21:22 +00:00
rogerta@chromium.org 4ad3902b2c Revert 130528 - Disable one-click signin for all platforms except windows.
BUG=121677
TEST=Make sure one-click signin is working only on windows. See crbug.com/110050
for a description of the feature

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

TBR=rogerta@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9981002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130623 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 15:05:05 +00:00
asvitkine@chromium.org 1cfddbca32 Revert 129889 - Revert 129878 - Re-enable use_canvas_skia=1 on Windows.
Original review: https://chromiumcodereview.appspot.com/9863053

BUG=105550
TEST=UI text looks the same as before.
Review URL: https://chromiumcodereview.appspot.com/9965062

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130614 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 14:01:17 +00:00
estade@chromium.org 054b0712fb Adds qcms to all.gyp. This was reverted before because qcms' sse2 code didn't compile on linux32 Official build. I believe I've fixed it by adding -msse and -msse2. Will submit late at night and watch the bots.
BUG=143
TEST=None
author: Tony Payne <tpayne@chromium.org>
original review: http://codereview.chromium.org/9958140/

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130549 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 03:07:59 +00:00
wangxianzhu@chromium.org d80ce0caef Build and push chrome.pak for ui_unittests on Android.
BUG=None
TEST=build/android/run_tests.py -s out/Release/ui_unittests


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130547 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 03:03:04 +00:00
rogerta@chromium.org 51fb794148 Disable one-click signin for all platforms except windows.
BUG=121677
TEST=Make sure one-click signin is working only on windows. See crbug.com/110050
for a description of the feature

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130528 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-04 00:46:05 +00:00
rsleevi@chromium.org 2e6201830d Update test suppressions / disabled tests following refactoring.
Some of these suppressed tests no longer exist or were renamed. They
have not been failing since they were renamed, so it should be fine.
Additionally, in the case of the CertVerifier tests, these tests now
use a mock stub for testing caching behaviour, and thus no longer
block dependent on the system libraries.

R=wtc
BUG=117372, 67599
TEST=net_unittests

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130419 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 18:28:52 +00:00
olonho@google.com 4dc2661c84 Remove hack in .gyp file disabling NaCl in ARM CrOs build. We still have it disabled in ebuild.
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2687
TEST=

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130389 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 16:19:26 +00:00
olonho@google.com 724ef965b0 Support for ARM NaCl untrusted runtime build.
This one depends on https://chromiumcodereview.appspot.com/9816003/
on NaCl side and indeed produces working untrusted runtime.

BUG= http://code.google.com/p/nativeclient/issues/detail?id=2687
TEST=Compile for ARM with "GYP_DEFINES="target_arch=arm sysroot=~/rootfs/" and run DOSBox with produced untrusted runtime.

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130386 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 16:14:52 +00:00
apavlov@chromium.org cbb72b4fd2 Reapply 130248 - Add full support for filesystem URLs. Trying to get the build into the right state.
TBR=pfeldman

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130363 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 13:51:58 +00:00
sergeyu@chromium.org 59e4bc8112 Revert 130248 - Add full support for filesystem URLs.
BUG=114484
TEST=existing filesystem tests don't break

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

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130293 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 02:19:18 +00:00
wangxianzhu@chromium.org a44d5abcb4 Disable ui_unittests before we resolve resource pack issue.
BUG=None
TEST=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130271 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-03 01:02:23 +00:00
erg@google.com 3637efc228 Fix linux_aura bot compile.
BUG=121545
TEST=none

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130253 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-02 23:34:22 +00:00
ericu@google.com 70a6de5386 Add full support for filesystem URLs.
BUG=114484
TEST=existing filesystem tests don't break

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

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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@130248 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-02 23:09:16 +00:00
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