Move name_style_converter.py from blink/tools to renderer/build/scripts/.
We'd like to provide smaller tarballs with which one can build Chrome, and such tarballs exclude //third_party/WebKit/Tools/Script. We're moving //third_party/WebKit/Tools/Scripts to //third_party/blink/tools, and would like to exclude //third_party/blink/tools as well. However, some build scripts use name_style_converter.py in the directory. This CL moves name_style_converter.py out from //third_party/blink/tools, and enables to exclude //third_party/blink/tools. test-webkitpy includes //third_party/blink/renderer/build/scripts. So the following existing tests run on buildbots in addition to name_style_converter_test.py: - in_file_unittest.py - minimize_css_unittest.py This CL fixes test failures of in_file_unittest.py. Bug: 832283 Change-Id: I7d3b3524daa59291eaf7f323818a7b0e25163179 Reviewed-on: https://chromium-review.googlesource.com/1013768Reviewed-by:Dirk Pranke <dpranke@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#551514}
Showing
File moved
File moved
Please register or sign in to comment