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

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

Issue 11823046: Move content/components/web_contents_delegate_android to components/web_contents_delegate_android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase (win7_aura so slow!!) Created 7 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 | « android_webview/native/aw_web_contents_delegate.h ('k') | chrome/android/java/DEPS » ('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',
11 'type': 'static_library', 11 'type': 'static_library',
12 'dependencies': [ 12 'dependencies': [
13 '../../base/base.gyp:base_static', 13 '../../base/base.gyp:base_static',
14 '../../content/content.gyp:web_contents_delegate_android', 14 '../../components/components.gyp:web_contents_delegate_android',
15 '../../skia/skia.gyp:skia', 15 '../../skia/skia.gyp:skia',
16 '../../ui/gl/gl.gyp:gl', 16 '../../ui/gl/gl.gyp:gl',
17 'android_webview_native_jni', 17 'android_webview_native_jni',
18 ], 18 ],
19 'include_dirs': [ 19 'include_dirs': [
20 '../..', 20 '../..',
21 '../../skia/config', 21 '../../skia/config',
22 '<(SHARED_INTERMEDIATE_DIR)/android_webview', 22 '<(SHARED_INTERMEDIATE_DIR)/android_webview',
23 ], 23 ],
24 'sources': [ 24 'sources': [
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
84 'variables': { 84 'variables': {
85 'jni_gen_dir': 'android_webview', 85 'jni_gen_dir': 'android_webview',
86 }, 86 },
87 'includes': [ '../../build/jni_generator.gypi' ], 87 'includes': [ '../../build/jni_generator.gypi' ],
88 'dependencies': [ 88 'dependencies': [
89 'android_jar_jni_headers', 89 'android_jar_jni_headers',
90 ], 90 ],
91 }, 91 },
92 ], 92 ],
93 } 93 }
OLDNEW
« no previous file with comments | « android_webview/native/aw_web_contents_delegate.h ('k') | chrome/android/java/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698