telemetry.internal.util.find_dependencies
index
telemetry/internal/util/find_dependencies.py

# Copyright 2014 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

 
Modules
       
telemetry.benchmark
telemetry.internal.util.bootstrap
telemetry.internal.util.command_line
telemetry.core.discover
fnmatch
imp
logging
modulegraph.modulegraph
optparse
os
telemetry.internal.util.path
telemetry.internal.util.path_set
sys
zipfile

 
Classes
       
telemetry.internal.util.command_line.OptparseCommand(telemetry.internal.util.command_line.Command)
FindDependenciesCommand

 
class FindDependenciesCommand(telemetry.internal.util.command_line.OptparseCommand)
    Prints all dependencies
 
 
Method resolution order:
FindDependenciesCommand
telemetry.internal.util.command_line.OptparseCommand
telemetry.internal.util.command_line.Command
telemetry.internal.util.command_line.ArgumentHandlerMixIn
__builtin__.object

Methods defined here:
Run(self, args)

Class methods defined here:
AddCommandLineArgs(cls, parser, _) from __builtin__.type
ProcessCommandLineArgs(cls, parser, args, _) from __builtin__.type

Class methods inherited from telemetry.internal.util.command_line.OptparseCommand:
CreateParser(cls) from __builtin__.type
main(cls, args=None) from __builtin__.type
Main method to run this command as a standalone script.

Data and other attributes inherited from telemetry.internal.util.command_line.OptparseCommand:
usage = ''

Class methods inherited from telemetry.internal.util.command_line.Command:
Description(cls) from __builtin__.type
Name(cls) from __builtin__.type

Data descriptors inherited from telemetry.internal.util.command_line.ArgumentHandlerMixIn:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)

 
Functions
       
FindBootstrapDependencies(base_dir)
FindDependencies(target_paths, options)
FindExcludedFiles(files, options)
FindPageSetDependencies(base_dir)
FindPythonDependencies(module_path)
ZipDependencies(target_paths, dependencies, options)

 
Data
        DEPS_FILE = 'bootstrap_deps'