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

Side by Side Diff: content/content_tests.gypi

Issue 10886046: Add gdb server variable for ant (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a typo Created 8 years, 3 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 | « content/content_shell.gypi ('k') | content/shell/content_shell_ant_helper.sh » ('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 '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 822 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 ], 833 ],
834 'action': [ 834 'action': [
835 'ant', 835 'ant',
836 '-DPRODUCT_DIR=<(ant_build_out)', 836 '-DPRODUCT_DIR=<(ant_build_out)',
837 '-DAPP_ABI=<(android_app_abi)', 837 '-DAPP_ABI=<(android_app_abi)',
838 '-DANDROID_SDK=<(android_sdk)', 838 '-DANDROID_SDK=<(android_sdk)',
839 '-DANDROID_SDK_ROOT=<(android_sdk_root)', 839 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
840 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', 840 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
841 '-DANDROID_SDK_VERSION=<(android_sdk_version)', 841 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
842 '-DANDROID_TOOLCHAIN=<(android_toolchain)', 842 '-DANDROID_TOOLCHAIN=<(android_toolchain)',
843 '-DANDROID_GDBSERVER=<(android_gdbserver)',
843 '-buildfile', 844 '-buildfile',
844 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 845 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
845 ] 846 ]
846 } 847 }
847 ], 848 ],
848 }, 849 },
849 ], 850 ],
850 }], 851 }],
851 ], 852 ],
852 } 853 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/shell/content_shell_ant_helper.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698