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

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

Issue 2527383002: Split //ios/public/provider/chrome/browser/* targets. (Closed)
Patch Set: Rebase. 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/signin/BUILD.gn ('k') | ios/chrome/browser/ui/voice/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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 source_set("translate") { 5 source_set("translate") {
6 sources = [ 6 sources = [
7 "after_translate_infobar_controller.h", 7 "after_translate_infobar_controller.h",
8 "after_translate_infobar_controller.mm", 8 "after_translate_infobar_controller.mm",
9 "before_translate_infobar_controller.h", 9 "before_translate_infobar_controller.h",
10 "before_translate_infobar_controller.mm", 10 "before_translate_infobar_controller.mm",
(...skipping 19 matching lines...) Expand all
30 "//components/translate/core/browser", 30 "//components/translate/core/browser",
31 "//components/translate/core/common", 31 "//components/translate/core/common",
32 "//components/translate/ios/browser", 32 "//components/translate/ios/browser",
33 "//components/web_resource", 33 "//components/web_resource",
34 "//ios/chrome/app/strings", 34 "//ios/chrome/app/strings",
35 "//ios/chrome/app/theme", 35 "//ios/chrome/app/theme",
36 "//ios/chrome/browser", 36 "//ios/chrome/browser",
37 "//ios/chrome/browser/browser_state", 37 "//ios/chrome/browser/browser_state",
38 "//ios/chrome/browser/infobars", 38 "//ios/chrome/browser/infobars",
39 "//ios/public/provider/chrome/browser", 39 "//ios/public/provider/chrome/browser",
40 "//ios/public/provider/chrome/browser/ui",
40 "//ios/web", 41 "//ios/web",
41 "//ui/base", 42 "//ui/base",
42 "//ui/gfx", 43 "//ui/gfx",
43 "//url", 44 "//url",
44 ] 45 ]
45 allow_circular_includes_from = [ "//ios/chrome/browser/infobars" ] 46 allow_circular_includes_from = [ "//ios/chrome/browser/infobars" ]
46 } 47 }
47 48
48 source_set("unit_tests") { 49 source_set("unit_tests") {
49 testonly = true 50 testonly = true
50 sources = [ 51 sources = [
51 "translate_service_ios_unittest.cc", 52 "translate_service_ios_unittest.cc",
52 ] 53 ]
53 deps = [ 54 deps = [
54 ":translate", 55 ":translate",
55 "//ios/chrome/browser", 56 "//ios/chrome/browser",
56 "//ios/public/provider/chrome/browser:test_support", 57 "//ios/public/provider/chrome/browser:test_support",
57 "//testing/gtest", 58 "//testing/gtest",
58 "//url", 59 "//url",
59 ] 60 ]
60 } 61 }
OLDNEW
« no previous file with comments | « ios/chrome/browser/signin/BUILD.gn ('k') | ios/chrome/browser/ui/voice/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698