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

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

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 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 | « ios/web/public/test/BUILD.gn ('k') | ios/web/public/test/http_server.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("fakes") {
6 testonly = true
7
8 deps = [
9 "//base",
10 "//ios/web:web",
11 "//ios/web/test:test_constants",
12 "//mojo/common:common_custom_types",
13 "//net:test_support",
14 "//testing/gtest",
15 "//ui/base",
16 ]
17
18 sources = [
19 "crw_test_js_injection_receiver.h",
20 "crw_test_js_injection_receiver.mm",
21 "crw_test_web_state_observer.h",
22 "crw_test_web_state_observer.mm",
23 "test_browser_state.cc",
24 "test_browser_state.h",
25 "test_java_script_dialog_presenter.h",
26 "test_java_script_dialog_presenter.mm",
27 "test_native_content.h",
28 "test_native_content.mm",
29 "test_native_content_provider.h",
30 "test_native_content_provider.mm",
31 "test_navigation_manager.h",
32 "test_navigation_manager.mm",
33 "test_web_client.h",
34 "test_web_client.mm",
35 "test_web_state.h",
36 "test_web_state.mm",
37 "test_web_state_delegate.h",
38 "test_web_state_delegate.mm",
39 "test_web_state_observer.h",
40 "test_web_state_observer.mm",
41 "test_web_state_observer_util.h",
42 "test_web_state_observer_util.mm",
43 "test_web_view_content_view.h",
44 "test_web_view_content_view.mm",
45 ]
46 }
OLDNEW
« no previous file with comments | « ios/web/public/test/BUILD.gn ('k') | ios/web/public/test/http_server.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698