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

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

Issue 2521253002: Move ImageFetcher to its own target. (Closed)
Patch Set: Cleanup 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 | « components/test/data/webp_transcode/test_small.webp ('k') | ios/chrome/browser/net/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 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 test("ios_chrome_unittests") { 8 test("ios_chrome_unittests") {
9 deps = [ 9 deps = [
10 # Ensure that all unit tests are run. 10 # Ensure that all unit tests are run.
(...skipping 29 matching lines...) Expand all
40 "//ios/chrome/browser/ui/alert_coordinator:unit_tests", 40 "//ios/chrome/browser/ui/alert_coordinator:unit_tests",
41 "//ios/chrome/browser/ui/commands:unit_tests", 41 "//ios/chrome/browser/ui/commands:unit_tests",
42 "//ios/chrome/browser/ui/context_menu:unit_tests", 42 "//ios/chrome/browser/ui/context_menu:unit_tests",
43 "//ios/chrome/browser/ui/dialogs:unit_tests", 43 "//ios/chrome/browser/ui/dialogs:unit_tests",
44 "//ios/chrome/browser/ui/elements:unit_tests", 44 "//ios/chrome/browser/ui/elements:unit_tests",
45 "//ios/chrome/browser/ui/keyboard:unit_tests", 45 "//ios/chrome/browser/ui/keyboard:unit_tests",
46 "//ios/chrome/browser/ui/voice:unit_tests", 46 "//ios/chrome/browser/ui/voice:unit_tests",
47 "//ios/chrome/browser/update_client:unit_tests", 47 "//ios/chrome/browser/update_client:unit_tests",
48 "//ios/chrome/browser/voice:unit_tests", 48 "//ios/chrome/browser/voice:unit_tests",
49 "//ios/chrome/browser/web_resource:unit_tests", 49 "//ios/chrome/browser/web_resource:unit_tests",
50 "//ios/chrome/browser/webp_transcode:unit_tests",
51 "//ios/chrome/common:unit_tests", 50 "//ios/chrome/common:unit_tests",
52 "//ios/chrome/test:unit_tests", 51 "//ios/chrome/test:unit_tests",
53 ] 52 ]
54 53
55 assert_no_deps = ios_assert_no_deps 54 assert_no_deps = ios_assert_no_deps
56 } 55 }
OLDNEW
« no previous file with comments | « components/test/data/webp_transcode/test_small.webp ('k') | ios/chrome/browser/net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698