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

Unified Diff: webkit/webkit.gyp

Issue 92056: Linux: add -lX11 as a library to WebKit. (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 | « build/linux/system.gyp ('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 65610d4a84ce81c34dc0653c03b8754320dc9d2e..dc043b4511e54ef3520a86c000c2988d4808bb18 100644
--- a/webkit/webkit.gyp
+++ b/webkit/webkit.gyp
@@ -4206,6 +4206,7 @@
'conditions': [
['OS=="linux"', {
'dependencies': [
+ '../build/linux/system.gyp:x11',
'../build/linux/system.gyp:gtk',
],
'include_dirs': [
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698