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

Side by Side Diff: android_webview/android_webview.gyp

Issue 10909100: Add android_gdbserver to android_webview* targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | no next file » | 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'libwebview', 10 'target_name': 'libwebview',
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 '<(PRODUCT_DIR)/android_webview/AndroidWebView-debug.apk', 214 '<(PRODUCT_DIR)/android_webview/AndroidWebView-debug.apk',
215 ], 215 ],
216 'action': [ 216 'action': [
217 'ant', 217 'ant',
218 '-DPRODUCT_DIR=<(ant_build_out)', 218 '-DPRODUCT_DIR=<(ant_build_out)',
219 '-DAPP_ABI=<(android_app_abi)', 219 '-DAPP_ABI=<(android_app_abi)',
220 '-DANDROID_SDK=<(android_sdk)', 220 '-DANDROID_SDK=<(android_sdk)',
221 '-DANDROID_SDK_ROOT=<(android_sdk_root)', 221 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
222 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', 222 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
223 '-DANDROID_SDK_VERSION=<(android_sdk_version)', 223 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
224 '-DANDROID_TOOLCHAIN=<(android_toolchain)', 224 '-DANDROID_TOOLCHAIN=<(android_toolchain)',
michaelbai 2012/09/06 16:56:13 I submitted a CL to remove ANDROID_TOOLCHAIN, coul
225 '-DANDROID_GDBSERVER=<(android_gdbserver)',
225 '-buildfile', 226 '-buildfile',
226 '<(DEPTH)/android_webview/java/android_webview_apk.xml', 227 '<(DEPTH)/android_webview/java/android_webview_apk.xml',
227 ], 228 ],
228 'dependencies': [ 229 'dependencies': [
229 'libwebview', 230 'libwebview',
230 'android_webview_java', 231 'android_webview_java',
231 'android_webview_javatests', 232 'android_webview_javatests',
232 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources', 233 '<(DEPTH)/chrome/chrome_resources.gyp:packed_resources',
233 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources', 234 '<(DEPTH)/chrome/chrome_resources.gyp:packed_extra_resources',
234 ], 235 ],
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 ], 304 ],
304 'action': [ 305 'action': [
305 'ant', 306 'ant',
306 '-DPRODUCT_DIR=<(ant_build_out)', 307 '-DPRODUCT_DIR=<(ant_build_out)',
307 '-DAPP_ABI=<(android_app_abi)', 308 '-DAPP_ABI=<(android_app_abi)',
308 '-DANDROID_SDK=<(android_sdk)', 309 '-DANDROID_SDK=<(android_sdk)',
309 '-DANDROID_SDK_ROOT=<(android_sdk_root)', 310 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
310 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', 311 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
311 '-DANDROID_SDK_VERSION=<(android_sdk_version)', 312 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
312 '-DANDROID_TOOLCHAIN=<(android_toolchain)', 313 '-DANDROID_TOOLCHAIN=<(android_toolchain)',
314 '-DANDROID_GDBSERVER=<(android_gdbserver)',
313 '-buildfile', 315 '-buildfile',
314 '<(DEPTH)/android_webview/javatests/android_webview_test_apk.xml', 316 '<(DEPTH)/android_webview/javatests/android_webview_test_apk.xml',
315 ] 317 ]
316 } 318 }
317 ], 319 ],
318 }, 320 },
319 ], 321 ],
320 } 322 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698