Re-enable index-basics-workers test to see if still times
[chromium-blink-merge.git] / tools / cc-frame-viewer / ccfv
blobe6925d487f1378dde77597178922e51107e6aaa7
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
7 import ccfv
9 if __name__ == "__main__":
10 sys.exit(ccfv.Main(sys.argv[1:]))