Chromium Code Reviews| Index: build/all_android.gyp |
| diff --git a/build/all_android.gyp b/build/all_android.gyp |
| index bcfd4350e18b7668836b6e818b3754c1b7a86c81..3abca0c79f27884acf8b2706b8cab7611921f513 100644 |
| --- a/build/all_android.gyp |
| +++ b/build/all_android.gyp |
| @@ -35,12 +35,19 @@ |
| '../ipc/ipc.gyp:ipc_tests', |
| '../net/net.gyp:net_unittests', |
| '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*', |
| - # From here down: not added to run_tests.py yet. |
| - '../jingle/jingle.gyp:jingle_unittests', |
| '../tools/android/fake_dns/fake_dns.gyp:fake_dns', |
| '../tools/android/forwarder/forwarder.gyp:forwarder', |
| + # From here down: not added to run_tests.py yet. |
| + '../jingle/jingle.gyp:jingle_unittests', |
| '../media/media.gyp:media_unittests', |
| ], |
| + # The Native Test Runner is not on by default. |
| + 'conditions': [ |
| + ['gtest_target_type=="shared_library"', { |
| + 'dependencies': [ |
| + '../base/base.gyp:native_test_apk', |
| + ] |
| + }]], |
|
Peter Beverloo
2012/03/23 11:15:13
Should this be experimental for now?
John Grabowski
2012/03/24 01:59:18
Yes and no. Right now, is only on if a special gy
|
| }, |
| { |
| # Experimental / in-progress targets that are expected to fail |