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

Unified Diff: ui/ui.gyp

Issue 7981030: aura: Have aura and aura_demo build and run without gtk on linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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
« build/build_config.h ('K') | « ui/base/x/x11_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ce8f495f277cb989985b2734ea441ca8b8761123..f031b762a69fa20d405c0471b22cb30fb265cc57 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -305,6 +305,8 @@
['exclude', 'gfx/screen_win.cc'],
['exclude', 'base/win/mouse_wheel_util.cc'],
['exclude', 'base/win/mouse_wheel_util.h'],
+ ['exclude', 'base/x/active_window_watcher_x.cc'],
+ ['exclude', 'base/x/active_window_watcher_x.h'],
],
}],
['use_glib == 1', {
@@ -359,6 +361,9 @@
'gfx/gtk_util.cc',
'gfx/gtk_util.h',
],
+ 'sources!': [
+ 'base/clipboard/clipboard_aura.cc',
+ ],
}],
['use_wayland == 1', {
'sources/': [
« build/build_config.h ('K') | « ui/base/x/x11_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698