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

Side by Side Diff: content/content_tests.gypi

Issue 10911131: Upstream JavaBridge tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding back JavaBridge test files Created 8 years, 3 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 | Annotate | Revision Log
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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after
877 '../base/base.gyp:base_java_test_support', 877 '../base/base.gyp:base_java_test_support',
878 '../media/media.gyp:media_java', 878 '../media/media.gyp:media_java',
879 '../media/media.gyp:media_test_support', 879 '../media/media.gyp:media_test_support',
880 '../net/net.gyp:net_java', 880 '../net/net.gyp:net_java',
881 '../net/net.gyp:net_javatests', 881 '../net/net.gyp:net_javatests',
882 '../tools/android/forwarder/forwarder.gyp:forwarder', 882 '../tools/android/forwarder/forwarder.gyp:forwarder',
883 ], 883 ],
884 'variables': { 884 'variables': {
885 'package_name': 'content_shell_test', 885 'package_name': 'content_shell_test',
886 'apk_name': 'ContentShellTest', 886 'apk_name': 'ContentShellTest',
887 'java_in_dir': 'shell/android/javatests', 887 'java_in_dir': '../content/shell/android/javatests',
888 'resource_dir': '../res', 888 'resource_dir': '../res',
889 'additional_input_paths': ['<!@(find ../content/android/javatests/sr c -name "*.java")',],
889 }, 890 },
890 'includes': [ '../build/java_apk.gypi' ], 891 'includes': [ '../build/java_apk.gypi' ],
891 }, 892 },
892 ], 893 ],
893 }], 894 }],
894 ], 895 ],
895 } 896 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698