Chromium Code Reviews| Index: chrome/browser/ui/cocoa/notifications/BUILD.gn |
| diff --git a/ash/sysui/public/interfaces/BUILD.gn b/chrome/browser/ui/cocoa/notifications/BUILD.gn |
| similarity index 60% |
| copy from ash/sysui/public/interfaces/BUILD.gn |
| copy to chrome/browser/ui/cocoa/notifications/BUILD.gn |
| index 5dc80b1c58fa8d6d1d4d68ff15af828aa7197fdb..fd55779310efd9a47d909c4999f5a342ce314181 100644 |
| --- a/ash/sysui/public/interfaces/BUILD.gn |
| +++ b/chrome/browser/ui/cocoa/notifications/BUILD.gn |
| @@ -2,14 +2,13 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| -import("//mojo/public/tools/bindings/mojom.gni") |
| - |
| -mojom("interfaces") { |
| +static_library("notification_common") { |
|
Robert Sesek
2016/06/14 14:06:30
This can just be "common" in GN.
Miguel Garcia
2016/06/15 14:43:31
Done.
|
| sources = [ |
| - "wallpaper.mojom", |
| + "notification_builder_mac.h", |
| + "notification_builder_mac.mm", |
| ] |
| deps = [ |
| - "//skia/public/interfaces", |
| + "//ui/base:base", |
| ] |
| } |