frankf@chromium.org
0a13fa7f52
[Android] Return error exit code if no devices are attached.
...
BUG=274819
R=craigdh@chromium.org
Review URL: https://codereview.chromium.org/22865020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218120 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 23:52:44 +00:00
jschuh@chromium.org
bfe83c66ca
Copy courgette.exe to courgette64.exe
...
Bot angry file not named way bot want.
R=tommi@chromium.org ,laforge@chromium.org
BUG=273246
Review URL: https://chromiumcodereview.appspot.com/23050007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218108 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 22:30:43 +00:00
bulach@chromium.org
0f2dbb0d2a
Android: uses BUILDTYPE rather than CHROMIUM_BUILD_TYPE.
...
Buildbot and other platforms use BUILDTYPE.
BUG=260494
Review URL: https://chromiumcodereview.appspot.com/23075007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218078 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 20:37:02 +00:00
owenlin@chromium.org
297431a5e3
Add the "mfpmath=sse" compiler flag for ChromeOS devices.
...
This is to preventng floating-point computations in the 80-bit precision
on x87. Please see more details in:
http://codereview.chromium.org/42340/patch/64/2085
BUG=261358
TEST=Play videos on Parrot
Review URL: https://chromiumcodereview.appspot.com/23181007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218068 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 19:54:51 +00:00
gkanwar@chromium.org
d1e0248baa
Fixes test runner command line
...
test_runner.py --help would give 'Invalid command.' previously.
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/23294002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218057 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 18:50:11 +00:00
gkanwar@chromium.org
ebaf5f95d7
Removes python_test_root flag name entirely
...
NOTRY=True
BUG=271802
Review URL: https://chromiumcodereview.appspot.com/23180007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218050 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 18:07:26 +00:00
gkanwar@chromium.org
197c368c5e
Moves update_verification.py back to build/android
...
See: https://codereview.chromium.org/23106004
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/22891004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218037 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 17:34:35 +00:00
torne@chromium.org
2b90303e0c
Android WebView: build fixes for use_system_skia.
...
The skia shim headers were not being included at the front of the path
because of a gyp processing issue, causing it to pick up the bundled
headers instead by mistake; fix the gyp file.
Also, some of the chromium code depends on non-public headers; add the
required include path for this to work until we can fix the code.
BUG=263818,274425
Review URL: https://chromiumcodereview.appspot.com/23064007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218021 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 15:28:08 +00:00
bulach@chromium.org
37c463ecb4
Android: removes buildtype following crrev.com/217855
...
Fixes perf runners.
BUG=260494
TBR=craigdh@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23285002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@218013 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 14:01:12 +00:00
scottmg@chromium.org
71defd1b96
Set up content in-process main threads via factory
...
This code was previously #ifdef'd out based on CHROME_MULTIPLE_DLL. This works
for chrome, but not for test targets which link content_browser. content_browser
needs to not link against child-only targets (as they'll cause linking blink
into the browser dll).
Instead of having utility_process_host_impl, et al. own the in-process
implementation, use a factory to create them that's installed in test code, and
in chrome for supporting --single-process.
At the same time, remove the global CHROME_MULTIPLE_DLL define and localize it
to chrome_exe.gypi because it's too easy to use incorrectly.
TBR=darin
R=piman@chromium.org ,jam@chromium.org
BUG=237249
Review URL: https://chromiumcodereview.appspot.com/23235002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217968 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 07:45:36 +00:00
bulach@chromium.org
c641e3bc8f
Android: uses taskset when starting adb.
...
Workaround for some adb issues.
While at it, print the step name before doing any action.
BUG=268450
Review URL: https://chromiumcodereview.appspot.com/22857005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217959 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-16 07:22:16 +00:00
craigdh@chromium.org
9c2576b64c
[android] Make build_type a singleton.
...
BUG=260494
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/22933005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217855 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 22:25:28 +00:00
ajwong@chromium.org
fbb88fd872
Make gdb-add-index index concurrently.
...
Most linux machines can likely handle a few concurrent indexing jobs
for the shared objects in one binary. This modification uses SIGUSR1 and
subshells to simulate a semaphore with task queue that significantly
increases the speed of execution over a newly built set of binaries.
By default, this script executes 4 parallel indexing tasks, though the
concurrency be controlled by setting the INDEX_TASKS shell variable.
Here are bencharks from my z620, using a component build browser_test
binary as the target:
6 threads browser_threads:
real 0m36.307s
user 0m51.680s
sys 0m13.150s
4 threads browser_threads:
real 0m39.243s
user 0m53.010s
sys 0m12.230s
1 thread browser_threads:
real 1m12.099s
user 0m53.300s
sys 0m13.580s
This was on an SSD. Benefit hit diminishing return after 4 threads and
may actually taper off sooner.
BUG=none
R=piman@chromium.org
Review URL: https://codereview.chromium.org/23130007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217815 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 18:03:03 +00:00
wangxianzhu@chromium.org
7ef6ff9245
Add --continous parameter for adb_profile_chrome
...
If specified, RECORD_CONTINUOUSLY mode will be used for profiling.
BUG=none
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/22806005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217802 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 17:02:58 +00:00
bulach@chromium.org
5c0f5ff702
Android perf tests: always return 0 on the sharding stage.
...
The first stage ("sharded steps") should never fail.
Individual steps' exit code will be returned on the second stage, print-step.
BUG=268450
TBR=frankf@chromium.org
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23082003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217794 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 15:06:57 +00:00
tonyg@chromium.org
8e0057cd6d
[Telemetry] Output stack traces on desktop browsers.
...
BUG=223572
Review URL: https://chromiumcodereview.appspot.com/22303006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217755 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 07:08:24 +00:00
cjhopman@chromium.org
819b1a6f40
Add support for proguard preprocessing.
...
* Adds support for running proguard on our libraries
before they are added to the final release APK.
* Start using the proguard preprocessing for
third_party/guava.
BUG=272790
NOTRY=true
TBR=darin@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23213002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217706 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-15 00:12:07 +00:00
bulach@chromium.org
157740f828
Android: deprecate bb_run_sharded_steps.py
...
Second step into making "perf tests" reuse the functional test infra.
The bots still reference bb_run_sharded_steps.py, so change the implementation
first before deleting this script.
BUG=268450
Review URL: https://chromiumcodereview.appspot.com/23179003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217665 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 22:06:41 +00:00
simonjam@chromium.org
ccb04eb70e
Include cache clearing utility on builder targets.
...
BUG=262933
Review URL: https://chromiumcodereview.appspot.com/22978006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217654 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 21:36:25 +00:00
gkanwar@chromium.org
7b78ca428b
[Android] Removes run_* scripts, moves run_update_verificaiton
...
NOTRY=True
BUG=223650
Review URL: https://chromiumcodereview.appspot.com/23106004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217588 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 18:09:37 +00:00
gkanwar@chromium.org
7d1c122e3b
[Android] Changes python_test_root to host-driven-root
...
NOTRY=True
BUG=271802
Review URL: https://chromiumcodereview.appspot.com/22982007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217587 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 18:09:08 +00:00
bulach@chromium.org
d1de9e64f5
Android: first step into making "perf tests" reuse the functional test infra.
...
Perf tests are currently using build/android/bb_run_sharded_steps.py,
which lacks a lot of functionality to retry on different devices on failure,
plus it adds an entirely separate hierarchy for running tests.
This patch is the first step to deprecate it and reuse the same mechanism
as all other functional tests.
BUG=270165,268450
Review URL: https://chromiumcodereview.appspot.com/22854004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217550 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 14:39:47 +00:00
maruel@chromium.org
c5355bc889
Revert r217535 "Move swarm_client to swarming_client."
...
The CL itself is fine but the Try Server didn't gather
"got_swarming_client_revision" build property correctly, causing swarm_triggered
to use an improper swarm_client checkout. r217535 can be reapplied once the TS
is fixed. No other issue was observed.
TBR=vadimsh@chromium.org
BUG=
Review URL: https://codereview.chromium.org/22978003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217538 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 13:23:29 +00:00
maruel@chromium.org
3df2d32f80
Move swarm_client to swarming_client.
...
This involves fixing up all the calling side. It now fetched from
a clone of code.google.com/p/swarming.client instead of chrome/trunk/tools/swarm_client.
Always fetch from https://chromium.googlesource.com since it has much higher reliability.
TBR=vadimsh@chromium.org
BUG=
NOTRY=true
Review URL: https://codereview.chromium.org/20457002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217535 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-14 12:54:40 +00:00
ppi@chromium.org
f5af020b79
Add dependency on android_tools in java_apk.gypi for all test apks.
...
This patch adds a dependency on entire android_tools target that contains
forwarder2 and md5sum to java_apk.gypi for all test apks, so that individual
test apk targets do not need to explicitly depend on the tools required to run
them.
BUG=271482
Review URL: https://chromiumcodereview.appspot.com/22865003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217386 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 23:46:39 +00:00
frankf@chromium.org
876bf9bb9d
[Android] Stop-gap solution for reducing INJECT_EVENTS flakiness.
...
Crash/ANR dialogs on Android are automatically dismissed after 5
minutes. Run content_browsertests earlier in the test cycle.
BUG=271071
R=craigdh@chromium.org
Review URL: https://codereview.chromium.org/23039006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217358 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 22:43:17 +00:00
phajdan.jr@chromium.org
fb8725f2d6
Add an unbundled openssl.gyp file.
...
BUG=none
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/23126002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217339 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 21:16:21 +00:00
dmazzoni@google.com
97da98af44
Revert 217286 "Revert 217273 "Android: run dex with the --force-..."
...
This is reverting the revert - it turns out to not be the cause of
the test failure.
> Revert 217273 "Android: run dex with the --force-jumbo switch."
>
> I think it caused Android tests such as this one to fail:
> MinidumpWriterTest.MinidumpSizeLimit
>
> Either way, it was submitted without try jobs. Always run try jobs.
>
> > Android: run dex with the --force-jumbo switch.
> >
> > This is needed to merge dex files collectively containing more than 65536
> > strings. More details at
> > https://code.google.com/p/android/issues/detail?id=40772 and in the bug.
> >
> > BUG=272064
> > R=andrewhayden@chromium.org
> >
> > Review URL: https://codereview.chromium.org/22950006
>
> TBR=ppi@chromium.org
>
> Review URL: https://codereview.chromium.org/23096002
TBR=dmazzoni@chromium.org
Review URL: https://codereview.chromium.org/23072005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217297 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 18:40:38 +00:00
yfriedman@chromium.org
ffb0df9b0f
[Android] Allow more support for experimentation with SDK.
...
Rolls DEPS for android_tools to include:
ceb64e7 Use android_sdk_root gyp variable for GCM.
And updates envsetup.sh to enable pre-set values for some SDK build
defines.
BUG=261717
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/22873004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217288 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 17:52:06 +00:00
dmazzoni@chromium.org
597638d2f1
Revert 217273 "Android: run dex with the --force-jumbo switch."
...
I think it caused Android tests such as this one to fail:
MinidumpWriterTest.MinidumpSizeLimit
Either way, it was submitted without try jobs. Always run try jobs.
> Android: run dex with the --force-jumbo switch.
>
> This is needed to merge dex files collectively containing more than 65536
> strings. More details at
> https://code.google.com/p/android/issues/detail?id=40772 and in the bug.
>
> BUG=272064
> R=andrewhayden@chromium.org
>
> Review URL: https://codereview.chromium.org/22950006
TBR=ppi@chromium.org
Review URL: https://codereview.chromium.org/23096002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217286 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 17:49:52 +00:00
ppi@chromium.org
10c2681249
Android: run dex with the --force-jumbo switch.
...
This is needed to merge dex files collectively containing more than 65536
strings. More details at
https://code.google.com/p/android/issues/detail?id=40772 and in the bug.
BUG=272064
R=andrewhayden@chromium.org
Review URL: https://codereview.chromium.org/22950006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217273 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-13 16:31:10 +00:00
sehr@chromium.org
3294ff7a24
disable pnacl by default
...
BUG=none
R=bbudge@chromium.org , bradnelson@chromium.org , bradnelson@google.com , darin@chromium.org , jhawkins@chromium.org , jvoung@chromium.org
Review URL: https://codereview.chromium.org/22839005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217106 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 22:52:49 +00:00
gkanwar@chromium.org
0a63697420
Fixes monkey test timeout
...
Monkey test has its own timeout which varies by the number of events, so pass None for the test_dispatcher timeout.
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/22939002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217072 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 21:09:44 +00:00
frankf@chromium.org
9ca6f5b51f
[Android] Clear gtest app's data on tear down.
...
This also closes the app. If the app crashes in the background,
it might interfere with subsequent instrumentation tests.
BUG=271071
R=craigdh@chromium.org
Review URL: https://codereview.chromium.org/22767002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217065 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 20:44:31 +00:00
thestig@chromium.org
091e964cd2
Printing: Add a basic printing mode without print preview and cloud print.
...
BUG=147070
TBR=cimamoglu@google.com
Review URL: https://codereview.chromium.org/22577010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@217025 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 17:16:05 +00:00
torne@chromium.org
2752adcb91
Android WebView: support building against system skia.
...
Hook up the use_system_skia gyp flag to make it possible to try building
against the system version of Skia in the Android WebView.
BUG=
R=djsollen@google.com , mkosiba@chromium.org , robertphillips@google.com
Review URL: https://codereview.chromium.org/22435002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216989 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 13:56:43 +00:00
bulach@chromium.org
b17bbe9aab
Android: wait for reboot.
...
On some devices, "reboot" is not synchronous, so the Reboot()
call and its internal waits were finishing before the device had even
started rebooting.
BUG=265425
Review URL: https://chromiumcodereview.appspot.com/22587004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216979 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 13:12:12 +00:00
kjellander@chromium.org
b452774040
Add WebRTC test configurations for Android testing.
...
BUG=webrtc:1882
TEST=From a recent WebRTC checkout:
source build/android/envsetup.sh
gclient runhooks
ninja -C out/Debug
build/android/run_test.py -s webrtc
I also successful ran builder and tester with the buildbot
configuration in https://codereview.chromium.org/17390019
using a locally patched checkout.
Review URL: https://chromiumcodereview.appspot.com/17466002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216920 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-12 05:00:52 +00:00
aruslan@chromium.org
c2d3f9b509
[rAc Android dialog] Stubs for Autofill dialog integration.
...
This includes JNI bindings, Java interfaces and necessary glue for the requestAutocomplete dialog.
BUG=157277
Review URL: https://chromiumcodereview.appspot.com/22566004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216883 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 18:27:05 +00:00
sivachandra@chromium.org
1476e74991
[Android] Install required 32-bit libs via install-build-deps-android.sh.
...
BUG=178363
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/22623006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216821 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 07:29:09 +00:00
joth@chromium.org
17e259e520
[Android] Expose showFileChooser in AwContentsClient interface
...
Adapts the WebContentsDelegate::RunFileChooser into a java embedding
callback.
BUG=Internal b/6930981
TBR=ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/20666003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 07:05:47 +00:00
tfarina@chromium.org
77057c864f
content should be referring to the blink_test_plugin.gyp in the public directory.
...
content should not be of poking around the internal structure of Blink,
instead it should just use things exposed through public.
This is necessary because DumpRenderTree is going away soon.
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/22432006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-10 02:16:02 +00:00
phajdan.jr@chromium.org
4c2ced9ca3
Linux: use sandbox binary alongside chrome.
...
This removes linux_sandbox_path and instead expects sandbox binary
to be in the same directory as chrome (or CHROME_DEVEL_SANDBOX to be
set).
This will be helpful for SxS support on Linux, where the sandbox path
would be different depending on channel.
This is a resubmit of https://codereview.chromium.org/20197003 with a bug
fix that makes --no-sandbox work properly.
TBR=jln@chromium.org
BUG=38598
Review URL: https://codereview.chromium.org/22751007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216746 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 20:43:37 +00:00
bulach@chromium.org
9c4b3e380b
Android: uses settask to enable CPU affinity for ADB.
...
There are some flakyness in ADB that can potentially be worked around
by using a single CPU affinity.
This is an experiment for sharded perf tests, it'll probably be reverted soon.
BUG=268450
Review URL: https://chromiumcodereview.appspot.com/22680002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 14:32:09 +00:00
iancottrell@chromium.org
fce852ecf5
Add an environment variable override to the default output name
...
Review URL: https://chromiumcodereview.appspot.com/22640007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216627 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 07:13:06 +00:00
navabi@google.com
45bd690053
Some of the build tools have moved in the SDK (e.g. aapt, aidl) from
...
sdk/platform-tools/ to sdk/build-tools/<tools-version>/. The tools version is 18.0.1.
BUG=263966
Review URL: https://chromiumcodereview.appspot.com/21977003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216612 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 06:48:18 +00:00
yukishiino@chromium.org
10438ff405
Supports FontList::DeriveFontListWithSizeDeltaAndStyle, etc.
...
This CL improves FontList so the class has useful methods for replacing Font class. Also improves the performance of GetFontStyle() and GetFontSize().
This CL also adds GetAverageCharacterWidth(), GetStringWidth(), and GetExpectedTextWidth(). These methods are supported by Font class, and FontList should implement them for replacing Font.
Just FYI, I'm now working on http://crrev.com/21736002 , and these new methods are used there.
BUG=265485
TEST=Included in the unittests as ui_unittests.
Review URL: https://chromiumcodereview.appspot.com/21868004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216563 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 04:06:40 +00:00
bulach@chromium.org
f37cd03eee
Revert "Enables (temporarily) adb trace for sharded perf tests."
...
This reverts crrev.com/216168
BUG=268450
TBR=frankf@chromium.org
Review URL: https://chromiumcodereview.appspot.com/22592002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216534 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 01:43:28 +00:00
gkanwar@chromium.org
28fe69e826
Fixes exit code on invalid command to test_runner.py
...
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/22495005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216523 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 01:08:52 +00:00
gkanwar@chromium.org
7b625b79ab
[Andriod] Fixes monkey command line
...
Adds example, usage, and changes default activity name to use the
ContentShell activity.
NOTRY=True
BUG=
Review URL: https://chromiumcodereview.appspot.com/22456003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@216501 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-08-09 00:07:12 +00:00