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

Side by Side Diff: testing/android/junit/junit_test.gyp

Issue 681713002: Update from chromium https://crrev.com/301315 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GN: //testing/android/junit:junit_test_support
8 'target_name': 'junit_test_support', 9 'target_name': 'junit_test_support',
9 'type': 'none', 10 'type': 'none',
10 'dependencies': [ 11 'dependencies': [
11 '../../../third_party/junit/junit.gyp:junit_jar', 12 '../../../third_party/junit/junit.gyp:junit_jar',
12 ], 13 ],
13 'variables': { 14 'variables': {
14 'src_paths': [ 15 'src_paths': [
15 'java/src', 16 'java/src',
16 ], 17 ],
17 }, 18 },
18 'includes': [ 19 'includes': [
19 '../../../build/host_jar.gypi', 20 '../../../build/host_jar.gypi',
20 ], 21 ],
21 }, 22 },
22 { 23 {
24 # GN: //testing/android/junit:junit_unittests
23 'target_name': 'junit_unit_tests', 25 'target_name': 'junit_unit_tests',
24 'type': 'none', 26 'type': 'none',
25 'dependencies': [ 27 'dependencies': [
26 'junit_test_support', 28 'junit_test_support',
27 ], 29 ],
28 'variables': { 30 'variables': {
29 'main_class': 'org.chromium.testing.local.JunitTestMain', 31 'main_class': 'org.chromium.testing.local.JunitTestMain',
30 'src_paths': [ 32 'src_paths': [
31 'javatests/src', 33 'javatests/src',
32 ], 34 ],
33 }, 35 },
34 'includes': [ 36 'includes': [
35 '../../../build/host_jar.gypi', 37 '../../../build/host_jar.gypi',
36 ], 38 ],
37 }, 39 },
38 ], 40 ],
39 } 41 }
OLDNEW
« no previous file with comments | « testing/android/junit/BUILD.gn ('k') | testing/buildbot/chromium.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698