Chromium Code Reviews

Side by Side Diff: tools/profile_chrome/__init__.py

Issue 402803005: Move adb_profile_chrome to profile_chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « tools/profile_chrome.py ('k') | tools/profile_chrome/chrome_controller.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4
4 import os 5 import os
5 import sys 6 import sys
7
8
6 sys.path.append(os.path.join(os.path.dirname(__file__), 9 sys.path.append(os.path.join(os.path.dirname(__file__),
7 os.pardir, os.pardir, os.pardir, 10 os.pardir, os.pardir,
8 'build', 'android')) 11 'build', 'android'))
OLDNEW
« no previous file with comments | « tools/profile_chrome.py ('k') | tools/profile_chrome/chrome_controller.py » ('j') | no next file with comments »

Powered by Google App Engine