Upstream version 8.37.180.0
[platform/framework/web/crosswalk.git] / src / tools / android / adb_profile_chrome.py
1 #!/usr/bin/env python
2 #
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.
6
7 import sys
8
9 from adb_profile_chrome import main
10
11
12 if __name__ == '__main__':
13   sys.exit(main.main())