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

Unified Diff: ui/base/BUILD.gn

Issue 2803873003: Linux native notifications: Support closing and updating notifications (Closed)
Patch Set: Address peter@'s comments Created 3 years, 8 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: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 75fd0cac3cf4be9a5d1070857da05f516c7fc93a..c169f3c321312f3f23b95d24c056f86011f9a314 100644
--- a/ui/base/BUILD.gn
+++ b/ui/base/BUILD.gn
@@ -479,6 +479,11 @@ component("base") {
if (use_glib) {
configs += [ "//build/config/linux:glib" ]
+ sources += [
+ "glib/glib_integers.h",
+ "glib/glib_signals.h",
+ "glib/scoped_gobject.h",
+ ]
}
if (is_linux) {

Powered by Google App Engine
This is Rietveld 408576698