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

Side by Side Diff: content/test/BUILD.gn

Issue 1829823002: Replace usages of DEPRECATED_java_in_dir with java_files (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: zap random comment Created 4 years, 9 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 | « content/shell/android/BUILD.gn ('k') | media/base/android/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 import("//build/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//build/config/crypto.gni") 7 import("//build/config/crypto.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/ui.gni") 9 import("//build/config/ui.gni")
10 import("//build_overrides/v8.gni") 10 import("//build_overrides/v8.gni")
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 jinja_template("content_browsertests_manifest") { 290 jinja_template("content_browsertests_manifest") {
291 testonly = true 291 testonly = true
292 input = 292 input =
293 "//content/shell/android/browsertests_apk/AndroidManifest.xml.jinja2" 293 "//content/shell/android/browsertests_apk/AndroidManifest.xml.jinja2"
294 output = 294 output =
295 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml" 295 "${target_gen_dir}/content_browsertests_manifest/AndroidManifest.xml"
296 } 296 }
297 297
298 android_library("content_browsertests_java") { 298 android_library("content_browsertests_java") {
299 testonly = true 299 testonly = true
300 DEPRECATED_java_in_dir = "//content/shell/android/browsertests_apk/src" 300 java_files = [
301 "../shell/android/browsertests_apk/src/org/chromium/content_browsertests_a pk/ContentBrowserTestsActivity.java",
302 "../shell/android/browsertests_apk/src/org/chromium/content_browsertests_a pk/ContentBrowserTestsApplication.java",
303 ]
301 deps = [ 304 deps = [
302 ":content_browsertests_resources", 305 ":content_browsertests_resources",
303 "//base:base_java", 306 "//base:base_java",
304 "//content/public/android:content_java", 307 "//content/public/android:content_java",
305 "//content/public/test/android:content_java_test_support", 308 "//content/public/test/android:content_java_test_support",
306 "//content/shell/android:content_shell_browsertests_java", 309 "//content/shell/android:content_shell_browsertests_java",
307 "//testing/android/native_test:native_test_java", 310 "//testing/android/native_test:native_test_java",
308 "//ui/android:ui_java", 311 "//ui/android:ui_java",
309 ] 312 ]
310 } 313 }
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
898 "//gpu:test_support", 901 "//gpu:test_support",
899 "//media/base/android", 902 "//media/base/android",
900 "//media/base/android:media_java", 903 "//media/base/android:media_java",
901 "//media/capture/video/android:capture_java", 904 "//media/capture/video/android:capture_java",
902 "//testing/gmock", 905 "//testing/gmock",
903 "//ui/android:ui_java", 906 "//ui/android:ui_java",
904 ] 907 ]
905 } 908 }
906 } 909 }
907 } 910 }
OLDNEW
« no previous file with comments | « content/shell/android/BUILD.gn ('k') | media/base/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698