| 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("native_app_launcher") { | 5 source_set("native_app_launcher") { |
| 6 configs += [ "//build/config/compiler:enable_arc" ] |
| 6 sources = [ | 7 sources = [ |
| 7 "ios_appstore_ids.h", | 8 "ios_appstore_ids.h", |
| 8 "ios_appstore_ids.mm", | 9 "ios_appstore_ids.mm", |
| 9 "native_app_infobar_controller.h", | 10 "native_app_infobar_controller.h", |
| 10 "native_app_infobar_controller.mm", | 11 "native_app_infobar_controller.mm", |
| 11 "native_app_infobar_delegate.h", | 12 "native_app_infobar_delegate.h", |
| 12 "native_app_infobar_delegate.mm", | 13 "native_app_infobar_delegate.mm", |
| 13 "native_app_navigation_controller_protocol.h", | 14 "native_app_navigation_controller_protocol.h", |
| 14 ] | 15 ] |
| 15 deps = [ | 16 deps = [ |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 103 "//ios/public/provider/chrome/browser/signin:test_support", | 104 "//ios/public/provider/chrome/browser/signin:test_support", |
| 104 "//ios/web", | 105 "//ios/web", |
| 105 "//ios/web/public/test/fakes", | 106 "//ios/web/public/test/fakes", |
| 106 "//net:test_support", | 107 "//net:test_support", |
| 107 "//testing/gmock", | 108 "//testing/gmock", |
| 108 "//testing/gtest", | 109 "//testing/gtest", |
| 109 "//ui/base", | 110 "//ui/base", |
| 110 "//url", | 111 "//url", |
| 111 ] | 112 ] |
| 112 } | 113 } |
| OLD | NEW |