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

Side by Side Diff: ios/web_view/test/BUILD.gn

Issue 2892193002: Add unittest to test CWVWebView. (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
(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 import("//ios/build/config.gni")
6 import("//build/config/ios/rules.gni")
7 import("//testing/test.gni")
8
9 group("all_tests") {
10 testonly = true
11 deps = [
12 ":ios_web_view_unitttests",
13 ]
14 }
15
16 test("ios_web_view_unitttests") {
17 testonly = true
18 sources = [
19 "boolean_observer.h",
20 "boolean_observer.mm",
21 "chrome_web_view_kvo_unittest.mm",
22 "chrome_web_view_test.h",
23 "chrome_web_view_test.mm",
24 "test_server.cc",
25 "test_server.h",
26 "web_view_interaction_test_util.h",
27 "web_view_interaction_test_util.mm",
28 ]
29
30 deps = [
31 "//base",
32 "//base/test:run_all_unittests",
33 "//ios/testing:ios_test_support",
34 "//ios/web_view:web_view+link",
35 "//net",
36 "//net:test_support",
37 "//testing/gtest",
38 ]
39
40 bundle_deps = [ "//ios/web_view:web_view+bundle" ]
41
42 configs += [ "//build/config/compiler:enable_arc" ]
43
44 assert_no_deps = ios_assert_no_deps
45 }
OLDNEW
« no previous file with comments | « ios/BUILD.gn ('k') | ios/web_view/test/DEPS » ('j') | ios/web_view/test/boolean_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698