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

Side by Side Diff: components/navigation_interception.gypi

Issue 131593002: Android: moves navigation_interception to use long for JNI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698