RESOLVED FIXED 114420
Remove the rest of Chromium code from webkitpy
https://bugs.webkit.org/show_bug.cgi?id=114420
Summary Remove the rest of Chromium code from webkitpy
Ryosuke Niwa
Reported 2013-04-11 01:12:33 PDT
Remove the rest of Chromium code from webkitpy
Attachments
Cleanup (32.64 KB, patch)
2013-04-11 01:13 PDT, Ryosuke Niwa
benjamin: review+
Ryosuke Niwa
Comment 1 2013-04-11 01:13:35 PDT
Benjamin Poulain
Comment 2 2013-04-11 01:32:14 PDT
Comment on attachment 197521 [details] Cleanup View in context: https://bugs.webkit.org/attachment.cgi?id=197521&action=review > Tools/Scripts/webkitpy/style/checkers/cpp_unittest.py:4798 > + self.assertEqual('', self.perform_lint( > + '{}\n' > + 'WEBKIT_EXPORT\n' > + 'virtual\n' > + 'int\n' > + 'foo() = 0;\n', > + 'test.h', > + webkit_export_error_rules)) > The indent is a little weird here.
Ryosuke Niwa
Comment 3 2013-04-11 01:44:56 PDT
Note You need to log in before you can comment on or make changes to this bug.