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

Side by Side Diff: content/content_tests.gypi

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Include classes.dex in apk Created 7 years, 9 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
« build/java_apk.gypi ('K') | « content/content_shell.gypi ('k') | 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 { 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 986 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 'target_name': 'content_browsertests_apk', 997 'target_name': 'content_browsertests_apk',
998 'type': 'none', 998 'type': 'none',
999 'dependencies': [ 999 'dependencies': [
1000 'content_browsertests', 1000 'content_browsertests',
1001 'content_java', 1001 'content_java',
1002 'content_shell_java', 1002 'content_shell_java',
1003 ], 1003 ],
1004 'variables': { 1004 'variables': {
1005 'apk_name': 'content_browsertests', 1005 'apk_name': 'content_browsertests',
1006 'java_in_dir': 'shell/android/browsertests_apk', 1006 'java_in_dir': 'shell/android/browsertests_apk',
1007 'resource_dir': 'res', 1007 'resource_dir': 'shell/android/browsertests_apk/res',
1008 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content _browsertests<(SHARED_LIB_SUFFIX)'], 1008 'native_libs_paths': ['<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content _browsertests<(SHARED_LIB_SUFFIX)'],
1009 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1009 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1010 'asset_location': '<(ant_build_out)/content_shell/assets', 1010 'asset_location': '<(ant_build_out)/content_shell/assets',
1011 }, 1011 },
1012 'includes': [ '../build/java_apk.gypi' ], 1012 'includes': [ '../build/java_apk.gypi' ],
1013 }, 1013 },
1014 ], 1014 ],
1015 }], 1015 }],
1016 ['OS == "android"', { 1016 ['OS == "android"', {
1017 'targets': [ 1017 'targets': [
(...skipping 22 matching lines...) Expand all
1040 '../base/base.gyp:base_javatests', 1040 '../base/base.gyp:base_javatests',
1041 '../base/base.gyp:base_java_test_support', 1041 '../base/base.gyp:base_java_test_support',
1042 '../media/media.gyp:media_java', 1042 '../media/media.gyp:media_java',
1043 '../media/media.gyp:media_test_support', 1043 '../media/media.gyp:media_test_support',
1044 '../net/net.gyp:net_java', 1044 '../net/net.gyp:net_java',
1045 '../net/net.gyp:net_javatests', 1045 '../net/net.gyp:net_javatests',
1046 '../tools/android/forwarder2/forwarder.gyp:forwarder2', 1046 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
1047 ], 1047 ],
1048 'variables': { 1048 'variables': {
1049 'apk_name': 'ContentShellTest', 1049 'apk_name': 'ContentShellTest',
1050 'java_in_dir': '../content/shell/android/javatests', 1050 'java_in_dir': 'shell/android/javatests',
1051 'additional_src_dirs': ['../content/public/android/javatests/',], 1051 'resource_dir': 'shell/android/shell_apk/res',
1052 'resource_dir': '../shell_apk/res', 1052 'additional_src_dirs': ['public/android/javatests/',],
1053 'is_test_apk': 1, 1053 'is_test_apk': 1,
1054 }, 1054 },
1055 'includes': [ '../build/java_apk.gypi' ], 1055 'includes': [ '../build/java_apk.gypi' ],
1056 }, 1056 },
1057 ], 1057 ],
1058 }], 1058 }],
1059 ], 1059 ],
1060 } 1060 }
OLDNEW
« build/java_apk.gypi ('K') | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698