marja@chromium.org
7799d329b3
Test data output fix for Telemetry & Android: remove more special chars.
...
These seemed to make the graph-plotter frontend not work.
BUG=NONE
Review URL: https://codereview.chromium.org/11779042
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175525 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 14:29:34 +00:00
pph34r@gmail.com
7f3126fc9a
Add Ubuntu 12.10 to the list of supported versions
...
Review URL: https://chromiumcodereview.appspot.com/11791020
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175495 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 07:18:24 +00:00
dbeam@chromium.org
4b8f831e6a
Revert 175489
...
[javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:62: cannot find symbol
[javac] symbol : method onEvaluateJavaScriptResult(int,java.lang.String)
[javac] location: class org.chromium.content.browser.test.util.TestContentViewClient
[javac] super.onEvaluateJavaScriptResult(id, jsonResult);
[javac] ^
[javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:63: cannot find symbol
[javac] symbol : method onEvaluateJavaScriptResult(int,java.lang.String)
[javac] location: class org.chromium.content.browser.ContentViewClient
[javac] mWrappedClient.onEvaluateJavaScriptResult(id, jsonResult);
[javac] ^
[javac] /b/build/slave/Android_Builder__dbg_/build/src/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TestContentViewClientWrapper.java:60: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] 3 errors
> Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.
>
> BUG=168169
> TEST=should all pass
>
>
> Review URL: https://chromiumcodereview.appspot.com/11788005
TBR=avi@chromium.org
Review URL: https://codereview.chromium.org/11778034
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175491 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 06:19:15 +00:00
avi@chromium.org
46a5d1bdbb
Switch Android code to use ExecuteJavascriptInWebFrameCallbackResult.
...
BUG=168169
TEST=should all pass
Review URL: https://chromiumcodereview.appspot.com/11788005
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175489 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 06:09:39 +00:00
frankf@google.com
3f7bd0cdcc
Reorganize Android's test scripts into packages.
...
This is the first attempt at splitting the scripts into
meaningful packages and make dependencies explicit.
BUG=167331
Review URL: https://codereview.chromium.org/11649008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175441 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-08 01:16:43 +00:00
craigdh@chromium.org
7e48222284
[Android] Move GTest options to test_options_parser.py.
...
Also move some packages to utils.
BUG=167331
TEST=run_tests.py, device_stats_monitor.py
Review URL: https://codereview.chromium.org/11759012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175397 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-07 22:21:47 +00:00
frankf@google.com
05a3d7fd74
[Android] Revert 175082
...
> Separate apk_info and jar_info and move to utils dir.
>
> This is in preparation for adding uiautomator test runner
> which runs tests without an apk.
>
> BUG=167331
>
> Review URL: https://codereview.chromium.org/11741025
TBR=craigdh@chromium.org
These will be replaced with concept of test packages.
Review URL: https://codereview.chromium.org/11780003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175218 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 22:42:20 +00:00
tedchoc@chromium.org
ff60f3fa6a
Add history popup when long pressing on the back key.
...
BUG=150316
Review URL: https://chromiumcodereview.appspot.com/11743011
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175195 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 21:23:14 +00:00
pliard@chromium.org
b9c3847550
Provide NetworkChangeNotifierAndroid with the actual initial connection type.
...
The Android NetworkChangeNotifier is initialized with connection_type =
CONNECTION_UNKNOWN.
This means that the result returned by NetworkChangeNotifier::IsOffline() is
inaccurate until the first network change happens.
This can happen for the whole initialization path if the user starts Chrome
after he explicitly disabled WiFi and 3G.
This CL updates NetworkChangeNotifier.java to support multiple native
observers. This can happen in case NetworkChangeNotifierDelegateAndroid is
instantiated multiple times (e.g. when multiple factories are instantiated).
Still on the Java side, NetworkChangeNotifier.java was also changed to fetch
the actual connection type as soon as the auto-detector (interacting with the
Android platform) is enabled.
On the native side, NetworkChangeNotifierDelegateAndroid now fetches at
construction time the current connection type from the Java side singleton
through a direct JNI function call (possible since the delegate is constructed
on the JNI thread).
NetworkChangeNotifierAndroid::GetCurrentConnectionType() is now a simple
wrapper around the delegate's GetCurrentConnectionType() method (which is
thread-safe).
BUG=166883
Review URL: https://codereview.chromium.org/11628008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175138 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 12:34:34 +00:00
frankf@google.com
50abe55900
Separate apk_info and jar_info and move to utils dir.
...
This is in preparation for adding uiautomator test runner
which runs tests without an apk.
BUG=167331
Review URL: https://codereview.chromium.org/11741025
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175082 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 02:12:50 +00:00
kristianm@chromium.org
46a74d09aa
Remove Android only warnings
...
BUG=b/7719282
Review URL: https://chromiumcodereview.appspot.com/11746004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175067 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-04 00:48:55 +00:00
sbc@chromium.org
cff97432ae
Bump ARM root image.
...
This latest image is needed to pull in the libspeechd-dev
package.
BUG=http://code.google.com/p/chromium/issues/detail?id=167969
Review URL: https://chromiumcodereview.appspot.com/11743002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@175025 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-03 22:16:25 +00:00
craigdh@chromium.org
80a5805344
[Android] Move Xvfb and TimeProfile from run_tests.py into individual files.
...
BUG=167331
TEST=build/android/run_tests.py --xvfb --verbose
Review URL: https://chromiumcodereview.appspot.com/11734008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174996 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-03 19:56:17 +00:00
ilevy@chromium.org
a51aaa4af6
Fix Android Release FYI bot
...
BUG=167750
TBR=jln
NOTRY=true
Review URL: https://codereview.chromium.org/11718002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174763 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-29 05:03:44 +00:00
jln@chromium.org
57cf004961
Add sandbox_linux_unittests to Android FYI bots.
...
BUG=166704
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11674008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174727 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-28 09:59:55 +00:00
ilevy@chromium.org
0f0cef7120
Android buildbot: fix adb device discovery issues
...
Working around excessive device offline alerts by
starting adb server and then sleeping for usb discovery.
This code will be consolidated *very* soon; temporary hack.
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174604 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-25 12:14:40 +00:00
ilevy@chromium.org
5acee5a700
Android buildbot fixes
...
- Move adb restart commands so they are only run on tests.
- Sleep after 'adb start-server' to avoid the false positive device alerts.
- Save Test Report logs with unique filename so they are easier to print.
BUG=163476, 165999
TBR=frankf
Review URL: https://codereview.chromium.org/11669022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174596 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-25 06:09:44 +00:00
eugenis@chromium.org
6d3de31814
Fix path to ASan runtime library in Android test runner.
...
Review URL: https://codereview.chromium.org/11578068
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174580 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 15:29:25 +00:00
eugenis@chromium.org
13dd1ba432
An obvious typing issue in android_commands.py
...
Review URL: https://codereview.chromium.org/11578067
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174579 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 15:29:12 +00:00
eugenis@chromium.org
b91899888c
Pass --tool=asan to run_tests.py on the ASan bot.
...
Review URL: https://codereview.chromium.org/11578051
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174574 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 11:13:17 +00:00
glider@chromium.org
de9d287691
Use real dSYM files for ASan Mac builds by default.
...
BUG=148383
TBR=thakis
Review URL: https://codereview.chromium.org/11668022
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174573 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 10:50:35 +00:00
glider@chromium.org
98a357b78c
Pass ASan .saves file to strip when real .dSYM files are built.
...
BUG=128544,166857
Review URL: https://codereview.chromium.org/11660008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174572 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-24 10:13:40 +00:00
boliu@chromium.org
bd7c9b8038
Move android_webview_unittests to cq/main waterfall
...
R=ilevy@chromium.org
BUG=167388
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11668016
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174491 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-22 02:57:51 +00:00
tony@chromium.org
3628e57d61
Use dpkg --add-architecture if it's available.
...
Newer versions of dpkg put the information for multiarch in a different
spot.
BUG=None
Review URL: https://codereview.chromium.org/11570071
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174482 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-22 00:51:00 +00:00
mukai@chromium.org
b11f92060f
Adds app_list and message_center tests to aura_builder (2nd).
...
Previous one was reverted since message_center_unittests doesn't compile on Windows.
crrev.com/174243 fixed this so now it's safe to add again.
BUG=166730
TBR=petermayo@chromium.org ,xiyuan@chromium.org
Review URL: https://codereview.chromium.org/11637051
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174417 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 18:34:46 +00:00
glider@chromium.org
c845308bd0
Revert 174367
...
> Enable real .dSYM files for ASan on Mac.
>
> BUG=166857
> TBR=thakis
> Review URL: https://codereview.chromium.org/11667004
__asan_init and other symbols are stripped from the binaries, so the tests can't load instrumented shared libraries.
TBR=glider@google.com
Review URL: https://codereview.chromium.org/11669003
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174372 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 11:42:52 +00:00
glider@google.com
27763547bc
Enable real .dSYM files for ASan on Mac.
...
BUG=166857
TBR=thakis
Review URL: https://codereview.chromium.org/11667004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174367 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 10:34:10 +00:00
ilevy@chromium.org
bffd1736b6
Add check for device provisioning
...
Extend device_status_check to look for incorrectly setup devices.
BUG=165981
NOTRY=true
Review URL: https://codereview.chromium.org/11637046
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174343 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 03:58:12 +00:00
tony@chromium.org
a4c7937352
Mount /run and /run/shm in chroots.
...
When running layout tests, we need /run/shm. Previously we wouldn't
install it because the chroot didn't have /run. Now we will mount
/run and /run/shm in the chroot.
BUG=166632
Review URL: https://chromiumcodereview.appspot.com/11649050
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174326 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 02:58:34 +00:00
frankf@google.com
b92bd8149f
[Android] Fix the bug when full path to test apk is provided.
...
BUG=
Review URL: https://codereview.chromium.org/11642049
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174315 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 01:43:22 +00:00
navabi@google.com
c7b41e0faa
Assert that md5sum was built instead of failing silently.
...
The exit when md5sum does not exist fails silently with a short message buried
in the output with no tests run. The reason is because this is an asynchronous
process and the exit does not exist the script. The assert on the other hand
will stop the script and print the following, making it clear the script failed
and that md5sum should be built:
@@@STEP_FAILURE@@@
Traceback (most recent call last):
File "build/android/run_instrumentation_tests.py", line 108, in <module>
sys.exit(main(sys.argv))
File "build/android/run_instrumentation_tests.py", line 101, in main
ret = DispatchInstrumentationTests(options)
...
results_lists = async_results.get(999999)
File "/usr/lib/python2.7/multiprocessing/pool.py", line 528, in get
raise self._value
AssertionError: Please build md5sum.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11613014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174299 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-21 01:05:55 +00:00
phajdan.jr@chromium.org
15ccf5629b
Revert "Linux: add library loader for GNOME keyring."
...
Causes crashes on Ubuntu Lucid.
TBR=brettw
BUG=166913, 162733
Review URL: https://codereview.chromium.org/11647041
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174238 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 21:09:33 +00:00
scottmg@chromium.org
8fa68fb00e
Turn PCH on always for Windows now that 2008 is gone
...
It was already defaulted on for 2010, and as we no longer support 2008
clean this up. This has the side benefit of enabling pch for 2010e, which
was slightly incorrect in the previous "enable for 2010" case.
R=joi@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11642028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174228 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 20:45:39 +00:00
jln@chromium.org
12fc09f164
Android: compile sandbox_linux_unittests
...
Note: tests that require kernel seccomp-bpf support to do
anything will just pass if kernel support is lacking.
BUG=166704
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11639036
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174193 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 18:46:09 +00:00
qsr@chromium.org
d06493a41c
Changing deployment target of Chrome for iOS to 5.0
...
BUG=None
R=stuartmorgan@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11649036
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174172 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 16:56:18 +00:00
digit@chromium.org
d9daedb68b
Disable ContentViewPopupZoomerTest.testPopupZoomerShowsUp test.
...
NOTRY=true
BUG=167045
TBR=yfriedman@chromium.org ,ilevy@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11645042
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174145 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 12:22:17 +00:00
yfriedman@chromium.org
b1afccaadf
[Android] Fix specification of android build deps.
...
Our dependencies are managed in gyp and not ant so we don't need ant to
resolve dependant libraries. This fixes the spurious output of:
[subant] No sub-builds to iterate on
for each test apk.
BUG=164395
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11614023
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174065 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-20 01:09:26 +00:00
mukai@chromium.org
72e7ed9027
Revert 173997
...
> Adds app_list and message_center to aura_builder
>
> BUG=166730
> TEST=GYP_DEFINES='chromeos=1' ./build/gyp_chromium && ninja aura_builder succeeds
>
> Review URL: https://codereview.chromium.org/11640004
TBR=mukai@chromium.org
Review URL: https://codereview.chromium.org/11637026
git-svn-id: http://src.chromium.org/svn/trunk/src/build@174007 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 22:01:48 +00:00
mukai@chromium.org
5d8791c619
Adds app_list and message_center to aura_builder
...
BUG=166730
TEST=GYP_DEFINES='chromeos=1' ./build/gyp_chromium && ninja aura_builder succeeds
Review URL: https://codereview.chromium.org/11640004
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173997 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 21:43:23 +00:00
phajdan.jr@chromium.org
85375bdbef
Linux: use generated library loader for libgps.
...
BUG=162733
Review URL: https://codereview.chromium.org/11571036
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173972 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 19:22:39 +00:00
glider@chromium.org
f087881a23
Temporarily disable real .dSYM files for ASan builds.
...
BUG=166857
TBR=thakis
Review URL: https://codereview.chromium.org/11636015
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173907 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 13:03:36 +00:00
digit@chromium.org
46cd66f27d
Fix 'Android Tests' build bot.
...
By default, build/android/run_tests.py looks for files under out/Debug/,
which will fail when in Release builds. One has to add the --release
flag when invoking the script.
Introduce internal function _bb_android_run_tests to always invoke
the script with the right flags, and ensure all clients use it.
+ Add the same flag to Release build when invoking instrumentation_tests.py
BUG=none
NOTRY=true
TBR=yfriedman@chromium.org ,ilevy@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11640016
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173904 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 12:16:44 +00:00
glider@chromium.org
0660a9f462
Re-landing https://chromiumcodereview.appspot.com/11587012 : Introduce mac_want_real_dsym GYP flag.
...
By default, fake .dSYM files
will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
mac_want_real_dsym can be used to override this.
mac_real_dsym can't be set directly, because it's not a % variable.
According to https://codereview.chromium.org/113999 , it can't be made a
% variable now, because of a bug in % handling in GYP that leads to
mac_real_dsym being unconditionally set to 1 for some targets.
BUG=148383
TBR=thakis
Review URL: https://codereview.chromium.org/11636014
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173896 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 11:09:37 +00:00
digit@chromium.org
ace8ffdc88
Android buildbot: Add missing @@@ echo to 'bb_run_unit_tests'
...
Without this, a failure in this function is mistakenly reported
as a failure in the previous bb_xxxxx function called. For example,
see the following link where the failure is reported in
'bb_reboot_phones' when it should not:
http://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/23/steps/Rebooting%20phones/logs/stdio
BUG=none
NOTRY=true
TBR=yfriedman@chromium.org ,ilevy@chromium.org
Review URL: https://chromiumcodereview.appspot.com/11648009
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173895 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-19 11:07:55 +00:00
phajdan.jr@chromium.org
614db72336
Use generated shim headers for zlib.
...
BUG=165264
Review URL: https://codereview.chromium.org/11632002
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173801 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 22:42:25 +00:00
frankf@google.com
796dd1c3ff
Refactor android test results logging.
...
BUG=165529
Review URL: https://codereview.chromium.org/11616010
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173795 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 22:01:09 +00:00
wjia@chromium.org
ffa29f9f47
Revert 173749
...
It broke mac asan bots.
> Introduce mac_want_real_dsym GYP flag. By default, fake .dSYM files
> will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
> mac_want_real_dsym can be used to override this.
>
> mac_real_dsym can't be set directly, because it's not a % variable.
> According to https://codereview.chromium.org/113999 , it can't be made a
> % variable now, because of a bug in % handling in GYP that leads to
> mac_real_dsym being unconditionally set to 1 for some targets.
>
> BUG=148383
>
> Review URL: https://chromiumcodereview.appspot.com/11587012
TBR=glider@chromium.org
Review URL: https://codereview.chromium.org/11616021
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173765 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 19:49:04 +00:00
glider@chromium.org
da3a593714
Introduce mac_want_real_dsym GYP flag. By default, fake .dSYM files
...
will be generated for regular builds, and dsymutils will be used to create .dSYMs for ASan builds.
mac_want_real_dsym can be used to override this.
mac_real_dsym can't be set directly, because it's not a % variable.
According to https://codereview.chromium.org/113999 , it can't be made a
% variable now, because of a bug in % handling in GYP that leads to
mac_real_dsym being unconditionally set to 1 for some targets.
BUG=148383
Review URL: https://chromiumcodereview.appspot.com/11587012
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173749 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 17:49:58 +00:00
phajdan.jr@chromium.org
c7855471a3
Linux: use generated library loader for libspeechd.
...
This is a reland of https://codereview.chromium.org/11415243/
hopefully with a fix for ChromeOS.
TBR=dmazzoni
BUG=162733
Review URL: https://codereview.chromium.org/11615028
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173748 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 17:35:12 +00:00
ppi@chromium.org
64ca99f999
Add dependency on Android tools to native unittests APKs targets
...
This patch adds dependencies on Android tools (port forwarder and md5 util used
for conditional file pushes) required to run native unittests APKs to the APKs
targets.
BUG=161257
Review URL: https://chromiumcodereview.appspot.com/11597008
git-svn-id: http://src.chromium.org/svn/trunk/src/build@173728 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-12-18 14:15:28 +00:00