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

Side by Side Diff: ios/web/public/test/fakes/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: remove public_deps 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
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("test_support") {
6 testonly = true
7
8 deps = [
9 "//base",
10 "//ios/web:web",
11 "//ios/web/test:test_support",
12 "//mojo/common:common_custom_types",
13 "//net:test_support",
14 "//testing/gtest",
15 "//ui/base",
16 ]
17
18 allow_circular_includes_from = [ "//ios/web/test:test_support" ]
Eugene But (OOO till 7-30) 2017/05/23 00:15:11 ditto
baxley 2017/05/23 21:03:38 done!
19
20 sources = [
21 "crw_test_js_injection_receiver.h",
22 "crw_test_js_injection_receiver.mm",
23 "crw_test_web_state_observer.h",
24 "crw_test_web_state_observer.mm",
25 "test_browser_state.cc",
26 "test_browser_state.h",
27 "test_java_script_dialog_presenter.h",
28 "test_java_script_dialog_presenter.mm",
29 "test_native_content.h",
30 "test_native_content.mm",
31 "test_native_content_provider.h",
32 "test_native_content_provider.mm",
33 "test_navigation_manager.h",
34 "test_navigation_manager.mm",
35 "test_web_client.h",
36 "test_web_client.mm",
37 "test_web_state.h",
38 "test_web_state.mm",
39 "test_web_state_delegate.h",
40 "test_web_state_delegate.mm",
41 "test_web_state_observer.h",
42 "test_web_state_observer.mm",
43 "test_web_state_observer_util.h",
44 "test_web_state_observer_util.mm",
45 "test_web_view_content_view.h",
46 "test_web_view_content_view.mm",
47 ]
48 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698