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

Side by Side Diff: content/content_tests.gypi

Issue 11363150: Support Java resources within content and chrome (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't include R.java files twice in test apks Created 8 years, 1 month 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 903 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 '../net/net.gyp:net_java', 914 '../net/net.gyp:net_java',
915 '../net/net.gyp:net_javatests', 915 '../net/net.gyp:net_javatests',
916 '../tools/android/forwarder2/forwarder.gyp:forwarder2', 916 '../tools/android/forwarder2/forwarder.gyp:forwarder2',
917 ], 917 ],
918 'variables': { 918 'variables': {
919 'package_name': 'content_shell_test', 919 'package_name': 'content_shell_test',
920 'apk_name': 'ContentShellTest', 920 'apk_name': 'ContentShellTest',
921 'java_in_dir': '../content/shell/android/javatests', 921 'java_in_dir': '../content/shell/android/javatests',
922 'resource_dir': '../res', 922 'resource_dir': '../res',
923 'additional_src_dirs': ['../content/public/android/javatests/'], 923 'additional_src_dirs': ['../content/public/android/javatests/'],
924 'is_test_apk': 1,
924 }, 925 },
925 'includes': [ '../build/java_apk.gypi' ], 926 'includes': [ '../build/java_apk.gypi' ],
926 }, 927 },
927 ], 928 ],
928 }], 929 }],
929 ], 930 ],
930 } 931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698