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

Side by Side Diff: components/translate/ios/browser/BUILD.gn

Issue 2898733003: Split up ios/web:test_support. (Closed)
Patch Set: don't break downstream clients Created 3 years, 6 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 | « components/signin/ios/browser/BUILD.gn ('k') | ios/chrome/app/application_delegate/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/web/js_compile.gni") 5 import("//ios/web/js_compile.gni")
6 6
7 source_set("browser") { 7 source_set("browser") {
8 configs += [ "//build/config/compiler:enable_arc" ] 8 configs += [ "//build/config/compiler:enable_arc" ]
9 sources = [ 9 sources = [
10 "ios_translate_driver.h", 10 "ios_translate_driver.h",
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 "string_clipping_util_unittest.cc", 51 "string_clipping_util_unittest.cc",
52 "translate_controller_unittest.mm", 52 "translate_controller_unittest.mm",
53 ] 53 ]
54 54
55 deps = [ 55 deps = [
56 ":browser", 56 ":browser",
57 "//base", 57 "//base",
58 "//components/prefs:test_support", 58 "//components/prefs:test_support",
59 "//components/resources", 59 "//components/resources",
60 "//components/translate/core/browser", 60 "//components/translate/core/browser",
61 "//ios/web:test_support", 61 "//ios/web/public/test",
62 "//ios/web/public/test/fakes",
62 "//testing/gtest", 63 "//testing/gtest",
63 "//third_party/ocmock", 64 "//third_party/ocmock",
64 "//ui/base", 65 "//ui/base",
65 "//url", 66 "//url",
66 ] 67 ]
67 } 68 }
OLDNEW
« no previous file with comments | « components/signin/ios/browser/BUILD.gn ('k') | ios/chrome/app/application_delegate/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698