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

Side by Side Diff: components/web_contents_delegate_android/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 | « components/variations/android/BUILD.gn ('k') | content/public/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/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 6
7 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android 7 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android
8 static_library("web_contents_delegate_android") { 8 static_library("web_contents_delegate_android") {
9 sources = [ 9 sources = [
10 "color_chooser_android.cc", 10 "color_chooser_android.cc",
(...skipping 28 matching lines...) Expand all
39 39
40 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ java 40 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ java
41 android_library("web_contents_delegate_android_java") { 41 android_library("web_contents_delegate_android_java") {
42 deps = [ 42 deps = [
43 ":web_contents_delegate_android_java_resources", 43 ":web_contents_delegate_android_java_resources",
44 "//base:base_java", 44 "//base:base_java",
45 "//content/public/android:content_java", 45 "//content/public/android:content_java",
46 "//content/public/android:content_java_resources", 46 "//content/public/android:content_java_resources",
47 "//ui/android:ui_java", 47 "//ui/android:ui_java",
48 ] 48 ]
49 DEPRECATED_java_in_dir = "android/java/src" 49 java_files = [
50 "android/java/src/org/chromium/components/web_contents_delegate_android/Colo rChooserAndroid.java",
51 "android/java/src/org/chromium/components/web_contents_delegate_android/Vali dationMessageBubble.java",
52 "android/java/src/org/chromium/components/web_contents_delegate_android/WebC ontentsDelegateAndroid.java",
53 ]
50 } 54 }
51 55
52 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ jni_headers 56 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ jni_headers
53 generate_jni("web_contents_delegate_android_jni_headers") { 57 generate_jni("web_contents_delegate_android_jni_headers") {
54 sources = [ 58 sources = [
55 "android/java/src/org/chromium/components/web_contents_delegate_android/Colo rChooserAndroid.java", 59 "android/java/src/org/chromium/components/web_contents_delegate_android/Colo rChooserAndroid.java",
56 "android/java/src/org/chromium/components/web_contents_delegate_android/Vali dationMessageBubble.java", 60 "android/java/src/org/chromium/components/web_contents_delegate_android/Vali dationMessageBubble.java",
57 "android/java/src/org/chromium/components/web_contents_delegate_android/WebC ontentsDelegateAndroid.java", 61 "android/java/src/org/chromium/components/web_contents_delegate_android/WebC ontentsDelegateAndroid.java",
58 ] 62 ]
59 jni_package = "web_contents_delegate_android" 63 jni_package = "web_contents_delegate_android"
60 } 64 }
OLDNEW
« no previous file with comments | « components/variations/android/BUILD.gn ('k') | content/public/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698