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

Side by Side Diff: content/content_tests.gypi

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more paths for gdbserver Created 8 years, 4 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk', 826 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
827 ], 827 ],
828 'action': [ 828 'action': [
829 'ant', 829 'ant',
830 '-DPRODUCT_DIR=<(ant_build_out)', 830 '-DPRODUCT_DIR=<(ant_build_out)',
831 '-DAPP_ABI=<(android_app_abi)', 831 '-DAPP_ABI=<(android_app_abi)',
832 '-DANDROID_SDK=<(android_sdk)', 832 '-DANDROID_SDK=<(android_sdk)',
833 '-DANDROID_SDK_ROOT=<(android_sdk_root)', 833 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
834 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', 834 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
835 '-DANDROID_SDK_VERSION=<(android_sdk_version)', 835 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
836 '-DANDROID_TOOLCHAIN=<(android_toolchain)', 836 '-DANDROID_GDBSERVER=<(android_gdbserver)',
837 '-buildfile', 837 '-buildfile',
838 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 838 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
839 ] 839 ]
840 } 840 }
841 ], 841 ],
842 }, 842 },
843 ], 843 ],
844 }], 844 }],
845 ], 845 ],
846 } 846 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698