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
GN: Make chrome/{browser,common,renderer} compile on mac
[chromium-blink-merge.git]
/
tools
/
profile_chrome.py
blob
bed8244529622ada9d42992a2a30ee8e394cd2e1
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
profile_chrome
import
main
10
11
12
if
__name__
==
'__main__'
:
13
sys
.
exit
(
main
.
main
())