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

Side by Side Diff: chrome/test/android/BUILD.gn

Issue 586383002: Add ChromeShellTestApk and other chrome/ test stuff (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-shell-apk
Patch Set: Rebase Created 6 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 | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/test/webview_shell/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
(Empty)
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
3 # found in the LICENSE file.
4
5 import("//build/config/android/rules.gni")
6
7
8 # GYP: //chrome/chrome_tests.gypi:chrome_java_test_support
9 android_library("chrome_java_test_support") {
10 testonly = true
11 DEPRECATED_java_in_dir = "javatests/src"
12 deps = [
13 "//base:base_java",
14 "//base:base_java_test_support",
15 "//chrome/android:chrome_java",
16 "//chrome/android:chrome_java_resources",
17 "//components/invalidation:java",
18 "//content/public/android:content_java",
19 "//content/public/test/android:content_java_test_support",
20 "//sync/android:sync_java",
21 "//sync:sync_java_test_support",
22 ]
23 }
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/chromedriver/test/webview_shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698