Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 | |
| 5 source_set("native_app_launcher") { | |
| 6 sources = [ | |
| 7 "ios_appstore_ids.h", | |
| 8 "ios_appstore_ids.mm", | |
| 9 "native_app_infobar_controller.h", | |
| 10 "native_app_infobar_controller.mm", | |
| 11 "native_app_infobar_delegate.h", | |
| 12 "native_app_infobar_delegate.mm", | |
| 13 "native_app_navigation_controller_protocol.h", | |
| 14 ] | |
| 15 deps = [ | |
| 16 "//base", | |
| 17 "//components/infobars/core", | |
| 18 "//ios/chrome/app/strings", | |
| 19 "//ios/chrome/browser/infobars", | |
| 20 "//ios/public/provider/chrome/browser", | |
| 21 "//ui/base:base", | |
| 22 "//url:url", | |
| 23 ] | |
| 24 } | |
|
rohitrao (ping after 24h)
2016/11/17 03:15:22
Add the following to this file:
group("unit_tests
sczs1
2016/11/18 23:42:48
Done.
| |
| OLD | NEW |