| OLD | NEW |
| 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 Loading... |
| 657 # workflow. | 657 # workflow. |
| 658 'shell/content_shell_ant_helper.sh', | 658 'shell/content_shell_ant_helper.sh', |
| 659 'ant', | 659 'ant', |
| 660 '-DPRODUCT_DIR=<(ant_build_out)', | 660 '-DPRODUCT_DIR=<(ant_build_out)', |
| 661 '-DAPP_ABI=<(android_app_abi)', | 661 '-DAPP_ABI=<(android_app_abi)', |
| 662 '-DANDROID_SDK=<(android_sdk)', | 662 '-DANDROID_SDK=<(android_sdk)', |
| 663 '-DANDROID_SDK_ROOT=<(android_sdk_root)', | 663 '-DANDROID_SDK_ROOT=<(android_sdk_root)', |
| 664 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', | 664 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)', |
| 665 '-DANDROID_SDK_VERSION=<(android_sdk_version)', | 665 '-DANDROID_SDK_VERSION=<(android_sdk_version)', |
| 666 '-DANDROID_TOOLCHAIN=<(android_toolchain)', | 666 '-DANDROID_TOOLCHAIN=<(android_toolchain)', |
| 667 '-DANDROID_GDBSERVER=<(android_gdbserver)', |
| 667 '-buildfile', | 668 '-buildfile', |
| 668 'shell/android/java/content_shell_apk.xml', | 669 'shell/android/java/content_shell_apk.xml', |
| 669 '<(CONFIGURATION_NAME)', | 670 '<(CONFIGURATION_NAME)', |
| 670 ], | 671 ], |
| 671 'dependencies': [ | 672 'dependencies': [ |
| 672 'content_java', | 673 'content_java', |
| 673 ], | 674 ], |
| 674 } | 675 } |
| 675 ], | 676 ], |
| 676 }, | 677 }, |
| 677 ], | 678 ], |
| 678 }], # OS=="android" | 679 }], # OS=="android" |
| 679 ] | 680 ] |
| 680 } | 681 } |
| OLD | NEW |