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

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

Issue 2508663002: [ios] Move NativeAppLauncher upstream (Closed)
Patch Set: Upstream NativeAppLauncher Files Created 4 years, 1 month 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
OLDNEW
(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.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698