Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 3e3a31b4dc8f2bd476736a82e478b244e8f914a4..0d061e1f015483712a47da5a93e5b09a084e6db6 100644 |
| --- a/chrome/chrome_tests.gypi |
| +++ b/chrome/chrome_tests.gypi |
| @@ -2441,6 +2441,8 @@ |
| ], |
| }], |
| ['OS=="android"', { |
| + # TODO(yfriedman): Remove once unit_tests can link for Android. |
| + 'type': '<(android_unit_test_target_type)', |
| 'sources!': [ |
| # Bookmark export/import are handled via the BookmarkColumns |
| # ContentProvider. |