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

Side by Side 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: fix error, landed it again Created 6 years, 7 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
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContents.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'android_webview_apk', 7 'target_name': 'android_webview_apk',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'libwebviewchromium', 10 'libwebviewchromium',
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests', 96 '<(SHARED_INTERMEDIATE_DIR)/android_webview_unittests',
97 ], 97 ],
98 'sources': [ 98 'sources': [
99 'browser/aw_cookie_access_policy_unittest.cc', 99 'browser/aw_cookie_access_policy_unittest.cc',
100 'browser/aw_form_database_service_unittest.cc', 100 'browser/aw_form_database_service_unittest.cc',
101 'browser/net/android_stream_reader_url_request_job_unittest.cc', 101 'browser/net/android_stream_reader_url_request_job_unittest.cc',
102 'browser/net/input_stream_reader_unittest.cc', 102 'browser/net/input_stream_reader_unittest.cc',
103 'lib/main/webview_tests.cc', 103 'lib/main/webview_tests.cc',
104 'native/aw_contents_client_bridge_unittest.cc', 104 'native/aw_contents_client_bridge_unittest.cc',
105 'native/input_stream_unittest.cc', 105 'native/input_stream_unittest.cc',
106 'native/permission/media_access_permission_request_unittest.cc',
107 'native/permission/permission_request_handler_unittest.cc',
106 'native/state_serializer_unittest.cc', 108 'native/state_serializer_unittest.cc',
107 ], 109 ],
108 }, 110 },
109 { 111 {
110 'target_name': 'android_webview_unittest_java', 112 'target_name': 'android_webview_unittest_java',
111 'type': 'none', 113 'type': 'none',
112 'dependencies': [ 114 'dependencies': [
113 '../base/base.gyp:base_java_test_support', 115 '../base/base.gyp:base_java_test_support',
114 '../content/content_shell_and_tests.gyp:content_java_test_support', 116 '../content/content_shell_and_tests.gyp:content_java_test_support',
115 'android_webview_java', 117 'android_webview_java',
(...skipping 23 matching lines...) Expand all
139 'android_webview_unittest_java', 141 'android_webview_unittest_java',
140 'android_webview_unittests', 142 'android_webview_unittests',
141 ], 143 ],
142 'variables': { 144 'variables': {
143 'test_suite_name': 'android_webview_unittests', 145 'test_suite_name': 'android_webview_unittests',
144 }, 146 },
145 'includes': [ '../build/apk_test.gypi' ], 147 'includes': [ '../build/apk_test.gypi' ],
146 }, 148 },
147 ], 149 ],
148 } 150 }
OLDNEW
« no previous file with comments | « no previous file | android_webview/java/src/org/chromium/android_webview/AwContents.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698