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

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

Issue 570203002: Make chrome_shell_apk build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-chrome-jamesr
Patch Set: Created 6 years, 3 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 if (is_android) { 5 if (is_android) {
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 } 7 }
8 8
9 static_library("navigation_interception") { 9 static_library("navigation_interception") {
10 sources = [ 10 sources = [
(...skipping 18 matching lines...) Expand all
29 "intercept_navigation_delegate.h", 29 "intercept_navigation_delegate.h",
30 "navigation_params_android.h", 30 "navigation_params_android.h",
31 "navigation_params_android.cc", 31 "navigation_params_android.cc",
32 ] 32 ]
33 deps += [ ":jni_headers" ] 33 deps += [ ":jni_headers" ]
34 } 34 }
35 } 35 }
36 36
37 if (is_android) { 37 if (is_android) {
38 38
39 # TODO(GYP): navigation_interception_java target 39 # GYP: //components/navigation_interception.gypi:navigation_interception_jni_h eaders
40
41 generate_jni("jni_headers") { 40 generate_jni("jni_headers") {
42 sources = [ 41 sources = [
43 "android/java/src/org/chromium/components/navigation_interception/Intercep tNavigationDelegate.java", 42 "android/java/src/org/chromium/components/navigation_interception/Intercep tNavigationDelegate.java",
44 "android/java/src/org/chromium/components/navigation_interception/Navigati onParams.java", 43 "android/java/src/org/chromium/components/navigation_interception/Navigati onParams.java",
45 ] 44 ]
46 jni_package = "navigation_interception" 45 jni_package = "navigation_interception"
47 } 46 }
48 } 47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698