Chromium Code Reviews| Index: chrome/browser/ui/cocoa/notifications/BUILD.gn |
| diff --git a/ios/public/consumer/base/BUILD.gn b/chrome/browser/ui/cocoa/notifications/BUILD.gn |
| similarity index 62% |
| copy from ios/public/consumer/base/BUILD.gn |
| copy to chrome/browser/ui/cocoa/notifications/BUILD.gn |
| index eb83ba22b1adcf0d9f15821bbf91574e002c623a..2656190991f0bf7e19abf80624c43bff13eeeb77 100644 |
| --- a/ios/public/consumer/base/BUILD.gn |
| +++ b/chrome/browser/ui/cocoa/notifications/BUILD.gn |
| @@ -2,12 +2,13 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -source_set("base") { |
| +static_library("common") { |
| sources = [ |
| - "//ios/consumer/base/debugger.mm", |
| - "//ios/public/consumer/base/debugger.h", |
| + "notification_builder_mac.h", |
| + "notification_builder_mac.mm", |
| ] |
| + |
| deps = [ |
| - "//base", |
| + "//ui/base:base", |
|
Peter Beverloo
2016/06/16 17:01:30
+//base (various stuff from //base/mac/)
Probably
Miguel Garcia
2016/06/17 12:44:46
Done.
|
| ] |
| } |