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

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

Issue 2217083002: Add sequential dispatching for InitializationRunner (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 4 years, 2 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 | « no previous file | ios/chrome/app/deferred_initialization_runner.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("//build/config/ios/rules.gni") 5 import("//build/config/ios/rules.gni")
6 import("//ios/build/config.gni") 6 import("//ios/build/config.gni")
7 import("//testing/test.gni") 7 import("//testing/test.gni")
8 8
9 bundle_data("ios_chrome_unittests_bundle_data") { 9 bundle_data("ios_chrome_unittests_bundle_data") {
10 testonly = true 10 testonly = true
(...skipping 14 matching lines...) Expand all
25 } 25 }
26 26
27 bundle_data_xib("native_content_controller_test_xib") { 27 bundle_data_xib("native_content_controller_test_xib") {
28 testonly = true 28 testonly = true
29 source = "browser/ui/native_content_controller_test.xib" 29 source = "browser/ui/native_content_controller_test.xib"
30 } 30 }
31 31
32 test("ios_chrome_unittests") { 32 test("ios_chrome_unittests") {
33 sources = [ 33 sources = [
34 "app/application_delegate/memory_warning_helper_unittest.mm", 34 "app/application_delegate/memory_warning_helper_unittest.mm",
35 "app/deferred_initialization_runner_unittest.mm",
35 "app/safe_mode_util_unittest.cc", 36 "app/safe_mode_util_unittest.cc",
36 "browser/browsing_data/cache_counter_unittest.cc", 37 "browser/browsing_data/cache_counter_unittest.cc",
37 "browser/chrome_url_util_unittest.mm", 38 "browser/chrome_url_util_unittest.mm",
38 "browser/crash_loop_detection_util_unittest.mm", 39 "browser/crash_loop_detection_util_unittest.mm",
39 "browser/favicon/large_icon_cache_unittest.cc", 40 "browser/favicon/large_icon_cache_unittest.cc",
40 "browser/geolocation/CLLocation+XGeoHeaderTest.mm", 41 "browser/geolocation/CLLocation+XGeoHeaderTest.mm",
41 "browser/geolocation/location_manager_unittest.mm", 42 "browser/geolocation/location_manager_unittest.mm",
42 "browser/geolocation/omnibox_geolocation_local_state_unittest.mm", 43 "browser/geolocation/omnibox_geolocation_local_state_unittest.mm",
43 "browser/install_time_util_unittest.mm", 44 "browser/install_time_util_unittest.mm",
44 "browser/installation_notifier_unittest.mm", 45 "browser/installation_notifier_unittest.mm",
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "//testing/gtest", 132 "//testing/gtest",
132 "//third_party/google_toolbox_for_mac", 133 "//third_party/google_toolbox_for_mac",
133 "//third_party/ocmock", 134 "//third_party/ocmock",
134 "//ui/base:base", 135 "//ui/base:base",
135 "//ui/gfx:test_support", 136 "//ui/gfx:test_support",
136 "//ui/strings:ui_strings", 137 "//ui/strings:ui_strings",
137 ] 138 ]
138 139
139 assert_no_deps = ios_assert_no_deps 140 assert_no_deps = ios_assert_no_deps
140 } 141 }
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/app/deferred_initialization_runner.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698