Roll src/third_party/WebKit 9195fa2:cbc5016 (svn 202396:202399)
[chromium-blink-merge.git] / tools / profile_chrome.py
blobbed8244529622ada9d42992a2a30ee8e394cd2e1
1 #!/usr/bin/env python
3 # Copyright 2014 The Chromium Authors. All rights reserved.
4 # Use of this source code is governed by a BSD-style license that can be
5 # found in the LICENSE file.
7 import sys
9 from profile_chrome import main
12 if __name__ == '__main__':
13 sys.exit(main.main())