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

Side by Side Diff: android_webview/native/webview_native.gyp

Issue 12524008: Android: factor out use of SDK jar. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove input_jar_file altogether. Created 7 years, 9 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 | build/common.gypi » ('j') | 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 # 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'webview_native', 10 'target_name': 'webview_native',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 'state_serializer.cc', 63 'state_serializer.cc',
64 'state_serializer.h', 64 'state_serializer.h',
65 ], 65 ],
66 }, 66 },
67 { 67 {
68 'target_name': 'android_jar_jni_headers', 68 'target_name': 'android_jar_jni_headers',
69 'type': 'none', 69 'type': 'none',
70 'variables': { 70 'variables': {
71 'jni_gen_package': 'android_webview', 71 'jni_gen_package': 'android_webview',
72 'input_java_class': 'java/io/InputStream.class', 72 'input_java_class': 'java/io/InputStream.class',
73 'input_jar_file': '<(android_sdk)/android.jar',
74 }, 73 },
75 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 74 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
76 }, 75 },
77 { 76 {
78 'target_name': 'android_webview_native_jni', 77 'target_name': 'android_webview_native_jni',
79 'type': 'none', 78 'type': 'none',
80 'sources': [ 79 'sources': [
81 '../java/src/org/chromium/android_webview/AndroidProtocolHandler.java' , 80 '../java/src/org/chromium/android_webview/AndroidProtocolHandler.java' ,
82 '../java/src/org/chromium/android_webview/AwContents.java', 81 '../java/src/org/chromium/android_webview/AwContents.java',
83 '../java/src/org/chromium/android_webview/AwContentsClientBridge.java' , 82 '../java/src/org/chromium/android_webview/AwContentsClientBridge.java' ,
(...skipping 11 matching lines...) Expand all
95 'variables': { 94 'variables': {
96 'jni_gen_package': 'android_webview', 95 'jni_gen_package': 'android_webview',
97 }, 96 },
98 'includes': [ '../../build/jni_generator.gypi' ], 97 'includes': [ '../../build/jni_generator.gypi' ],
99 'dependencies': [ 98 'dependencies': [
100 'android_jar_jni_headers', 99 'android_jar_jni_headers',
101 ], 100 ],
102 }, 101 },
103 ], 102 ],
104 } 103 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698