| OLD | NEW |
| 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 configs += [ "//build/config/compiler:enable_arc" ] |
| 6 sources = [ | 7 sources = [ |
| 7 "after_translate_infobar_controller.h", | 8 "after_translate_infobar_controller.h", |
| 8 "after_translate_infobar_controller.mm", | 9 "after_translate_infobar_controller.mm", |
| 9 "before_translate_infobar_controller.h", | 10 "before_translate_infobar_controller.h", |
| 10 "before_translate_infobar_controller.mm", | 11 "before_translate_infobar_controller.mm", |
| 11 "chrome_ios_translate_client.h", | 12 "chrome_ios_translate_client.h", |
| 12 "chrome_ios_translate_client.mm", | 13 "chrome_ios_translate_client.mm", |
| 13 "language_model_factory.cc", | 14 "language_model_factory.cc", |
| 14 "language_model_factory.h", | 15 "language_model_factory.h", |
| 15 "never_translate_infobar_controller.h", | 16 "never_translate_infobar_controller.h", |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "//ios/chrome/test/earl_grey:test_support", | 104 "//ios/chrome/test/earl_grey:test_support", |
| 104 "//ios/testing:ios_test_support", | 105 "//ios/testing:ios_test_support", |
| 105 "//ios/third_party/earl_grey", | 106 "//ios/third_party/earl_grey", |
| 106 "//ios/web/public/test", | 107 "//ios/web/public/test", |
| 107 "//ios/web/public/test/http_server", | 108 "//ios/web/public/test/http_server", |
| 108 "//net", | 109 "//net", |
| 109 "//ui/base", | 110 "//ui/base", |
| 110 ] | 111 ] |
| 111 libs = [ "XCTest.framework" ] | 112 libs = [ "XCTest.framework" ] |
| 112 } | 113 } |
| OLD | NEW |