Update move_source_file to support Blink and GN
commitd407a1dd00a3342f06f518db4c14102d8206b3a4
authoreseidel <eseidel@chromium.org>
Tue, 2 Dec 2014 19:02:16 +0000 (2 11:02 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 2 Dec 2014 19:03:11 +0000 (2 19:03 +0000)
treedb6b1d05283bcce20ac76646f812195e1e2cb0c6
parent88ed7eb5bc494aa90ebc92709c98e97abfa39821
Update move_source_file to support Blink and GN

Blink uses .cpp files and gn has .gni and .gn build files.

This doesn't actually help much for gn since we don't have a giant
global list of our build files like this script seems to expect
but it still seemed like the right change to make.

BUG=435361, 435243

Review URL: https://codereview.chromium.org/771873003

Cr-Commit-Position: refs/heads/master@{#306428}
tools/git/move_source_file.py