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

Unified Diff: chrome/browser/ui/cocoa/notifications/BUILD.gn

Issue 2053613002: Make the notification builder more XPC friendly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rule Created 4 years, 6 months 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 side-by-side diff with in-line comments
Download patch
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",
]
}

Powered by Google App Engine
This is Rietveld 408576698