| 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..f32c67801d0edf5891be6c7e7ad617eb577f5bd6
|
| --- /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 = [
|
| + "sc_suggestions_coordinator.h",
|
| + "sc_suggestions_coordinator.mm",
|
| + ]
|
| + deps = [
|
| + "//base",
|
| + "//ios/chrome/browser/ui/suggestions",
|
| + "//ios/showcase/common",
|
| + ]
|
| + libs = [ "UIKit.framework" ]
|
| + configs += [ "//build/config/compiler:enable_arc" ]
|
| +}
|
|
|