Index: views/views.gyp |
diff --git a/views/views.gyp b/views/views.gyp |
index ecac0e2bd95bdecc55d42d5542a6c98ea8ed56ea..5dd510b762deaa118ca33d97307477e405ab9905 100644 |
--- a/views/views.gyp |
+++ b/views/views.gyp |
@@ -7,21 +7,6 @@ |
'chromium_code': 1, |
}, |
- 'conditions': [ |
- ['os_posix == 1 and OS != "mac"', { |
- 'conditions': [ |
- ['sysroot!=""', { |
- 'variables': { |
- 'pkg-config': './pkg-config-wrapper "<(sysroot)"', |
- }, |
- }, { |
- 'variables': { |
- 'pkg-config': 'pkg-config' |
- }, |
- }],] |
- }], |
- ], |
- |
'target_defaults': { |
'sources/': [ |
['exclude', '/(cocoa|gtk|win)/'], |
@@ -434,15 +419,6 @@ |
['exclude', 'focus/accelerator_handler_gtk.cc'], |
['exclude', 'controls/menu/native_menu_gtk.cc'], |
], |
- 'conditions': [ |
- ['"<!@(<(pkg-config) --atleast-version=2.0 inputproto || echo $?)"!=""', { |
- # Exclude TouchFactory if XInput2 is not available. |
- 'sources/': [ |
- ['exclude', 'touchui/touch_factory.cc'], |
- ['exclude', 'touchui/touch_factory.h'], |
- ], |
- }], |
- ], |
}], |
['use_ibus==1', { |
'dependencies': [ |