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

Unified Diff: chrome/chrome_exe.gypi

Issue 1741010: gyp: unify toolkit_views usage (Closed)
Patch Set: Created 10 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
Index: chrome/chrome_exe.gypi
diff --git a/chrome/chrome_exe.gypi b/chrome/chrome_exe.gypi
index 5a3600160911312058b1a4a0b421210852a91920..268e0816a952a432a62e6bcce19765782f9fa088 100644
--- a/chrome/chrome_exe.gypi
+++ b/chrome/chrome_exe.gypi
@@ -214,11 +214,6 @@
},
],
}],
- ['OS=="linux" and (toolkit_views==1 or chromeos==1)', {
sky 2010/04/27 14:50:13 Where is this dependency expressed now?
Evan Martin 2010/04/27 16:17:54 Since the dependency isn't expressed in the win br
- 'dependencies': [
- '../views/views.gyp:views',
- ],
- }],
['OS=="mac"', {
'variables': {
'mac_packaging_dir':

Powered by Google App Engine
This is Rietveld 408576698