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

Side by Side Diff: content/content_shell.gypi

Issue 10823435: Fix the gdb path for NDK-r8b. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync 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 | « build/java.gypi ('k') | content/content_tests.gypi » ('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 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 646 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 # Pass the build type to ant. Currently it only assumes 657 # Pass the build type to ant. Currently it only assumes
658 # debug mode in java. Release mode will break the current 658 # debug mode in java. Release mode will break the current
659 # workflow. 659 # workflow.
660 'ant', 660 'ant',
661 '-DPRODUCT_DIR=<(ant_build_out)', 661 '-DPRODUCT_DIR=<(ant_build_out)',
662 '-DAPP_ABI=<(android_app_abi)', 662 '-DAPP_ABI=<(android_app_abi)',
663 '-DANDROID_SDK=<(android_sdk)', 663 '-DANDROID_SDK=<(android_sdk)',
664 '-DANDROID_SDK_ROOT=<(android_sdk_root)', 664 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
665 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', 665 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
666 '-DANDROID_SDK_VERSION=<(android_sdk_version)', 666 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
667 '-DANDROID_TOOLCHAIN=<(android_toolchain)',
668 '-DANDROID_GDBSERVER=<(android_gdbserver)', 667 '-DANDROID_GDBSERVER=<(android_gdbserver)',
669 '-DCONFIGURATION_NAME=<(CONFIGURATION_NAME)', 668 '-DCONFIGURATION_NAME=<(CONFIGURATION_NAME)',
670 '-buildfile', 669 '-buildfile',
671 'shell/android/java/content_shell_apk.xml', 670 'shell/android/java/content_shell_apk.xml',
672 ], 671 ],
673 'dependencies': [ 672 'dependencies': [
674 'content_java', 673 'content_java',
675 ], 674 ],
676 } 675 }
677 ], 676 ],
678 }, 677 },
679 ], 678 ],
680 }], # OS=="android" 679 }], # OS=="android"
681 ] 680 ]
682 } 681 }
OLDNEW
« no previous file with comments | « build/java.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698