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

Unified Diff: chrome/browser/ui/libgtk2ui/gtk2_ui.cc

Issue 2449243002: Gtk3 ui: Add libgtk3ui as a separate build component (Closed)
Patch Set: Created 4 years, 2 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/libgtk2ui/gtk2_ui.cc
diff --git a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
index 23e63371bcb732a49b6032a57e99c7d32c50ce36..2f4f0535a274d58569b142b2c73fc02bfa50c3f3 100644
--- a/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
+++ b/chrome/browser/ui/libgtk2ui/gtk2_ui.cc
@@ -21,7 +21,7 @@
#include "base/stl_util.h"
#include "base/strings/string_split.h"
#include "base/strings/stringprintf.h"
-#include "chrome/browser/themes/theme_properties.h"
+#include "chrome/browser/themes/theme_properties.h" // nogncheck
Elliot Glaysher 2016/10/25 21:48:57 What's the nogncheck here for?
Tom (Use chromium acct) 2016/10/25 22:00:23 Without it, if I run gn gen --check, I get this er
Tom (Use chromium acct) 2016/10/25 22:41:46 dpranke@: Me and erg@ discussed this offline and w
Dirk Pranke 2016/10/25 23:56:10 nogncheck is indeed the wrong solution :). It is
Tom (Use chromium acct) 2016/10/26 18:20:01 Done.
#include "chrome/browser/ui/libgtk2ui/app_indicator_icon.h"
#include "chrome/browser/ui/libgtk2ui/gtk2_event_loop.h"
#include "chrome/browser/ui/libgtk2ui/gtk2_key_bindings_handler.h"

Powered by Google App Engine
This is Rietveld 408576698