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

Side by Side Diff: content/content_tests.gypi

Issue 11038005: Enable forwarder2 for all our tests. (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
« no previous file with comments | « build/android/run_instrumentation_tests.py ('k') | tools/android/forwarder2/host_controller.cc » ('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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 'dependencies': [ 892 'dependencies': [
893 'content_java', 893 'content_java',
894 'content_java_test_support', 894 'content_java_test_support',
895 'content_shell_java', 895 'content_shell_java',
896 '../base/base.gyp:base_java', 896 '../base/base.gyp:base_java',
897 '../base/base.gyp:base_java_test_support', 897 '../base/base.gyp:base_java_test_support',
898 '../media/media.gyp:media_java', 898 '../media/media.gyp:media_java',
899 '../media/media.gyp:media_test_support', 899 '../media/media.gyp:media_test_support',
900 '../net/net.gyp:net_java', 900 '../net/net.gyp:net_java',
901 '../net/net.gyp:net_javatests', 901 '../net/net.gyp:net_javatests',
902 '../tools/android/forwarder/forwarder.gyp:forwarder', 902 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
903 ], 903 ],
904 'variables': { 904 'variables': {
905 'package_name': 'content_shell_test', 905 'package_name': 'content_shell_test',
906 'apk_name': 'ContentShellTest', 906 'apk_name': 'ContentShellTest',
907 'java_in_dir': '../content/shell/android/javatests', 907 'java_in_dir': '../content/shell/android/javatests',
908 'resource_dir': '../res', 908 'resource_dir': '../res',
909 'additional_src_dirs': ['../content/public/android/javatests/'], 909 'additional_src_dirs': ['../content/public/android/javatests/'],
910 }, 910 },
911 'includes': [ '../build/java_apk.gypi' ], 911 'includes': [ '../build/java_apk.gypi' ],
912 }, 912 },
913 ], 913 ],
914 }], 914 }],
915 ], 915 ],
916 } 916 }
OLDNEW
« no previous file with comments | « build/android/run_instrumentation_tests.py ('k') | tools/android/forwarder2/host_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698