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

Side by Side Diff: testing/android/junit/BUILD.gn

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 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 | « testing/android/driver/BUILD.gn ('k') | testing/android/native_test/BUILD.gn » ('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 assert(is_android) 5 assert(is_android)
6 6
7 import("//build/config/android/rules.gni") 7 import("//build/config/android/rules.gni")
8 8
9 # GYP: //testing/android/junit_test.gyp:junit_test_support
10 java_library("junit_test_support") { 9 java_library("junit_test_support") {
11 testonly = true 10 testonly = true
12 java_files = [ 11 java_files = [
13 "java/src/org/chromium/testing/local/BackgroundShadowAsyncTask.java", 12 "java/src/org/chromium/testing/local/BackgroundShadowAsyncTask.java",
14 "java/src/org/chromium/testing/local/CustomShadowAsyncTask.java", 13 "java/src/org/chromium/testing/local/CustomShadowAsyncTask.java",
15 "java/src/org/chromium/testing/local/GtestComputer.java", 14 "java/src/org/chromium/testing/local/GtestComputer.java",
16 "java/src/org/chromium/testing/local/GtestFilter.java", 15 "java/src/org/chromium/testing/local/GtestFilter.java",
17 "java/src/org/chromium/testing/local/GtestListener.java", 16 "java/src/org/chromium/testing/local/GtestListener.java",
18 "java/src/org/chromium/testing/local/GtestLogger.java", 17 "java/src/org/chromium/testing/local/GtestLogger.java",
19 "java/src/org/chromium/testing/local/JsonListener.java", 18 "java/src/org/chromium/testing/local/JsonListener.java",
(...skipping 10 matching lines...) Expand all
30 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1", 29 "//third_party/robolectric:android-all-5.0.0_r2-robolectric-1",
31 "//third_party/robolectric:robolectric_annotations_java", 30 "//third_party/robolectric:robolectric_annotations_java",
32 "//third_party/robolectric:robolectric_java", 31 "//third_party/robolectric:robolectric_java",
33 "//third_party/robolectric:robolectric_resources_java", 32 "//third_party/robolectric:robolectric_resources_java",
34 "//third_party/robolectric:robolectric_utils_java", 33 "//third_party/robolectric:robolectric_utils_java",
35 "//third_party/robolectric:shadows-core-3.0-21", 34 "//third_party/robolectric:shadows-core-3.0-21",
36 "//third_party/robolectric:shadows-multidex-3.0", 35 "//third_party/robolectric:shadows-multidex-3.0",
37 ] 36 ]
38 } 37 }
39 38
40 # GYP: //testing/android/junit_test.gyp:junit_unit_tests
41 junit_binary("junit_unit_tests") { 39 junit_binary("junit_unit_tests") {
42 java_files = [ 40 java_files = [
43 "javatests/src/org/chromium/testing/local/GtestFilterTest.java", 41 "javatests/src/org/chromium/testing/local/GtestFilterTest.java",
44 "javatests/src/org/chromium/testing/local/GtestLoggerTest.java", 42 "javatests/src/org/chromium/testing/local/GtestLoggerTest.java",
45 "javatests/src/org/chromium/testing/local/PackageFilterTest.java", 43 "javatests/src/org/chromium/testing/local/PackageFilterTest.java",
46 "javatests/src/org/chromium/testing/local/RunnerFilterTest.java", 44 "javatests/src/org/chromium/testing/local/RunnerFilterTest.java",
47 ] 45 ]
48 } 46 }
OLDNEW
« no previous file with comments | « testing/android/driver/BUILD.gn ('k') | testing/android/native_test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698