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

Unified Diff: ui/ui.gyp

Issue 10545037: Aura/GTK integration: Create a small stub library that can talk to GTK. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sky nits Created 8 years, 6 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
« ui/base/linux_ui.h ('K') | « ui/base/linux_ui.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 a1aea085c0392dd203382560534c7aa438ad6194..68a94cec7f0f8243b1297ff964abfeebadac5e30 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -477,6 +477,12 @@
['exclude', '^base/gestures/*'],
]
}],
+ ['use_aura==1 and use_ash==0 and OS=="linux"', {
+ 'sources': [
+ 'base/linux_ui.cc',
+ 'base/linux_ui.h',
+ ]
+ }],
['use_ibus==1', {
'dependencies': [
'../build/linux/system.gyp:ibus',
« ui/base/linux_ui.h ('K') | « ui/base/linux_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698