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

Side by Side Diff: content/content_tests.gypi

Issue 10830012: [Android] Add chrome_java target for building Java code in the chromium layer. (Closed) Base URL: http://git.chromium.org/chromium/src.git@reland
Patch Set: fix java build error 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/content.xml » ('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 807 matching lines...) Expand 10 before | Expand all | Expand 10 after
818 '<(DEPTH)/content/shell/android/javatests/AndroidManifest.xml', 818 '<(DEPTH)/content/shell/android/javatests/AndroidManifest.xml',
819 '<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.jav a")' 819 '<!@(find <(DEPTH)/content/shell/android/javatests/ -name "*.jav a")'
820 ], 820 ],
821 'outputs': [ 821 'outputs': [
822 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk', 822 '<(PRODUCT_DIR)/content_shell_test/ContentShellTest-debug.apk',
823 ], 823 ],
824 'action': [ 824 'action': [
825 'ant', 825 'ant',
826 '-DPRODUCT_DIR=<(ant_build_out)', 826 '-DPRODUCT_DIR=<(ant_build_out)',
827 '-DAPP_ABI=<(android_app_abi)', 827 '-DAPP_ABI=<(android_app_abi)',
828 '-DANDROID_SDK=<(android_sdk)',
829 '-DANDROID_SDK_ROOT=<(android_sdk_root)',
830 '-DANDROID_SDK_TOOLS=<(android_sdk_tools)',
831 '-DANDROID_SDK_VERSION=<(android_sdk_version)',
832 '-DANDROID_TOOLCHAIN=<(android_toolchain)',
828 '-buildfile', 833 '-buildfile',
829 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml', 834 '<(DEPTH)/content/shell/android/javatests/content_shell_test_apk .xml',
830 ] 835 ]
831 } 836 }
832 ], 837 ],
833 }, 838 },
834 ], 839 ],
835 }], 840 }],
836 ], 841 ],
837 } 842 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698