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

Unified Diff: webkit/tools/test_shell/test_shell.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 | « chrome/test/testing_browser_process.h ('k') | webkit/tools/test_shell/test_shell_x11.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.gyp
diff --git a/webkit/tools/test_shell/test_shell.gyp b/webkit/tools/test_shell/test_shell.gyp
index 3c0f3e7eb4a0bc6f9642794ec6754437908ebe87..393aa9248e432456080551f369cc1b36b6f554a0 100644
--- a/webkit/tools/test_shell/test_shell.gyp
+++ b/webkit/tools/test_shell/test_shell.gyp
@@ -72,6 +72,7 @@
'test_shell.cc',
'test_shell.h',
'test_shell_gtk.cc',
+ 'test_shell_x11.cc',
'test_shell_mac.mm',
'test_shell_platform_delegate.h',
'test_shell_platform_delegate_gtk.cc',
@@ -116,7 +117,8 @@
'cflags': ['-Wno-multichar'],
}, { # else: OS!=linux
'sources/': [
- ['exclude', '_gtk\\.cc$']
+ ['exclude', '_gtk\\.cc$'],
+ ['exclude', '_x11\\.cc$'],
],
}],
['OS!="mac"', {
« no previous file with comments | « chrome/test/testing_browser_process.h ('k') | webkit/tools/test_shell/test_shell_x11.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698