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

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

Issue 2566493003: Remove CRWNetworkActivityIndicatorManager. (Closed)
Patch Set: Remove duplicate file refs. Created 4 years 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/chrome/browser/ui/BUILD.gn ('k') | ios/web/crw_network_activity_indicator_manager.h » ('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 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 import("//ios/build/config.gni") 5 import("//ios/build/config.gni")
6 import("//ios/web/js_compile.gni") 6 import("//ios/web/js_compile.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 import("//tools/grit/grit_rule.gni") 8 import("//tools/grit/grit_rule.gni")
9 9
10 group("all_tests") { 10 group("all_tests") {
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
312 } 312 }
313 313
314 source_set("core") { 314 source_set("core") {
315 configs += [ "//build/config/compiler:enable_arc" ] 315 configs += [ "//build/config/compiler:enable_arc" ]
316 deps = [ 316 deps = [
317 "//base", 317 "//base",
318 "//url", 318 "//url",
319 ] 319 ]
320 320
321 sources = [ 321 sources = [
322 "crw_network_activity_indicator_manager.h",
323 "crw_network_activity_indicator_manager.mm",
324 "history_state_util.cc", 322 "history_state_util.cc",
325 "history_state_util.h", 323 "history_state_util.h",
326 ] 324 ]
327 } 325 }
328 326
329 source_set("user_agent") { 327 source_set("user_agent") {
330 deps = [ 328 deps = [
331 "//base", 329 "//base",
332 ] 330 ]
333 331
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 "//testing/gmock", 500 "//testing/gmock",
503 "//testing/gtest", 501 "//testing/gtest",
504 "//third_party/ocmock", 502 "//third_party/ocmock",
505 "//ui/base:test_support", 503 "//ui/base:test_support",
506 ] 504 ]
507 505
508 sources = [ 506 sources = [
509 "active_state_manager_impl_unittest.mm", 507 "active_state_manager_impl_unittest.mm",
510 "alloc_with_zone_interceptor_unittest.mm", 508 "alloc_with_zone_interceptor_unittest.mm",
511 "browser_state_unittest.cc", 509 "browser_state_unittest.cc",
512 "crw_network_activity_indicator_manager_unittest.mm",
513 "history_state_util_unittest.mm", 510 "history_state_util_unittest.mm",
514 "navigation/crw_session_controller_unittest.mm", 511 "navigation/crw_session_controller_unittest.mm",
515 "navigation/crw_session_entry_unittest.mm", 512 "navigation/crw_session_entry_unittest.mm",
516 "navigation/navigation_item_impl_unittest.mm", 513 "navigation/navigation_item_impl_unittest.mm",
517 "navigation/navigation_manager_impl_unittest.mm", 514 "navigation/navigation_manager_impl_unittest.mm",
518 "navigation/nscoder_util_unittest.mm", 515 "navigation/nscoder_util_unittest.mm",
519 "net/cert_host_pair_unittest.cc", 516 "net/cert_host_pair_unittest.cc",
520 "net/cert_policy_unittest.cc", 517 "net/cert_policy_unittest.cc",
521 "net/clients/crw_js_injection_network_client_unittest.mm", 518 "net/clients/crw_js_injection_network_client_unittest.mm",
522 "net/crw_cert_verification_controller_unittest.mm", 519 "net/crw_cert_verification_controller_unittest.mm",
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 } 628 }
632 629
633 grit("resources") { 630 grit("resources") {
634 source = "ios_web_resources.grd" 631 source = "ios_web_resources.grd"
635 use_qualified_include = true 632 use_qualified_include = true
636 outputs = [ 633 outputs = [
637 "grit/ios_web_resources.h", 634 "grit/ios_web_resources.h",
638 "ios_web_resources.pak", 635 "ios_web_resources.pak",
639 ] 636 ]
640 } 637 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/ui/BUILD.gn ('k') | ios/web/crw_network_activity_indicator_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698