| Index: ios/showcase/suggestions/BUILD.gn
|
| diff --git a/ios/showcase/suggestions/BUILD.gn b/ios/showcase/suggestions/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..033fdf633e4c2bf60e2f875586d806f9e5cca6d4
|
| --- /dev/null
|
| +++ b/ios/showcase/suggestions/BUILD.gn
|
| @@ -0,0 +1,17 @@
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| +# Use of this source code is governed by a BSD-style license that can be
|
| +# found in the LICENSE file.
|
| +
|
| +source_set("suggestions") {
|
| + sources = [
|
| + "suggestions_coordinator.h",
|
| + "suggestions_coordinator.mm",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//ios/chrome/browser/ui/suggestions",
|
| + "//ios/showcase/common",
|
| + ]
|
| + libs = [ "UIKit.framework" ]
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +}
|
|
|