From 34740a9613c84c572da3a01f3b5637734dac671e Mon Sep 17 00:00:00 2001 From: "mnaganov@chromium.org" Date: Thu, 12 Nov 2009 13:39:42 +0000 Subject: DevTools: concatenate JS files into one big devtools.js file (similar to inspector.js in WebKit) To use old-style unconcatenated sources, set 'debug_devtools' variable. BUG=26911 TEST=none Review URL: http://codereview.chromium.org/376022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31782 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/build/concatenate_js_files.py | 64 ++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100755 webkit/build/concatenate_js_files.py (limited to 'webkit/build') diff --git a/webkit/build/concatenate_js_files.py b/webkit/build/concatenate_js_files.py new file mode 100755 index 0000000..b6d7efc --- /dev/null +++ b/webkit/build/concatenate_js_files.py @@ -0,0 +1,64 @@ +#!/usr/bin/env python +# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Use of this source code is governed by a BSD-style license that can be +# found in the LICENSE file. + +# This script concatenates in place JS files in the order specified +# using