Rename output filenames of make_event_factory.py
One of output files was "Event.cpp". move_blink_source.py confused with it because it was same as core/dom/events/Event.cpp. Also it was not a proper name because the generated "Event.cpp" was an implementation of blink::EventFactory class. This CL renames Event(Modules).cpp to event_(modules_)factory.cc to match to C++ class names, and prepare for the great Blink mv. Also, renames Event(Modules)Headers.h to event_(modules_)headers.h for consistency. Bug: 578345 Change-Id: Ie3c6e951a01ca88376527f6f5c32357d4707016b Reviewed-on: https://chromium-review.googlesource.com/670222 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Cr-Commit-Position: refs/heads/master@{#502784}
Showing
Please register or sign in to comment