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

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

Issue 2945563002: ChromeWebView integration test for Incognito. (Closed)
Patch Set: 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
OLDNEW
1 # Copyright 2017 The Chromium Authors. All rights reserved. 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 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("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//build/config/ios/rules.gni") 6 import("//build/config/ios/rules.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 group("all_tests") { 9 group("all_tests") {
10 testonly = true 10 testonly = true
11 deps = [ 11 deps = [
12 ":ios_web_view_inttests", 12 ":ios_web_view_inttests",
13 ] 13 ]
14 } 14 }
15 15
16 test("ios_web_view_inttests") { 16 test("ios_web_view_inttests") {
17 testonly = true 17 testonly = true
18 sources = [ 18 sources = [
19 "web_view_incognito_inttest.mm",
19 "web_view_kvo_inttest.mm", 20 "web_view_kvo_inttest.mm",
20 "web_view_restorable_state_inttest.mm", 21 "web_view_restorable_state_inttest.mm",
21 "web_view_test.h", 22 "web_view_test.h",
22 "web_view_test.mm", 23 "web_view_test.mm",
23 ] 24 ]
24 25
25 deps = [ 26 deps = [
26 ":test_support", 27 ":test_support",
27 "//base", 28 "//base",
28 "//base/test:run_all_unittests", 29 "//base/test:run_all_unittests",
(...skipping 21 matching lines...) Expand all
50 ] 51 ]
51 52
52 deps = [ 53 deps = [
53 "//base:base", 54 "//base:base",
54 "//ios/testing:ios_test_support", 55 "//ios/testing:ios_test_support",
55 "//ios/web_view:web_view+link", 56 "//ios/web_view:web_view+link",
56 ] 57 ]
57 58
58 configs += [ "//build/config/compiler:enable_arc" ] 59 configs += [ "//build/config/compiler:enable_arc" ]
59 } 60 }
OLDNEW
« no previous file with comments | « no previous file | ios/web_view/test/web_view_incognito_inttest.mm » ('j') | ios/web_view/test/web_view_incognito_inttest.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698