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

Unified Diff: ipc/ipc.gyp

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: ipc/ipc.gyp
diff --git a/ipc/ipc.gyp b/ipc/ipc.gyp
index 07141fe1dfcf160ee09821a70c438024d8e75a48..5560abe0353aed37df1b0f4f427378bf5cdeb699 100644
--- a/ipc/ipc.gyp
+++ b/ipc/ipc.gyp
@@ -58,11 +58,6 @@
'../build/linux/system.gyp:gtk',
],
}],
- ['OS=="linux" and toolkit_views==1', {
- 'dependencies': [
- '../views/views.gyp:views',
- ],
- }],
['OS=="linux"', {
'conditions': [
['linux_use_tcmalloc==1', {

Powered by Google App Engine
This is Rietveld 408576698