Chromium Code Reviews| Index: Source/platform/blink_platform.gyp |
| diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp |
| index 5ce125d5f168930a7f1627fed4ea7b5c431d70ae..b2390d27cf82d8b41a5b4b4cbe37b5582ef4f8be 100644 |
| --- a/Source/platform/blink_platform.gyp |
| +++ b/Source/platform/blink_platform.gyp |
| @@ -139,6 +139,16 @@ |
| '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', |
| ], |
| }], |
| + ['toolkit_uses_gtk == 0', { |
| + 'sources/': [ |
| + ['exclude', 'platform/chromium/KeyCodeConversionGtk\\.cpp$'], |
|
abarth-chromium
2013/10/13 15:13:19
This should probably be:
['exclude', 'Gtk\\.cpp$'
tfarina
2013/10/13 16:52:26
Done.
|
| + ], |
| + }], |
| + ['OS!="android"', { |
| + 'sources/': [ |
| + ['exclude', 'Android\\.cpp$'], |
| + ], |
| + }], |
| ], |
| }], |
| } |