WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(1.71 KB, patch)
2011-12-02 10:07 PST
,
Tony Chang
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Adam Barth
Comment 1
2011-11-30 13:38:32 PST
Created
attachment 117262
[details]
Patch
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
Created
attachment 117645
[details]
Patch
Tony Chang
Comment 4
2011-12-02 13:49:25 PST
Committed
r101846
: <
http://trac.webkit.org/changeset/101846
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug