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

Unified Diff: android_webview/native/webview_native.gyp

Issue 12988003: [Android] Fix remaining linker errors for components build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 side-by-side diff with in-line comments
Download patch
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 28ef1d89f363606ffee74d17e67965f14de78a19..d175d3c7f76df527aad5c17f4c6a3f55c3e2654e 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -11,8 +11,13 @@
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base_static',
+ '../../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
'../../components/components.gyp:web_contents_delegate_android',
+ '../../cc/cc.gyp:cc',
+ '../../net/net.gyp:net',
'../../skia/skia.gyp:skia',
+ '../../webkit/support/webkit_support.gyp:user_agent',
+ '../../webkit/support/webkit_support.gyp:webkit_storage',
'android_webview_native_jni',
],
'include_dirs': [
« no previous file with comments | « android_webview/browser/net/aw_url_request_job_factory.cc ('k') | content/common/content_constants_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698