Rename profileview.js -> profile_view.js because WebInspector already has ProfileView.js.

Review URL: http://codereview.chromium.org/100102

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1805 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent aa2c3312
......@@ -26,7 +26,7 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
// Load source code files from <project root>/tools.
// Files: tools/consarray.js tools/profile.js tools/profileview.js
// Files: tools/consarray.js tools/profile.js tools/profile_view.js
function createNode(name, time, opt_parent) {
......
......@@ -12,5 +12,5 @@ fi
# nm spits out 'no symbols found' messages on stderr
$tools_dir/../d8 $tools_dir/splaytree.js $tools_dir/codemap.js \
$tools_dir/csvparser.js $tools_dir/consarray.js \
$tools_dir/profile.js $tools_dir/profileview.js \
$tools_dir/profile.js $tools_dir/profile_view.js \
$tools_dir/tickprocessor.js -- $@ 2>/dev/null
......@@ -2,4 +2,4 @@
SET tools_dir=%~dp0
%tools_dir%..\d8 %tools_dir%splaytree.js %tools_dir%codemap.js %tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js %tools_dir%profileview.js %tools_dir%tickprocessor.js -- --windows %*
%tools_dir%..\d8 %tools_dir%splaytree.js %tools_dir%codemap.js %tools_dir%csvparser.js %tools_dir%consarray.js %tools_dir%profile.js %tools_dir%profile_view.js %tools_dir%tickprocessor.js -- --windows %*
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment