repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git]
/
tools
/
cc-frame-viewer
/
ccfv
blob
e6925d487f1378dde77597178922e51107e6aaa7
1
#!/usr/bin/env python
2
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
3
# Use of this source code is governed by a BSD-style license that can be
4
# found in the LICENSE file.
5
import
sys
6
7
import
ccfv
8
9
if
__name__
==
"__main__"
:
10
sys
.
exit
(
ccfv
.
Main
(
sys
.
argv
[
1
:]))