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

Unified Diff: webkit/glue/webkit_glue.gypi

Issue 7011032: Make the gyp files more cross-platform across the Unices (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 7 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: webkit/glue/webkit_glue.gypi
diff --git a/webkit/glue/webkit_glue.gypi b/webkit/glue/webkit_glue.gypi
index 53a691288f4949e3e14ce311b9c8cb0984fa6cac..466c6bf3280835d6a53aeb9d3112437ecfe13ab9 100644
--- a/webkit/glue/webkit_glue.gypi
+++ b/webkit/glue/webkit_glue.gypi
@@ -445,15 +445,14 @@
# own hard dependencies.
'hard_dependency': 1,
'conditions': [
- ['OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"', {
+ ['toolkit_uses_gtk==1', {
'dependencies': [
'<(DEPTH)/build/linux/system.gyp:gtk',
],
'sources!': [
'plugins/plugin_stubs.cc',
],
- }, { # else: OS!="linux" and OS!="freebsd" and OS!="openbsd" \
- # and OS!="solaris"'
+ }, { # else: toolkit_uses_gtk!=1
'sources/': [['exclude', '_(linux|gtk)(_data)?\\.cc$'],
['exclude', r'/gtk_']],
}],

Powered by Google App Engine
This is Rietveld 408576698