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

Side by Side Diff: chrome/browser/component/components.gyp

Issue 10855171: Add a test runner for android_webview. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address feedback Created 8 years, 4 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 'includes': [ 7 'includes': [
8 'web_contents_delegate_android/web_contents_delegate_android.gypi' 8 'web_contents_delegate_android/web_contents_delegate_android.gypi'
9 ], 9 ],
10 10
11 'conditions': [ 11 'conditions': [
12 ['OS=="android"', { 12 ['OS=="android"', {
13 'targets': [ 13 'targets': [
14 { 14 {
15 'target_name': 'browser_component_jni_headers', 15 'target_name': 'browser_component_jni_headers',
16 'type': 'none', 16 'type': 'none',
17 'sources': [ 17 'sources': [
18 '../../android/java/src/org/chromium/chrome/browser/component/web_co ntents_delegate_android/WebContentsDelegateAndroid.java', 18 'web_contents_delegate_android/java/src/org/chromium/chrome/browser/ component/web_contents_delegate_android/WebContentsDelegateAndroid.java',
19 ], 19 ],
20 'variables': { 20 'variables': {
21 'jni_gen_dir': 'chrome/browser_component', 21 'jni_gen_dir': 'chrome/browser_component',
22 }, 22 },
23 'includes': [ '../../../build/jni_generator.gypi' ], 23 'includes': [ '../../../build/jni_generator.gypi' ],
24 }, 24 },
25 ], 25 ],
26 }], 26 }],
27 ], 27 ],
28 } 28 }
29 29
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698