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=="android"', { | 8 ['OS=="android"', { |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 { | 51 { |
52 'target_name': 'web_contents_delegate_android_jni_headers', | 52 'target_name': 'web_contents_delegate_android_jni_headers', |
53 'type': 'none', | 53 'type': 'none', |
54 'sources': [ | 54 'sources': [ |
55 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/ColorChooserAndroid.java', | 55 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/ColorChooserAndroid.java', |
56 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/ValidationMessageBubble.java', | 56 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/ValidationMessageBubble.java', |
57 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/WebContentsDelegateAndroid.java', | 57 'web_contents_delegate_android/android/java/src/org/chromium/compone
nts/web_contents_delegate_android/WebContentsDelegateAndroid.java', |
58 ], | 58 ], |
59 'variables': { | 59 'variables': { |
60 'jni_gen_package': 'web_contents_delegate_android', | 60 'jni_gen_package': 'web_contents_delegate_android', |
61 'jni_generator_ptr_type': 'long', | |
62 }, | 61 }, |
63 'includes': [ '../build/jni_generator.gypi' ], | 62 'includes': [ '../build/jni_generator.gypi' ], |
64 }, | 63 }, |
65 ], | 64 ], |
66 }], | 65 }], |
67 ], | 66 ], |
68 } | 67 } |
OLD | NEW |