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

Side by Side Diff: android_webview/test/BUILD.gn

Issue 2863233002: [WebView] Move files from native to browser (Closed)
Patch Set: Created 3 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//build/config/android/rules.gni") 5 import("//build/config/android/rules.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 # Mark all targets as test only. 8 # Mark all targets as test only.
9 testonly = true 9 testonly = true
10 10
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 "../browser/command_line_helper_unittest.cc", 277 "../browser/command_line_helper_unittest.cc",
278 "../browser/net/android_stream_reader_url_request_job_unittest.cc", 278 "../browser/net/android_stream_reader_url_request_job_unittest.cc",
279 "../browser/net/aw_cookie_store_wrapper_unittest.cc", 279 "../browser/net/aw_cookie_store_wrapper_unittest.cc",
280 "../browser/net/input_stream_reader_unittest.cc", 280 "../browser/net/input_stream_reader_unittest.cc",
281 "../browser/renderer_host/auto_login_parser_unittest.cc", 281 "../browser/renderer_host/auto_login_parser_unittest.cc",
282 "../browser/test/fake_window.cc", 282 "../browser/test/fake_window.cc",
283 "../browser/test/fake_window.h", 283 "../browser/test/fake_window.h",
284 "../browser/test/rendering_test.cc", 284 "../browser/test/rendering_test.cc",
285 "../browser/test/rendering_test.h", 285 "../browser/test/rendering_test.h",
286 "../lib/main/webview_tests.cc", 286 "../lib/main/webview_tests.cc",
287 "../native/address_parser_unittest.cc", 287 ]
288 "../native/aw_contents_client_bridge_unittest.cc", 288
289 "../native/aw_media_url_interceptor_unittest.cc", 289 # TODO(ctzsm): Remove following block.
290 "../native/input_stream_unittest.cc", 290 # Take out old native/ tests files from sources for now
291 "../native/permission/media_access_permission_request_unittest.cc", 291 # for easier distinguishing them from actual browser/ files.
292 "../native/permission/permission_request_handler_unittest.cc", 292 sources += [
293 "../native/state_serializer_unittest.cc", 293 "../browser/address_parser_unittest.cc",
294 "../browser/aw_contents_client_bridge_unittest.cc",
295 "../browser/aw_media_url_interceptor_unittest.cc",
296 "../browser/input_stream_unittest.cc",
297 "../browser/permission/media_access_permission_request_unittest.cc",
298 "../browser/permission/permission_request_handler_unittest.cc",
299 "../browser/state_serializer_unittest.cc",
294 ] 300 ]
295 } 301 }
296 302
297 android_assets("android_webview_unittests_assets") { 303 android_assets("android_webview_unittests_assets") {
298 sources = [ 304 sources = [
299 "unittest/assets/asset_file.ogg", 305 "unittest/assets/asset_file.ogg",
300 ] 306 ]
301 } 307 }
302 308
303 android_library("android_webview_unittests_java") { 309 android_library("android_webview_unittests_java") {
(...skipping 16 matching lines...) Expand all
320 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java", 326 "../unittestjava/src/org/chromium/android_webview/unittest/MockAwContentsCli entBridge.java",
321 ] 327 ]
322 } 328 }
323 329
324 shared_library("libdrawgl") { 330 shared_library("libdrawgl") {
325 sources = [ 331 sources = [
326 "shell/src/draw_gl/draw_gl.cc", 332 "shell/src/draw_gl/draw_gl.cc",
327 ] 333 ]
328 configs -= [ "//build/config/android:hide_all_but_jni_onload" ] 334 configs -= [ "//build/config/android:hide_all_but_jni_onload" ]
329 } 335 }
OLDNEW
« android_webview/BUILD.gn ('K') | « android_webview/native/token_binding_manager_bridge.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698