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

Unified Diff: chrome/chrome_browser.gypi

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
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index b48380fbee8fd4c1b3983c0353d8bf56ec0b9c88..90d6573a0d16633bb5fb13c673d5c676c6d7bcd7 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -4413,6 +4413,13 @@
'../ui/app_list/app_list.gyp:app_list',
],
}],
+ ['use_aura==1 and use_ash==0 and OS=="linux"', {
+ 'dependencies': [
+ # gtk2 is the only component that can interact with gtk2 in our new
+ # world.
+ 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
+ ],
+ }],
['use_aura==1', {
'sources/': [
['exclude', '^browser/automation/automation_provider_win.cc'],

Powered by Google App Engine
This is Rietveld 408576698