OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 # GN version: //components/navigation_interception | 9 # GN version: //components/navigation_interception |
10 'target_name': 'navigation_interception', | 10 'target_name': 'navigation_interception', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 'navigation_interception/navigation_params_android.cc', | 43 'navigation_interception/navigation_params_android.cc', |
44 ], | 44 ], |
45 }], | 45 }], |
46 ], | 46 ], |
47 }, | 47 }, |
48 ], | 48 ], |
49 'conditions': [ | 49 'conditions': [ |
50 ['OS=="android"', { | 50 ['OS=="android"', { |
51 'targets': [ | 51 'targets': [ |
52 { | 52 { |
| 53 # GN version: //components/navigation_intercaption/android:navigation_
interception_java |
53 'target_name': 'navigation_interception_java', | 54 'target_name': 'navigation_interception_java', |
54 'type': 'none', | 55 'type': 'none', |
55 'dependencies': [ | 56 'dependencies': [ |
56 '../base/base.gyp:base', | 57 '../base/base.gyp:base', |
57 ], | 58 ], |
58 'variables': { | 59 'variables': { |
59 'java_in_dir': 'navigation_interception/android/java', | 60 'java_in_dir': 'navigation_interception/android/java', |
60 }, | 61 }, |
61 'includes': [ '../build/java.gypi' ], | 62 'includes': [ '../build/java.gypi' ], |
62 }, | 63 }, |
63 { | 64 { |
64 # GN version: //components/navigation_intercaption:jni_headers | 65 # GN version: //components/navigation_intercaption:jni_headers |
65 'target_name': 'navigation_interception_jni_headers', | 66 'target_name': 'navigation_interception_jni_headers', |
66 'type': 'none', | 67 'type': 'none', |
67 'sources': [ | 68 'sources': [ |
68 # Note: sources list duplicated in GN build. | 69 # Note: sources list duplicated in GN build. |
69 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/InterceptNavigationDelegate.java', | 70 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/InterceptNavigationDelegate.java', |
70 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/NavigationParams.java', | 71 'navigation_interception/android/java/src/org/chromium/components/na
vigation_interception/NavigationParams.java', |
71 ], | 72 ], |
72 'variables': { | 73 'variables': { |
73 'jni_gen_package': 'navigation_interception', | 74 'jni_gen_package': 'navigation_interception', |
74 }, | 75 }, |
75 'includes': [ '../build/jni_generator.gypi' ], | 76 'includes': [ '../build/jni_generator.gypi' ], |
76 }, | 77 }, |
77 ], | 78 ], |
78 }], | 79 }], |
79 ], | 80 ], |
80 } | 81 } |
OLD | NEW |