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

Side by Side Diff: components/web_contents_delegate_android/BUILD.gn

Issue 1391893003: NOT FOR REVIEW: Aura on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 DEPRECATED_java_in_dir = "android/java/src" 49 DEPRECATED_java_in_dir = "android/java/src"
50 } 50 }
51 51
52 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ jni_headers 52 # GYP: //components/web_contents_delegate_android:web_contents_delegate_android_ jni_headers
53 generate_jni("web_contents_delegate_android_jni_headers") { 53 generate_jni("web_contents_delegate_android_jni_headers") {
54 sources = [ 54 sources = [
55 "android/java/src/org/chromium/components/web_contents_delegate_android/Colo rChooserAndroid.java", 55 "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", 56 "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", 57 "android/java/src/org/chromium/components/web_contents_delegate_android/WebC ontentsDelegateAndroid.java",
58 ] 58 ]
59 # if (use_aura) {
60 # sources -= [ "android/java/src/org/chromium/components/web_contents_delegat e_android/WebContentsDelegateAndroid.java" ]
61 # }
59 jni_package = "web_contents_delegate_android" 62 jni_package = "web_contents_delegate_android"
60 } 63 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698