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

Side by Side Diff: ios/web/shell/test/BUILD.gn

Issue 2892493002: Replace sanitizers:deps with exe_and_shlib_deps (Chromium repo only) (Closed)
Patch Set: Fix find/replace error in nacl 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
« no previous file with comments | « ios/web/shell/BUILD.gn ('k') | ios/web_view/shell/test/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//ios/third_party/earl_grey/ios_eg_test.gni") 6 import("//ios/third_party/earl_grey/ios_eg_test.gni")
7 7
8 group("all_tests") { 8 group("all_tests") {
9 testonly = true 9 testonly = true
10 deps = [ 10 deps = [
(...skipping 20 matching lines...) Expand all
31 "//ios/testing:ios_test_support", 31 "//ios/testing:ios_test_support",
32 "//ios/testing/earl_grey:earl_grey_support", 32 "//ios/testing/earl_grey:earl_grey_support",
33 "//ios/web:earl_grey_test_support", 33 "//ios/web:earl_grey_test_support",
34 "//ios/web:test_support", 34 "//ios/web:test_support",
35 "//ios/web/shell", 35 "//ios/web/shell",
36 "//net", 36 "//net",
37 "//url", 37 "//url",
38 38
39 # All shared libraries must have the sanitizer deps to properly link in 39 # All shared libraries must have the sanitizer deps to properly link in
40 # asan mode (this target will be empty in other cases). 40 # asan mode (this target will be empty in other cases).
41 "//build/config/sanitizers:deps", 41 "//build/config:exe_and_shlib_deps",
42 ] 42 ]
43 43
44 bundle_deps = [ ":bundle" ] 44 bundle_deps = [ ":bundle" ]
45 45
46 configs += [ "//build/config/compiler:enable_arc" ] 46 configs += [ "//build/config/compiler:enable_arc" ]
47 47
48 assert_no_deps = ios_assert_no_deps 48 assert_no_deps = ios_assert_no_deps
49 } 49 }
50 50
51 source_set("earl_grey_test_support") { 51 source_set("earl_grey_test_support") {
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 sources = [ 93 sources = [
94 "http_server_files/basic_navigation_test.html", 94 "http_server_files/basic_navigation_test.html",
95 "http_server_files/tall_page.html", 95 "http_server_files/tall_page.html",
96 "http_server_files/testpage.pdf", 96 "http_server_files/testpage.pdf",
97 ] 97 ]
98 outputs = [ 98 outputs = [
99 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" + 99 "{{bundle_resources_dir}}/{{source_root_relative_dir}}/" +
100 "{{source_file_part}}", 100 "{{source_file_part}}",
101 ] 101 ]
102 } 102 }
OLDNEW
« no previous file with comments | « ios/web/shell/BUILD.gn ('k') | ios/web_view/shell/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698