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

Unified Diff: android_webview/android_webview.gyp

Issue 11017024: Implement AwContentsClient and remove dependency on chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/android_webview.gyp
diff --git a/android_webview/android_webview.gyp b/android_webview/android_webview.gyp
index d74f5d60b8e87389a7973d1a751c220eb8c21f0a..20a1052e736e05f4b96a04defe339323e81bb6e8 100644
--- a/android_webview/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -24,6 +24,8 @@
'sources': [
'common/android_webview_message_generator.cc',
'common/android_webview_message_generator.h',
+ 'common/aw_content_client.cc',
+ 'common/aw_content_client.h',
'common/render_view_messages.cc',
'common/render_view_messages.h',
'common/url_constants.cc',

Powered by Google App Engine
This is Rietveld 408576698