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

Unified Diff: ui/base/BUILD.gn

Issue 2803873003: Linux native notifications: Support closing and updating notifications (Closed)
Patch Set: glib_signals.h -> glib_signal.h to fix gn gen --check 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
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_util.h ('k') | ui/base/glib/scoped_gobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/BUILD.gn
diff --git a/ui/base/BUILD.gn b/ui/base/BUILD.gn
index 75fd0cac3cf4be9a5d1070857da05f516c7fc93a..c02d79bf1e9eb0fa35f24cb1c4ae99781c6a5e4b 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_signal.h",
+ "glib/scoped_gobject.h",
+ ]
}
if (is_linux) {
« no previous file with comments | « chrome/browser/ui/libgtkui/gtk_util.h ('k') | ui/base/glib/scoped_gobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698