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

Side by Side Diff: ios/chrome/browser/web/BUILD.gn

Issue 2695593011: Error pages: Break retain cycle NativeContent/StaticHTMLViewController (Closed)
Patch Set: split ErrorPageGenerator and fix unittests Created 3 years, 10 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 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/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("web") { 7 source_set("web") {
8 configs += [ "//build/config/compiler:enable_arc" ] 8 configs += [ "//build/config/compiler:enable_arc" ]
9 sources = [ 9 sources = [
10 "dom_altering_lock.h", 10 "dom_altering_lock.h",
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 "auto_reload_bridge.h", 150 "auto_reload_bridge.h",
151 "auto_reload_bridge.mm", 151 "auto_reload_bridge.mm",
152 "auto_reload_controller.h", 152 "auto_reload_controller.h",
153 "auto_reload_controller.mm", 153 "auto_reload_controller.mm",
154 "blocked_popup_tab_helper.h", 154 "blocked_popup_tab_helper.h",
155 "blocked_popup_tab_helper.mm", 155 "blocked_popup_tab_helper.mm",
156 "chrome_web_client.h", 156 "chrome_web_client.h",
157 "chrome_web_client.mm", 157 "chrome_web_client.mm",
158 "error_page_content.h", 158 "error_page_content.h",
159 "error_page_content.mm", 159 "error_page_content.mm",
160 "error_page_generator.h",
161 "error_page_generator.mm",
160 "external_app_launcher.h", 162 "external_app_launcher.h",
161 "external_app_launcher.mm", 163 "external_app_launcher.mm",
162 "passkit_dialog_provider.h", 164 "passkit_dialog_provider.h",
163 "print_observer.h", 165 "print_observer.h",
164 "print_observer.mm", 166 "print_observer.mm",
165 ] 167 ]
166 deps = [ 168 deps = [
167 ":injected_js", 169 ":injected_js",
168 ":resources", 170 ":resources",
169 "//base", 171 "//base",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 "//ios/web:test_support", 216 "//ios/web:test_support",
215 ] 217 ]
216 } 218 }
217 219
218 source_set("unit_tests_internal") { 220 source_set("unit_tests_internal") {
219 testonly = true 221 testonly = true
220 sources = [ 222 sources = [
221 "auto_reload_controller_unittest.mm", 223 "auto_reload_controller_unittest.mm",
222 "blocked_popup_tab_helper_unittest.mm", 224 "blocked_popup_tab_helper_unittest.mm",
223 "chrome_web_client_unittest.mm", 225 "chrome_web_client_unittest.mm",
224 "error_page_content_unittest.mm", 226 "error_page_generator_unittest.mm",
225 "external_app_launcher_unittest.mm", 227 "external_app_launcher_unittest.mm",
226 "find_in_page_js_unittest.mm", 228 "find_in_page_js_unittest.mm",
227 "js_findinpage_manager_unittest.mm", 229 "js_findinpage_manager_unittest.mm",
228 ] 230 ]
229 deps = [ 231 deps = [
230 ":test_support", 232 ":test_support",
231 ":web_internal", 233 ":web_internal",
232 "//base", 234 "//base",
233 "//base/test:test_support", 235 "//base/test:test_support",
234 "//components/infobars/core", 236 "//components/infobars/core",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 "early_page_script_perftest.mm", 299 "early_page_script_perftest.mm",
298 ] 300 ]
299 deps = [ 301 deps = [
300 "//base", 302 "//base",
301 "//ios/chrome/test/base:perf_test_support", 303 "//ios/chrome/test/base:perf_test_support",
302 "//ios/web", 304 "//ios/web",
303 "//ios/web:test_support", 305 "//ios/web:test_support",
304 ] 306 ]
305 libs = [ "WebKit.framework" ] 307 libs = [ "WebKit.framework" ]
306 } 308 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/static_content/static_html_view_controller.h ('k') | ios/chrome/browser/web/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698