craigdh@chromium.org
373ee0764d
[android] Supply the correct activities for beta/stable packages.
...
BUG=None
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/24220004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224486 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 21:03:14 +00:00
craigdh@chromium.org
6f95e68f16
[chromedriver] Fix typo in android chromedriver buildbot script.
...
TBR=navabi@chromium.org
BUG=None
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/24198012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224485 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 21:02:39 +00:00
jianli@chromium.org
2c2b40fb5a
[Mac] Make Canvas::SizeStringInt return the ceiling value of the floating width
...
ElideRectangeText calls Canvas::GetStringWidth which calls SizeStringInt to compute
the width of each word and then add up. MacOSX represents the width as CGFloat due
to possible subpixel rendering and extra kerning being added. Currently we convert
the width from CGFloat to int by truncating it. The accumulation of the truncation
losses could make ElideRectangeText still think there is enough horizontal space
and thus cause incorrect wrapping. To work around this, Canvas::SizeStringInt is
changed to return the ceiling value.
The long-term fix is to change to use floating point values to represent width.
BUG=288042
TEST=new test added
R=asvitkine@chromium.org , msw@chromium.org
Review URL: https://codereview.chromium.org/23924005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224425 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 17:46:53 +00:00
peter@chromium.org
c40ed24e7c
Add a gyp variable to indicate additional native libraries to be included in the APK
...
Based on a patch by Chris Hopman <cjhopman@chromium.org>. This
patch allows us to lazily load libosmesa.so only when it's
needed for content_shell, rather than directly linking it.
https://codereview.chromium.org/23868030/
BUG=
Review URL: https://chromiumcodereview.appspot.com/24253005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224424 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 17:44:33 +00:00
craigdh@chromium.org
053e56197a
[chromedriver] Fixes for android tests gating chromedriver release.
...
Previously the revision was not passed. Also fixes a bug where downstream would have also updated the android test results log.
BUG=None
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/24224006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224410 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 17:15:28 +00:00
craigdh@chromium.org
57827b801a
[android] Log number of completely new files when pushing test dependencies to a device.
...
BUG=288964
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23494062
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224407 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 17:14:20 +00:00
navabi@chromium.org
8793cd94d5
Add navabi to OWNERS for android buildbot code.
...
BUG=
TBR=cmp@chromium.org
Review URL: https://codereview.chromium.org/23856013
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224403 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-20 16:51:54 +00:00
phajdan.jr@chromium.org
dadd67a950
GTTF: Fix build breakage.
...
TBR=sky
BUG=288383
Review URL: https://codereview.chromium.org/24235005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224207 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-19 21:43:31 +00:00
bulach@chromium.org
39a120ec32
Android: make APK targets depend on md5sum.
...
The same dependency applies for all APKs, so remove from content_shell_apk
and move it down to java_apk.gypi.
BUG=
TBR=jochen@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23702048
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224145 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-19 16:33:08 +00:00
akalin@chromium.org
26f7d6e1ac
Move call to install-chromeos-fonts after running apt-get
...
This is because install-chromeos-fonts depends on curl.
BUG=148945
R=torne@chromium.org
Review URL: https://codereview.chromium.org/24231003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@224003 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-19 00:53:30 +00:00
dpranke@chromium.org
77e02055f7
Sigh. Lower-case the "k" in ChromiumWebkit for the layout tests upload for Android.
...
One more change after r223770. Hopefully this one's the ticket.
(Build fix).
TBR=ojan@chromium.org , ilevy@chromium.org
BUG=293928
Review URL: https://codereview.chromium.org/23452044
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223912 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 19:24:43 +00:00
sivachandra@chromium.org
17ff953660
Dump only salient differences from env_dump.py.
...
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/24195006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 18:01:30 +00:00
kkania@chromium.org
fef042109f
Remove old chromedriver from build/archive. Sources will be removed next.
...
This is a revert of the previous try, which broke some chromeos stuff. Since
the new ChromeDriver is a drop-in replacement of the old, we'll transition
the new one to the old target name, staring in this CL.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23455054
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223832 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 09:37:17 +00:00
hajimehoshi@chromium.org
6f76ebe7ac
Enable CLD2 on Windows
...
BUG=
Review URL: https://chromiumcodereview.appspot.com/23463022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223811 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 07:44:24 +00:00
dpranke@chromium.org
b234618b7d
Escape the builder name when archiving the layout test results.
...
Failing to do so leads to incorrect URLs being linked to in the
test results :).
TBR=ilevy@chromium.org
BUG=293928
Review URL: https://codereview.chromium.org/23496069
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223803 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 05:13:10 +00:00
dpranke@chromium.org
0cadafcd6a
Fix master name for uploading test results from android bots.
...
We need to pass the value "ChromiumWebKit" to test-results.appspot.com,
not "chromium.webkit". The non-Android bots get this string from
chromium_utils.GetActiveMaster(), but it's not obvious how to get this
in the build/android/buildot code, so I'm hard-coding it for now.
TBR=ilevy@chromium.org
BUG=293928
Review URL: https://codereview.chromium.org/23496068
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223770 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 02:13:10 +00:00
dpranke@chromium.org
d5c4ca89f3
Add links to results.html, zip file for Android layout test results.
...
TBR=mbulach@chromium.org , ilevy@chromium.org
BUG=289883
Review URL: https://codereview.chromium.org/23537061
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223766 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-18 01:46:32 +00:00
frankf@chromium.org
9d5c27db21
[Android] Add --gtest-also-run-disabled-tests option.
...
BUG=285037
R=craigdh@chromium.org
Review URL: https://codereview.chromium.org/23619062
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223710 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 22:06:01 +00:00
sivachandra@chromium.org
3785cbb1d0
Fix few errors in env_dump.py.
...
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/24208002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223705 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 21:59:02 +00:00
craigdh@chromium.org
0f37631102
[android] Test scripts log the list of files changed on the device when pushing dependencies.
...
BUG=288964
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23702045
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223675 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 20:29:35 +00:00
craigdh@chromium.org
5bfe67c8b4
[android] Remove deprecated package constants.
...
NOTE: Do not land before corresponding downstream patch.
BUG=260494
TEST=None
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23811008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223670 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 20:17:08 +00:00
kkania@chromium.org
ad6a72c9cc
Revert 223644 "Revert 223585 "Revert 223398 "Remove old chromedr..."
...
Broke chroot chromeos build (simplechrome works).
> Revert 223585 "Revert 223398 "Remove old chromedriver from build..."
>
> Old ChromeDriver removed from chromeos:
> https://chromium-review.googlesource.com/#/c/169601/
>
> > Revert 223398 "Remove old chromedriver from build/archive. Sourc..."
> >
> > There's a long trail of error on the ChromeOS bots following this change (with complaints about ChromeDriver tests).
> > Example: make: *** No rule to make target `chromedriver'. Stop.
> > http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/16796/steps/BuildPackages/logs/stdio
> >
> > Seeing if this takes care of that error.
> >
> > > Remove old chromedriver from build/archive. Sources will be removed next.
> > > BUG=none
> > >
> > > Review URL: https://chromiumcodereview.appspot.com/23542045
> >
> > TBR=kkania@chromium.org
> >
> > Review URL: https://codereview.chromium.org/23650006
>
> TBR=finnur@chromium.org
>
> Review URL: https://codereview.chromium.org/23686023
TBR=kkania@chromium.org
Review URL: https://codereview.chromium.org/23514064
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223653 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 19:32:01 +00:00
kkania@chromium.org
a2fcd1f9b1
Revert 223585 "Revert 223398 "Remove old chromedriver from build..."
...
Old ChromeDriver removed from chromeos:
https://chromium-review.googlesource.com/#/c/169601/
> Revert 223398 "Remove old chromedriver from build/archive. Sourc..."
>
> There's a long trail of error on the ChromeOS bots following this change (with complaints about ChromeDriver tests).
> Example: make: *** No rule to make target `chromedriver'. Stop.
> http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/16796/steps/BuildPackages/logs/stdio
>
> Seeing if this takes care of that error.
>
> > Remove old chromedriver from build/archive. Sources will be removed next.
> > BUG=none
> >
> > Review URL: https://chromiumcodereview.appspot.com/23542045
>
> TBR=kkania@chromium.org
>
> Review URL: https://codereview.chromium.org/23650006
TBR=finnur@chromium.org
Review URL: https://codereview.chromium.org/23686023
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223644 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 18:35:31 +00:00
frankf@chromium.org
181fedbfd3
[Android] Make UploadCoverageData generic to upload any html artifact.
...
BUG=278634
R=cmp@chromium.org
Review URL: https://codereview.chromium.org/23591055
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223643 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 18:32:12 +00:00
bulach@chromium.org
68fbba6e0a
Android: splits cache_control and perf_control.
...
Second step towards deprecating "perf_tests_helper.py"
towards more meaningful modules.
Also move thermal_throttle.py into perf/ and some
other minor cleanup.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23681011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223606 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 13:52:42 +00:00
finnur@chromium.org
a1790df76f
Revert 223398 "Remove old chromedriver from build/archive. Sourc..."
...
There's a long trail of error on the ChromeOS bots following this change (with complaints about ChromeDriver tests).
Example: make: *** No rule to make target `chromedriver'. Stop.
http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/16796/steps/BuildPackages/logs/stdio
Seeing if this takes care of that error.
> Remove old chromedriver from build/archive. Sources will be removed next.
> BUG=none
>
> Review URL: https://chromiumcodereview.appspot.com/23542045
TBR=kkania@chromium.org
Review URL: https://codereview.chromium.org/23650006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223585 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 12:02:49 +00:00
cevans@chromium.org
49a40c2467
Revert 222370 "Put the Vector size back to 16 whilst I investiga..."
...
> Put the Vector size back to 16 whilst I investigate perf regressions.
>
> BUG=286696,286604,285442
> R=isherman@chromium.org
>
> Review URL: https://codereview.chromium.org/23435004
TBR=cevans@chromium.org
Review URL: https://codereview.chromium.org/23654046
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223571 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 09:20:55 +00:00
navabi@google.com
cdfe5923b5
Do not perform unnecessary install for device status dashboard step.
...
BUG=254014
Review URL: https://chromiumcodereview.appspot.com/23885004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223555 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-17 06:57:08 +00:00
newt@chromium.org
8d61bc07ea
Move resources from drawable-mdpi to drawable at build time.
...
This will allow us to keep images in drawable-mdpi in the source tree.
BUG=289843
Review URL: https://chromiumcodereview.appspot.com/23944009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223443 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 22:16:13 +00:00
rsesek@chromium.org
ddacdfd731
Fix build/mac/edit_xibs.sh for gyp_main.py
...
R=thakis@chromium.org
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/23717053
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223411 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 21:07:08 +00:00
kkania@chromium.org
6e61a7961e
Remove old chromedriver from build/archive. Sources will be removed next.
...
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23542045
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223398 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 20:27:16 +00:00
darin@chromium.org
41a95bb02b
mojo: MessageBuilder
...
Review URL: https://chromiumcodereview.appspot.com/23629032
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223304 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 02:55:18 +00:00
cpu@chromium.org
fbe8dd9c24
Whitespace change to force build
...
Because r223293 flaked on Win X64
BUG=none
TEST=none
TBR=scottmg
Review URL: https://codereview.chromium.org/23494051
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223296 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 00:57:37 +00:00
cpu@chromium.org
874b798954
Because we've been shipping Aura to canary for a while. And because force compositor landed 40 hours ago and things seem ok. See https://codereview.chromium.org/23874016/
...
This also allows to see perf numbers for Aura.
This has happened before see for example r204698, r211007 and 214056 as an experiment but this time it might stick.
BUG=259185
TEST=none
TBR=scottmg
Review URL: https://codereview.chromium.org/24164002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223293 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-16 00:22:52 +00:00
sadrul@chromium.org
1bfad6b475
x11: Make sure USE_XI2_MT is defined only for use_x11=1.
...
This fixes win-aura build after r223265.
BUG=291141
TBR=erg@chromium.org
Review URL: https://codereview.chromium.org/23513058
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223268 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-15 00:50:00 +00:00
sadrul@chromium.org
46ff6e1179
x11: Use XI2.2 by default.
...
BUG=291141
R=erg@chromium.org
Review URL: https://codereview.chromium.org/19486006
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223265 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 22:48:02 +00:00
sivachandra@chromium.org
eee5a78441
[Android Buildbot] Install ContentShell.apk before running GPU tests.
...
BUG=256576
Review URL: https://chromiumcodereview.appspot.com/23936010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223230 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 05:36:25 +00:00
groby@chromium.org
db5ff9b1df
[OSX] Turn on canvas_skia for OSX
...
Re-submit of r222192, with fixed tests.
R=asvitkine@chromium.org
BUG=151935
Review URL: https://chromiumcodereview.appspot.com/23604055
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223202 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 01:32:17 +00:00
sivachandra@chromium.org
55ba53ab13
Helper script which can source a bash script and dump environment as JSON.
...
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23618049
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223193 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 01:02:25 +00:00
rschoen@google.com
ad594a9a0f
Copy perf_tests_helper.py into build/util/lib
...
Sorry for the delay on this one. Based off advice in https://codereview.chromium.org/22754003 . Just a simple copy of the file, and removing the (seemingly unnecessary?) import of android_commands.
Will remove dependencies on old one as part of above mentioned patch.
Review URL: https://chromiumcodereview.appspot.com/23578019
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223190 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-14 00:53:33 +00:00
sivachandra@chromium.org
ccff72c476
Add a script which prints recent changes in a set of repos.
...
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23591035
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223097 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 19:11:35 +00:00
bdibello@google.com
4c63956ad7
Removed string from whitelist.
...
iOS now uses an iOS-specific string for the search web for image context menu
item.
Review URL: https://chromiumcodereview.appspot.com/24062004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223076 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 17:40:36 +00:00
raphael.kubo.da.costa@intel.com
27fe85bb14
android: Download ARMv7 image for the emulator.
...
Follow-up to r222121: GetSDK() used to download an additional copy of the
Android SDK that came with an ARM image. The copy we currently use in
third_party/android_tools/sdk does not come with the ARM image.
Restore the lost functionality while still avoiding downloading the complete
SDK by grabbing only the ARM images from a Google URL.
R=mariakhomenko@chromium.org ,peter@chromium.org,bulach@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23708033
git-svn-id: http://src.chromium.org/svn/trunk/src/build@223003 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 08:18:38 +00:00
cpu@chromium.org
e55911635e
Revert 222971 "Switch all windows bots to Aura"
...
> Switch all windows bots to Aura
>
> This is a reland of https://codereview.chromium.org/23816007/
> See the comments there.
>
> Hopefully all pesky tests failures have been addressed
>
> BUG=259185
> TEST=none
> TBR=scottmg
>
> Review URL: https://codereview.chromium.org/23803010
TBR=cpu@chromium.org
Review URL: https://codereview.chromium.org/23796008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222983 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 04:28:01 +00:00
thakis@chromium.org
3cc8800a7b
cycle bots
...
BUG=none
TBR=cpu
Review URL: https://codereview.chromium.org/23658046
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222975 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 03:17:49 +00:00
cpu@chromium.org
5d8069290e
Switch all windows bots to Aura
...
This is a reland of https://codereview.chromium.org/23816007/
See the comments there.
Hopefully all pesky tests failures have been addressed
BUG=259185
TEST=none
TBR=scottmg
Review URL: https://codereview.chromium.org/23803010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222971 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 03:01:42 +00:00
mark@chromium.org
fe975c3274
Don't use COPY_PHASE_STRIP.
...
For Mac builds, things that need to strip do it when they build.
BUG=280718
Review URL: https://chromiumcodereview.appspot.com/23890020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222961 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-13 02:22:31 +00:00
jochen@chromium.org
394f5e0fdc
Define a gyp variable pointing to icu.gyp.
...
I plan to use this from v8.gyp to avoid <(DEPTH) within v8.
BUG=none
R=marja@chromium.org
Review URL: https://codereview.chromium.org/23903045
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222777 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-12 13:29:41 +00:00
lliabraa@chromium.org
66fe3b8be8
For iOS, don't override VALID_ARCHS in Debug configuration.
...
When Xcode recognizes a device, it sets the active arch to the arch of
the device. Since the Debug configuration is set to only compile for the
active arch, Xcode was failing to build when an iPhone 5 was connected
because that device uses armv7s which is not in the list of VALID_ARCHS.
This CL uses the default value of VALID_ARCHS for Debug so that Xcode
will build no matter what device is connected.
This CL also moves the arch-twiddling into an OS=="ios" block to make it
clear that the configurations are only needed for iOS.
BUG=None
Review URL: https://chromiumcodereview.appspot.com/23535007
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222625 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-11 20:49:22 +00:00
mariakhomenko@chromium.org
d8382dc54b
Update emulator to work with version 18 of Android API.
...
Downloads correct dependencies and updates the paths in avd config.
BUG=249712
Review URL: https://chromiumcodereview.appspot.com/23475032
git-svn-id: http://src.chromium.org/svn/trunk/src/build@222612 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-09-11 20:07:11 +00:00