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

Side by Side Diff: android_webview/android_webview.gyp

Issue 11860014: Android WebView visited link highlighting implementation part 1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move VisitedLinkMaster to AwBrowserContext 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'includes': [ 8 'includes': [
9 'android_webview_tests.gypi', 9 'android_webview_tests.gypi',
10 ], 10 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 ], 93 ],
94 'action': ['python', '<(repack_path)', '<@(_outputs)', 94 'action': ['python', '<(repack_path)', '<@(_outputs)',
95 '<@(pak_inputs)'], 95 '<@(pak_inputs)'],
96 }], 96 }],
97 }, 97 },
98 { 98 {
99 'target_name': 'android_webview_common', 99 'target_name': 'android_webview_common',
100 'type': 'static_library', 100 'type': 'static_library',
101 'dependencies': [ 101 'dependencies': [
102 '../android_webview/native/webview_native.gyp:webview_native', 102 '../android_webview/native/webview_native.gyp:webview_native',
103 '../components/components.gyp:visitedlink_browser',
104 '../components/components.gyp:visitedlink_renderer',
103 '../components/components.gyp:web_contents_delegate_android', 105 '../components/components.gyp:web_contents_delegate_android',
104 '../content/content.gyp:content', 106 '../content/content.gyp:content',
105 '../content/content.gyp:navigation_interception', 107 '../content/content.gyp:navigation_interception',
106 '../skia/skia.gyp:skia', 108 '../skia/skia.gyp:skia',
107 'android_webview_pak', 109 'android_webview_pak',
108 ], 110 ],
109 'include_dirs': [ 111 'include_dirs': [
110 '..', 112 '..',
111 '../skia/config', 113 '../skia/config',
112 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/', 114 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 'package_name': 'android_webview', 215 'package_name': 'android_webview',
214 'apk_name': 'AndroidWebView', 216 'apk_name': 'AndroidWebView',
215 'manifest_package_name': 'org.chromium.android_webview', 217 'manifest_package_name': 'org.chromium.android_webview',
216 'java_in_dir': '../android_webview/java', 218 'java_in_dir': '../android_webview/java',
217 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'], 219 'native_libs_paths': ['<(SHARED_LIB_DIR)/libwebviewchromium.so'],
218 }, 220 },
219 'includes': [ '../build/java_apk.gypi' ], 221 'includes': [ '../build/java_apk.gypi' ],
220 }, 222 },
221 ], 223 ],
222 } 224 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/browser/DEPS » ('j') | android_webview/browser/aw_browser_context.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698