Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
| index 3e3a31b4dc8f2bd476736a82e478b244e8f914a4..f10287544f6508a65448cf8f9d12aead4e49a336 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': 'static_library', |
|
John Grabowski
2012/04/12 17:51:58
plz wrap this in another gyp variable that has a d
Yaron
2012/04/12 19:50:30
Done.
|
| 'sources!': [ |
| # Bookmark export/import are handled via the BookmarkColumns |
| # ContentProvider. |