OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'includes': [ | 9 'includes': [ |
10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
(...skipping 667 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
678 '<(PRODUCT_DIR)/base_unittests_apk/base_unittests-debug.apk', | 678 '<(PRODUCT_DIR)/base_unittests_apk/base_unittests-debug.apk', |
679 ], | 679 ], |
680 'action': [ | 680 'action': [ |
681 '../testing/android/generate_native_test.py', | 681 '../testing/android/generate_native_test.py', |
682 '--native_library', | 682 '--native_library', |
683 '<(PRODUCT_DIR)/lib.target/libbase_unittests.so', | 683 '<(PRODUCT_DIR)/lib.target/libbase_unittests.so', |
684 '--jar', | 684 '--jar', |
685 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', | 685 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', |
686 '--output', | 686 '--output', |
687 '<(PRODUCT_DIR)/base_unittests_apk', | 687 '<(PRODUCT_DIR)/base_unittests_apk', |
688 '--app_abi', | |
nilesh
2012/05/25 20:38:22
Please merge with http://codereview.chromium.org/1
| |
689 '<(android_app_abi)', | |
688 '--ant-args', | 690 '--ant-args', |
689 '-DPRODUCT_DIR=<(PRODUCT_DIR)', | 691 '-DPRODUCT_DIR=<(PRODUCT_DIR)', |
690 '--ant-compile' | 692 '--ant-compile' |
691 ], | 693 ], |
692 }, | 694 }, |
693 ] | 695 ] |
694 }], | 696 }], |
695 }], | 697 }], |
696 ], | 698 ], |
697 } | 699 } |
OLD | NEW |