RESOLVED FIXED 73483
[Chromium] GYP fix for Windows 2010 build
https://bugs.webkit.org/show_bug.cgi?id=73483
Summary [Chromium] GYP fix for Windows 2010 build
Adam Barth
Reported 2011-11-30 13:37:17 PST
[Chromium] GYP fix for Windows 2010 build
Attachments
Patch (1.52 KB, patch)
2011-11-30 13:38 PST, Adam Barth
no flags
Patch (1.71 KB, patch)
2011-12-02 10:07 PST, Tony Chang
no flags
Adam Barth
Comment 1 2011-11-30 13:38:32 PST
Tony Chang
Comment 2 2011-11-30 13:45:19 PST
Comment on attachment 117262 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=117262&action=review > Source/WebKit/chromium/ChangeLog:8 > + Patch by Carlos Pizano. It would be nice to elaborate here. Looks like there are no more files matching the Android.cpp pattern and we added a .cpp in WebKit/chromium/src/android/WebInputEventFactory.cpp. > Source/WebKit/chromium/WebKit.gyp:1428 > + ['OS!="android"', { > + 'target_defaults': { > + 'sources/': [ > + ['exclude', '(^|/)android/'] > + ], > + }, > + }], I would move this up to be specific to the webkit target like the other exclude by directory rules. E.g., there's an OS=="android" condition that you could make this an 'else' branch of around line 777.
Tony Chang
Comment 3 2011-12-02 10:07:35 PST
Tony Chang
Comment 4 2011-12-02 13:49:25 PST
Note You need to log in before you can comment on or make changes to this bug.