 Chromium Code Reviews
 Chromium Code Reviews Issue 10386188:
  Fix ninja build for android.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src
    
  
    Issue 10386188:
  Fix ninja build for android.  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src| Index: testing/android/native_test.gyp | 
| diff --git a/testing/android/native_test.gyp b/testing/android/native_test.gyp | 
| index 1b60cbf9a44c85a7d70cac84fbcd2cf753e00070..4b25f7cc80276b93b5f60d89b5b0a88ea51b60fc 100644 | 
| --- a/testing/android/native_test.gyp | 
| +++ b/testing/android/native_test.gyp | 
| @@ -31,7 +31,7 @@ | 
| ], | 
| 'action': [ | 
| 'ant', | 
| - '-DPRODUCT_DIR=<(PRODUCT_DIR)', | 
| + '-DPRODUCT_DIR=<(ant_build_out)', | 
| '-buildfile', | 
| '<(DEPTH)/testing/android/native_test_apk.xml', | 
| ] |