Chromium Code Reviews| Index: build/common.gypi |
| diff --git a/build/common.gypi b/build/common.gypi |
| index 0d4011d2a7e560c8b6c7fa8813d19b6cd100788a..73bb428c57f9746f21ecabd9bef68d7e78a6f22e 100644 |
| --- a/build/common.gypi |
| +++ b/build/common.gypi |
| @@ -846,6 +846,9 @@ |
| # Use the system icu. |
| 'use_system_icu%': 0, |
| + # TODO(yfriedman): Remove once unit_tests can link for Android. |
|
John Grabowski
2012/04/12 20:12:01
Add comment with the exact command line to overrid
|
| + 'android_unit_test_target_type%': 'static_library', |
| + |
| # Choose static link by build type. |
| 'conditions': [ |
| ['android_build_type==0', { |