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 'conditions': [ | 7 'conditions': [ |
8 ['OS != "ios"', { | 8 ['OS != "ios"', { |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 }, | 60 }, |
61 { | 61 { |
62 'target_name': 'navigation_interception_jni_headers', | 62 'target_name': 'navigation_interception_jni_headers', |
63 'type': 'none', | 63 'type': 'none', |
64 'sources': [ | 64 'sources': [ |
65 'navigation_interception/android/java/src/org/chromium/component
s/navigation_interception/InterceptNavigationDelegate.java', | 65 'navigation_interception/android/java/src/org/chromium/component
s/navigation_interception/InterceptNavigationDelegate.java', |
66 'navigation_interception/android/java/src/org/chromium/component
s/navigation_interception/NavigationParams.java', | 66 'navigation_interception/android/java/src/org/chromium/component
s/navigation_interception/NavigationParams.java', |
67 ], | 67 ], |
68 'variables': { | 68 'variables': { |
69 'jni_gen_package': 'navigation_interception', | 69 'jni_gen_package': 'navigation_interception', |
| 70 'jni_generator_ptr_type': 'long', |
70 }, | 71 }, |
71 'includes': [ '../build/jni_generator.gypi' ], | 72 'includes': [ '../build/jni_generator.gypi' ], |
72 }, | 73 }, |
73 ], | 74 ], |
74 }], | 75 }], |
75 ], | 76 ], |
76 }], | 77 }], |
77 ], | 78 ], |
78 } | 79 } |
OLD | NEW |