Chromium Code Reviews| Index: tools/deep_memory_profiler/lib/__init__.py |
| diff --git a/build/android/pylib/browsertests/__init__.py b/tools/deep_memory_profiler/lib/__init__.py |
| similarity index 52% |
| copy from build/android/pylib/browsertests/__init__.py |
| copy to tools/deep_memory_profiler/lib/__init__.py |
| index af99437123315d0b158680d58d3141cc81181035..03999497acc5cffeccf4123ab82c73bf962475b2 100644 |
| --- a/build/android/pylib/browsertests/__init__.py |
| +++ b/tools/deep_memory_profiler/lib/__init__.py |
| @@ -2,3 +2,11 @@ |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| +import lib.bucket |
|
M-A Ruel
2013/07/16 13:31:32
I don't think it's a good idea here.
Dai Mikurube (NOT FULLTIME)
2013/07/17 05:55:06
Just removed them.
|
| +import lib.command |
| +import lib.dump |
| +import lib.exception |
| +import lib.pageframe |
| +import lib.policy |
| +import lib.sorter |
| +import lib.symbol |