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

Unified Diff: courgette/courgette.gyp

Issue 238633004: Remove all uses of toolkit_use_gtk in the gyp files. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 6 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 | « content/browser/browser_main_loop.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/courgette.gyp
diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
index 591e4e2aa558d24269eb17950d24d8d5c0167138..00c20887791906c7a0e297f96901dc348339d3eb 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -129,15 +129,6 @@
}],
],
}],
- [ 'toolkit_uses_gtk == 1', {
- 'dependencies': [
- # Workaround for gyp bug 69.
- # Needed to handle the #include chain:
- # base/test_suite.h
- # gtk/gtk.h
- '../build/linux/system.gyp:gtk',
- ],
- }],
],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [4267, ],
@@ -157,17 +148,6 @@
'../base/base.gyp:test_support_base',
'../testing/gtest.gyp:gtest',
],
- 'conditions': [
- [ 'toolkit_uses_gtk == 1', {
- 'dependencies': [
- # Workaround for gyp bug 69.
- # Needed to handle the #include chain:
- # base/test_suite.h
- # gtk/gtk.h
- '../build/linux/system.gyp:gtk',
- ],
- }],
- ],
},
],
'conditions': [
« no previous file with comments | « content/browser/browser_main_loop.cc ('k') | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698