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

Unified Diff: ui/ui.gyp

Issue 7850026: Aura under Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First version that links (and crashes) Created 9 years, 3 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/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 5b3cb6cd5a8ae8045c4878b5fd06b421798b3c04..0eac61c320dd91717874c6bcd3710497d8280e9f 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -302,7 +302,9 @@
['exclude', 'gfx/screen_win.cc'],
['exclude', 'base/win/mouse_wheel_util.cc'],
['exclude', 'base/win/mouse_wheel_util.h'],
- ],
+ ['include', 'gfx/gtk_util.cc'],
Ben Goodger (Google) 2011/09/16 01:11:18 why?
Emmanuel Saint-loubert-Bié 2011/09/16 02:34:54 We still need under Linux. In any case it was wron
Ben Goodger (Google) 2011/09/16 14:46:55 Can you let me know of the specific instances? I'd
+ ['include', 'gfx/gtk_util.h'],
+ ],
}],
['toolkit_uses_gtk == 1', {
'dependencies': [

Powered by Google App Engine
This is Rietveld 408576698