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

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: revert unintended change 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/ios/public/consumer/base/BUILD.gn b/chrome/browser/ui/cocoa/notifications/BUILD.gn
similarity index 59%
copy from ios/public/consumer/base/BUILD.gn
copy to chrome/browser/ui/cocoa/notifications/BUILD.gn
index eb83ba22b1adcf0d9f15821bbf91574e002c623a..80b46a7de6923a4e9590b404aebfaa71225da1ac 100644
--- a/ios/public/consumer/base/BUILD.gn
+++ b/chrome/browser/ui/cocoa/notifications/BUILD.gn
@@ -2,12 +2,15 @@
# 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",
+ "//chrome:strings",
+ "//ui/base:base",
]
}

Powered by Google App Engine
This is Rietveld 408576698