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

Unified Diff: webkit/webkit.gyp

Issue 67145: Linux: move X operations from the IO to UI2 thread. (Closed)
Patch Set: ... Created 11 years, 8 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
« no previous file with comments | « webkit/tools/test_shell/webwidget_host_gtk.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/webkit.gyp
diff --git a/webkit/webkit.gyp b/webkit/webkit.gyp
index 53326dd2af0def1c07dbe4ae5c66e83103a6d77d..f0becb8b2524abb9ce4b1aad81c4bddca11bc73b 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4148,7 +4148,7 @@
],
'sources': [
'../third_party/WebKit/WebKit/chromium/public/gtk/WebInputEventFactory.h',
- '../third_party/WebKit/WebKit/chromium/public/gtk/WebScreenInfoFactory.h',
+ '../third_party/WebKit/WebKit/chromium/public/x11/WebScreenInfoFactory.h',
'../third_party/WebKit/WebKit/chromium/public/mac/WebInputEventFactory.h',
'../third_party/WebKit/WebKit/chromium/public/mac/WebScreenInfoFactory.h',
'../third_party/WebKit/WebKit/chromium/public/WebCache.h',
@@ -4182,7 +4182,7 @@
'../third_party/WebKit/WebKit/chromium/src/ChromiumCurrentTime.cpp',
'../third_party/WebKit/WebKit/chromium/src/ChromiumThreading.cpp',
'../third_party/WebKit/WebKit/chromium/src/gtk/WebInputEventFactory.cpp',
- '../third_party/WebKit/WebKit/chromium/src/gtk/WebScreenInfoFactory.cpp',
+ '../third_party/WebKit/WebKit/chromium/src/x11/WebScreenInfoFactory.cpp',
'../third_party/WebKit/WebKit/chromium/src/mac/WebInputEventFactory.mm',
'../third_party/WebKit/WebKit/chromium/src/mac/WebScreenInfoFactory.mm',
'../third_party/WebKit/WebKit/chromium/src/WebCache.cpp',
@@ -4203,10 +4203,14 @@
'../build/linux/system.gyp:gtk',
],
'include_dirs': [
+ '../third_party/WebKit/WebKit/chromium/public/x11',
'../third_party/WebKit/WebKit/chromium/public/gtk',
],
}, { # else: OS!="linux"
- 'sources/': [['exclude', '/gtk/']],
+ 'sources/': [
+ ['exclude', '/gtk/'],
+ ['exclude', '/x11/'],
+ ],
}],
['OS=="mac"', {
'include_dirs': [
« no previous file with comments | « webkit/tools/test_shell/webwidget_host_gtk.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698