| 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
|
| +import lib.command
|
| +import lib.dump
|
| +import lib.exception
|
| +import lib.pageframe
|
| +import lib.policy
|
| +import lib.sorter
|
| +import lib.symbol
|
|
|