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

Side by Side Diff: content/content_tests.gypi

Issue 11148018: Upstream the android python scripts changes that enable the new Forwarder2 to be used in our test f… (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 2 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
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 889 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 'dependencies': [ 900 'dependencies': [
901 'content_java', 901 'content_java',
902 'content_java_test_support', 902 'content_java_test_support',
903 'content_shell_java', 903 'content_shell_java',
904 '../base/base.gyp:base_java', 904 '../base/base.gyp:base_java',
905 '../base/base.gyp:base_java_test_support', 905 '../base/base.gyp:base_java_test_support',
906 '../media/media.gyp:media_java', 906 '../media/media.gyp:media_java',
907 '../media/media.gyp:media_test_support', 907 '../media/media.gyp:media_test_support',
908 '../net/net.gyp:net_java', 908 '../net/net.gyp:net_java',
909 '../net/net.gyp:net_javatests', 909 '../net/net.gyp:net_javatests',
910 '../tools/android/forwarder/forwarder.gyp:forwarder', 910 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
911 ], 911 ],
912 'variables': { 912 'variables': {
913 'package_name': 'content_shell_test', 913 'package_name': 'content_shell_test',
914 'apk_name': 'ContentShellTest', 914 'apk_name': 'ContentShellTest',
915 'java_in_dir': '../content/shell/android/javatests', 915 'java_in_dir': '../content/shell/android/javatests',
916 'resource_dir': '../res', 916 'resource_dir': '../res',
917 'additional_src_dirs': ['../content/public/android/javatests/'], 917 'additional_src_dirs': ['../content/public/android/javatests/'],
918 }, 918 },
919 'includes': [ '../build/java_apk.gypi' ], 919 'includes': [ '../build/java_apk.gypi' ],
920 }, 920 },
921 ], 921 ],
922 }], 922 }],
923 ], 923 ],
924 } 924 }
OLDNEW
« no previous file with comments | « build/android/run_instrumentation_tests.py ('k') | tools/android/forwarder2/device_forwarder_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698