Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Side by Side Diff: base/base.gyp

Issue 10383263: Add the target ABI option for apk based test runner (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | ipc/ipc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698