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

Unified Diff: android_webview/native/webview_native.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « android_webview/native/intercepted_request_data.cc ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/webview_native.gyp
diff --git a/android_webview/native/webview_native.gyp b/android_webview/native/webview_native.gyp
index 7b31a4a83c4fa46bae9e61c3f9019ef0660e0c87..0cbb3792f3c83fa875fbe26d5dcf40d7efa6b8dd 100644
--- a/android_webview/native/webview_native.gyp
+++ b/android_webview/native/webview_native.gyp
@@ -22,14 +22,26 @@
'sources': [
'android_webview_jni_registrar.cc',
'android_webview_jni_registrar.h',
+ 'android_web_view_util.cc',
+ 'android_web_view_util.h',
+ 'aw_browser_dependency_factory.cc',
+ 'aw_browser_dependency_factory.h',
+ 'aw_contents_container.h',
+ 'aw_contents.cc',
+ 'aw_contents.h',
'aw_web_contents_delegate.cc',
'aw_web_contents_delegate.h',
+ 'intercepted_request_data.cc',
+ 'intercepted_request_data.h',
],
},
{
'target_name': 'android_webview_native_jni',
'type': 'none',
'sources': [
+ '../java/src/org/chromium/android_webview/AndroidWebViewUtil.java',
+ '../java/src/org/chromium/android_webview/AwContents.java',
+ '../java/src/org/chromium/android_webview/InterceptedRequestData.java',
],
'variables': {
'jni_gen_dir': 'android_webview',
« no previous file with comments | « android_webview/native/intercepted_request_data.cc ('k') | base/android/jni_generator/jni_generator.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698