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

Side by Side Diff: trunk/src/components/navigation_interception.gypi

Issue 292433004: Revert 270750 "Android: cleans up jni_generator_ptr_type." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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
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 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'navigation_interception', 9 'target_name': 'navigation_interception',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 }, 58 },
59 { 59 {
60 'target_name': 'navigation_interception_jni_headers', 60 'target_name': 'navigation_interception_jni_headers',
61 'type': 'none', 61 'type': 'none',
62 'sources': [ 62 'sources': [
63 'navigation_interception/android/java/src/org/chromium/components/na vigation_interception/InterceptNavigationDelegate.java', 63 'navigation_interception/android/java/src/org/chromium/components/na vigation_interception/InterceptNavigationDelegate.java',
64 'navigation_interception/android/java/src/org/chromium/components/na vigation_interception/NavigationParams.java', 64 'navigation_interception/android/java/src/org/chromium/components/na vigation_interception/NavigationParams.java',
65 ], 65 ],
66 'variables': { 66 'variables': {
67 'jni_gen_package': 'navigation_interception', 67 'jni_gen_package': 'navigation_interception',
68 'jni_generator_ptr_type': 'long',
68 }, 69 },
69 'includes': [ '../build/jni_generator.gypi' ], 70 'includes': [ '../build/jni_generator.gypi' ],
70 }, 71 },
71 ], 72 ],
72 }], 73 }],
73 ], 74 ],
74 } 75 }
OLDNEW
« no previous file with comments | « trunk/src/components/cronet.gypi ('k') | trunk/src/components/web_contents_delegate_android.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698