Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(787)

Unified Diff: third_party/WebKit/Source/devtools/scripts/optimize_png_images.py

Issue 2464463002: Revert of DevTools: clean up scripts folder (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/scripts/optimize_png_images.py
diff --git a/third_party/WebKit/Source/devtools/scripts/optimize_png_images.py b/third_party/WebKit/Source/devtools/scripts/optimize_png_images.py
index 7c1749b4ca25c53b0c50c149b4b3f3b2012a37ec..a09d19ec3dde3ca618ef1a319de43bfe25994c99 100755
--- a/third_party/WebKit/Source/devtools/scripts/optimize_png_images.py
+++ b/third_party/WebKit/Source/devtools/scripts/optimize_png_images.py
@@ -27,12 +27,11 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+import devtools_file_hashes
import os
import os.path
import subprocess
import sys
-
-from build import devtools_file_hashes
try:
import json
« no previous file with comments | « third_party/WebKit/Source/devtools/scripts/modular_build.py ('k') | third_party/WebKit/Source/devtools/scripts/rjsmin.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698