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

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

Issue 1411183010: Make MB aware of iOS bot configs and get iOS working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add passthrough mode to MB, move MB configuration into //ios files Created 5 years, 1 month 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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # GN build of //ios/web only supports building with the web implementation of 5 # GN build of //ios/web only supports building with the web implementation of
6 # WebThread as opposed to GYP build that allow using a shim implementation based 6 # WebThread as opposed to GYP build that allow using a shim implementation based
7 # on top of BrowserThread. 7 # on top of BrowserThread.
8 # 8 #
9 # See ios/web/ios_web.gyp for more information on how gyp supports this. The 9 # See ios/web/ios_web.gyp for more information on how gyp supports this. The
10 # gn targets will fold the target selection in the gyp "incomplete" targets. 10 # gn targets will fold the target selection in the gyp "incomplete" targets.
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "navigation/navigation_manager_delegate.h", 77 "navigation/navigation_manager_delegate.h",
78 "navigation/navigation_manager_facade_delegate.h", 78 "navigation/navigation_manager_facade_delegate.h",
79 "navigation/navigation_manager_impl.h", 79 "navigation/navigation_manager_impl.h",
80 "navigation/navigation_manager_impl.mm", 80 "navigation/navigation_manager_impl.mm",
81 "navigation/nscoder_util.h", 81 "navigation/nscoder_util.h",
82 "navigation/nscoder_util.mm", 82 "navigation/nscoder_util.mm",
83 "navigation/time_smoother.cc", 83 "navigation/time_smoother.cc",
84 "navigation/time_smoother.h", 84 "navigation/time_smoother.h",
85 "navigation/web_load_params.h", 85 "navigation/web_load_params.h",
86 "navigation/web_load_params.mm", 86 "navigation/web_load_params.mm",
87 "net/cert_host_pair.cc",
88 "net/cert_host_pair.h",
87 "net/cert_policy.cc", 89 "net/cert_policy.cc",
88 "net/cert_store_impl.cc", 90 "net/cert_store_impl.cc",
89 "net/cert_store_impl.h", 91 "net/cert_store_impl.h",
90 "net/cert_verifier_block_adapter.cc", 92 "net/cert_verifier_block_adapter.cc",
91 "net/cert_verifier_block_adapter.h", 93 "net/cert_verifier_block_adapter.h",
92 "net/certificate_policy_cache.cc", 94 "net/certificate_policy_cache.cc",
93 "net/clients/crw_csp_network_client.h", 95 "net/clients/crw_csp_network_client.h",
94 "net/clients/crw_csp_network_client.mm", 96 "net/clients/crw_csp_network_client.mm",
95 "net/clients/crw_js_injection_network_client.h", 97 "net/clients/crw_js_injection_network_client.h",
96 "net/clients/crw_js_injection_network_client.mm", 98 "net/clients/crw_js_injection_network_client.mm",
97 "net/clients/crw_js_injection_network_client_factory.h", 99 "net/clients/crw_js_injection_network_client_factory.h",
98 "net/clients/crw_js_injection_network_client_factory.mm", 100 "net/clients/crw_js_injection_network_client_factory.mm",
99 "net/clients/crw_passkit_delegate.h", 101 "net/clients/crw_passkit_delegate.h",
100 "net/clients/crw_passkit_network_client.h", 102 "net/clients/crw_passkit_network_client.h",
101 "net/clients/crw_passkit_network_client.mm", 103 "net/clients/crw_passkit_network_client.mm",
102 "net/clients/crw_passkit_network_client_factory.h", 104 "net/clients/crw_passkit_network_client_factory.h",
103 "net/clients/crw_passkit_network_client_factory.mm", 105 "net/clients/crw_passkit_network_client_factory.mm",
104 "net/clients/crw_redirect_network_client.h", 106 "net/clients/crw_redirect_network_client.h",
105 "net/clients/crw_redirect_network_client.mm", 107 "net/clients/crw_redirect_network_client.mm",
106 "net/clients/crw_redirect_network_client_factory.h", 108 "net/clients/crw_redirect_network_client_factory.h",
107 "net/clients/crw_redirect_network_client_factory.mm", 109 "net/clients/crw_redirect_network_client_factory.mm",
108 "net/cookie_notification_bridge.h", 110 "net/cookie_notification_bridge.h",
109 "net/cookie_notification_bridge.mm", 111 "net/cookie_notification_bridge.mm",
110 "net/crw_cert_policy_cache.h",
111 "net/crw_cert_policy_cache.mm",
112 "net/crw_cert_verification_controller.h", 112 "net/crw_cert_verification_controller.h",
113 "net/crw_cert_verification_controller.mm", 113 "net/crw_cert_verification_controller.mm",
114 "net/crw_request_tracker_delegate.h", 114 "net/crw_request_tracker_delegate.h",
115 "net/crw_url_verifying_protocol_handler.h", 115 "net/crw_url_verifying_protocol_handler.h",
116 "net/crw_url_verifying_protocol_handler.mm", 116 "net/crw_url_verifying_protocol_handler.mm",
117 "net/request_group_util.h", 117 "net/request_group_util.h",
118 "net/request_group_util.mm", 118 "net/request_group_util.mm",
119 "net/request_tracker_data_memoizing_store.h", 119 "net/request_tracker_data_memoizing_store.h",
120 "net/request_tracker_factory_impl.h", 120 "net/request_tracker_factory_impl.h",
121 "net/request_tracker_factory_impl.mm", 121 "net/request_tracker_factory_impl.mm",
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 } 329 }
330 330
331 source_set("test_support") { 331 source_set("test_support") {
332 testonly = true 332 testonly = true
333 333
334 deps = [ 334 deps = [
335 "//ios/testing:ocmock_support", 335 "//ios/testing:ocmock_support",
336 "//ios/third_party/gcdwebserver", 336 "//ios/third_party/gcdwebserver",
337 "//testing/gmock", 337 "//testing/gmock",
338 "//testing/gtest", 338 "//testing/gtest",
339 "//third_party/google_toolbox_for_mac",
339 "//third_party/ocmock", 340 "//third_party/ocmock",
340 ":web", 341 ":web",
341 ] 342 ]
342 343
343 sources = [ 344 sources = [
344 "public/test/crw_test_js_injection_receiver.h", 345 "public/test/crw_test_js_injection_receiver.h",
345 "public/test/crw_test_js_injection_receiver.mm", 346 "public/test/crw_test_js_injection_receiver.mm",
346 "public/test/http_server.h", 347 "public/test/http_server.h",
347 "public/test/http_server.mm", 348 "public/test/http_server.mm",
348 "public/test/js_test_util.h", 349 "public/test/js_test_util.h",
(...skipping 30 matching lines...) Expand all
379 ] 380 ]
380 } 381 }
381 382
382 test("ios_web_unittests") { 383 test("ios_web_unittests") {
383 deps = [ 384 deps = [
384 "//base", 385 "//base",
385 "//base/test:test_support", 386 "//base/test:test_support",
386 "//net:test_support", 387 "//net:test_support",
387 "//testing/gmock", 388 "//testing/gmock",
388 "//testing/gtest", 389 "//testing/gtest",
390 "//third_party/google_toolbox_for_mac",
389 "//third_party/ocmock", 391 "//third_party/ocmock",
390 "//ui/base:test_support", 392 "//ui/base:test_support",
391 "//ios/testing:ocmock_support", 393 "//ios/testing:ocmock_support",
392 ":web", 394 ":web",
393 ":test_support", 395 ":test_support",
394 ] 396 ]
395 397
396 sources = [ 398 sources = [
397 "active_state_manager_impl_unittest.mm", 399 "active_state_manager_impl_unittest.mm",
398 "alloc_with_zone_interceptor_unittest.mm", 400 "alloc_with_zone_interceptor_unittest.mm",
399 "browser_state_unittest.cc", 401 "browser_state_unittest.cc",
400 "browsing_data_partition_impl_unittest.mm", 402 "browsing_data_partition_impl_unittest.mm",
401 "crw_browsing_data_store_unittest.mm", 403 "crw_browsing_data_store_unittest.mm",
402 "crw_network_activity_indicator_manager_unittest.mm", 404 "crw_network_activity_indicator_manager_unittest.mm",
403 "history_state_util_unittest.mm", 405 "history_state_util_unittest.mm",
404 "navigation/crw_session_controller_unittest.mm", 406 "navigation/crw_session_controller_unittest.mm",
405 "navigation/crw_session_entry_unittest.mm", 407 "navigation/crw_session_entry_unittest.mm",
406 "navigation/navigation_item_impl_unittest.mm", 408 "navigation/navigation_item_impl_unittest.mm",
407 "navigation/navigation_manager_impl_unittest.mm", 409 "navigation/navigation_manager_impl_unittest.mm",
408 "navigation/nscoder_util_unittest.mm", 410 "navigation/nscoder_util_unittest.mm",
409 "net/cert_policy_unittest.cc", 411 "net/cert_policy_unittest.cc",
410 "net/cert_verifier_block_adapter_unittest.cc", 412 "net/cert_verifier_block_adapter_unittest.cc",
411 "net/clients/crw_csp_network_client_unittest.mm", 413 "net/clients/crw_csp_network_client_unittest.mm",
412 "net/clients/crw_js_injection_network_client_unittest.mm", 414 "net/clients/crw_js_injection_network_client_unittest.mm",
413 "net/clients/crw_passkit_network_client_unittest.mm", 415 "net/clients/crw_passkit_network_client_unittest.mm",
414 "net/crw_cert_policy_cache_unittest.mm",
415 "net/crw_cert_verification_controller_unittest.mm", 416 "net/crw_cert_verification_controller_unittest.mm",
416 "net/crw_url_verifying_protocol_handler_unittest.mm", 417 "net/crw_url_verifying_protocol_handler_unittest.mm",
417 "net/request_group_util_unittest.mm", 418 "net/request_group_util_unittest.mm",
418 "net/request_tracker_impl_unittest.mm", 419 "net/request_tracker_impl_unittest.mm",
419 "net/web_http_protocol_handler_delegate_unittest.mm", 420 "net/web_http_protocol_handler_delegate_unittest.mm",
420 "public/referrer_util_unittest.cc", 421 "public/referrer_util_unittest.cc",
421 "public/test/http_server_unittest.mm", 422 "public/test/http_server_unittest.mm",
422 "string_util_unittest.cc", 423 "string_util_unittest.cc",
423 "test/crw_fake_web_controller_observer_unittest.mm", 424 "test/crw_fake_web_controller_observer_unittest.mm",
424 "test/run_all_unittests.cc", 425 "test/run_all_unittests.cc",
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
497 ":web_bundle_ui", 498 ":web_bundle_ui",
498 ":web_bundle_wk", 499 ":web_bundle_wk",
499 ] 500 ]
500 501
501 sources = [ 502 sources = [
502 "web_state/js/resources/plugin_placeholder.js", 503 "web_state/js/resources/plugin_placeholder.js",
503 "web_state/js/resources/window_id.js", 504 "web_state/js/resources/window_id.js",
504 "webui/resources/web_ui.js", 505 "webui/resources/web_ui.js",
505 ] 506 ]
506 } 507 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698