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

Unified Diff: android_webview/android_webview_tests.gypi

Issue 239793002: Handle media access permission request (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments, added unittests Created 6 years, 8 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_tests.gypi
diff --git a/android_webview/android_webview_tests.gypi b/android_webview/android_webview_tests.gypi
index 9ead6fe42b9bcd2a28ca0f367526adba48bc408a..c387bac7bdabeff37b0623d9cdad2ce57073794b 100644
--- a/android_webview/android_webview_tests.gypi
+++ b/android_webview/android_webview_tests.gypi
@@ -89,6 +89,7 @@
'../ui/base/ui_base.gyp:ui_base_jni_headers',
'android_webview_common',
'android_webview_unittests_jni',
+ 'libwebviewchromium',
mkosiba (inactive) 2014/04/23 18:04:40 I'm surprised it doesn't crash. - you've just intr
michaelbai 2014/04/24 00:56:43 oops, it should be removed, I were hoping it could
mkosiba (inactive) 2014/04/24 09:24:58 yes, testing/android/native_test_launcher.cc defin
],
'include_dirs': [
'..',
@@ -101,6 +102,8 @@
'browser/net/input_stream_reader_unittest.cc',
'lib/main/webview_tests.cc',
'native/input_stream_unittest.cc',
+ 'native/permission/media_access_permission_request_unittest.cc',
+ 'native/permission/permission_request_handler_unittest.cc',
'native/state_serializer_unittest.cc',
],
},

Powered by Google App Engine
This is Rietveld 408576698