实例介绍
depot_tools.zip, depot_tools.zip
【实例截图】
【核心代码】
c0d30d88-2e56-4c08-a695-c7a37bcce581
└── depot_tools
├── annotated_gclient.py
├── apply_issue
├── apply_issue.bat
├── apply_issue.py
├── auth.py
├── bootstrap
│ ├── gclient.bat
│ └── win
│ ├── get_file.js
│ ├── pylint.new.bat
│ ├── python276.new.bat
│ ├── README.google
│ ├── svn.new.bat
│ ├── svnversion.new.bat
│ ├── unzip.js
│ └── win_tools.bat
├── breakpad.py
├── brillo
├── cbuildbot
├── checkout.py
├── chrome_set_ver
├── chrome-update.bat
├── chrome-update-create-task.bat
├── chrome-update.py
├── clang-format
├── clang-format.bat
├── clang_format.py
├── codereview.settings
├── commit_queue.py
├── cpplint.bat
├── cpplint_chromium.py
├── cpplint.py
├── create-chromium-git-src
├── create-ntfs-junction.c
├── create-ntfs-junction.exe
├── cros
├── cros_sdk
├── dart_format.py
├── depot-tools-auth
├── depot-tools-auth.bat
├── depot-tools-auth.py
├── download_from_google_storage
├── download_from_google_storage.bat
├── download_from_google_storage.py
├── drover
├── drover.bat
├── drover.py
├── fetch
├── fetch.bat
├── fetch.py
├── fix_encoding.py
├── gcl
├── gcl.bat
├── gclient
├── gclient.bat
├── gclient_completion.sh
├── gclient-new-workdir.py
├── gclient.py
├── gclient_scm.py
├── gclient_utils.py
├── gcl.py
├── gerrit_util.py
├── git-auto-svn
├── git_auto_svn.py
├── git-cache
├── git_cache.py
├── git-cherry-pick-upload
├── git_cherry_pick_upload.py
├── git-cl
├── git_cl.py
├── git-cl-upload-hook
├── git_common.py
├── git-crrev-parse
├── git-crsync
├── git-crup
├── git-footers
├── git_footers.py
├── git-freeze
├── git_freezer.py
├── git-gs
├── git-lkgr
├── git-map
├── git-map-branches
├── git_map_branches.py
├── git_map.py
├── git-mark-merge-base
├── git_mark_merge_base.py
├── git-nav-downstream
├── git_nav_downstream.py
├── git-nav-upstream
├── git-new-branch
├── git_new_branch.py
├── git-number
├── git_number.py
├── git-rebase-update
├── git_rebase_update.py
├── git-rename-branch
├── git_rename_branch.py
├── git-reparent-branch
├── git_reparent_branch.py
├── git-retry
├── git_retry.py
├── git-runhooks
├── git-squash-branch
├── git_squash_branch.py
├── git-templates
│ ├── description
│ ├── hooks
│ │ ├── applypatch-msg
│ │ ├── post-applypatch
│ │ ├── post-checkout
│ │ ├── post-commit
│ │ ├── post-merge
│ │ ├── post-update
│ │ ├── pre-applypatch
│ │ ├── pre-auto-gc
│ │ ├── pre-commit
│ │ ├── prepare-commit-msg
│ │ └── pre-rebase
│ └── info
│ └── exclude
├── git-thaw
├── git-try
├── git_try.py
├── git-upstream-diff
├── git_upstream_diff.py
├── git_utils
│ └── git-tree-prune
├── gn
├── gn.bat
├── gn.py
├── gsutil.py
├── hammer
├── hammer.bat
├── LICENSE
├── man
│ ├── html
│ │ ├── depot_tools.html
│ │ ├── depot_tools_tutorial.html
│ │ ├── git-auto-svn.html
│ │ ├── git-cherry-pick-upload.html
│ │ ├── git-drover.html
│ │ ├── git-footers.html
│ │ ├── git-freeze.html
│ │ ├── git-map-branches.html
│ │ ├── git-map.html
│ │ ├── git-mark-merge-base.html
│ │ ├── git-nav-downstream.html
│ │ ├── git-nav-upstream.html
│ │ ├── git-new-branch.html
│ │ ├── git-rebase-update.html
│ │ ├── git-rename-branch.html
│ │ ├── git-reparent-branch.html
│ │ ├── git-retry.html
│ │ ├── git-squash-branch.html
│ │ ├── git-thaw.html
│ │ └── git-upstream-diff.html
│ ├── man1
│ │ ├── git-auto-svn.1
│ │ ├── git-cherry-pick-upload.1
│ │ ├── git-drover.1
│ │ ├── git-footers.1
│ │ ├── git-freeze.1
│ │ ├── git-map.1
│ │ ├── git-map-branches.1
│ │ ├── git-mark-merge-base.1
│ │ ├── git-nav-downstream.1
│ │ ├── git-nav-upstream.1
│ │ ├── git-new-branch.1
│ │ ├── git-rebase-update.1
│ │ ├── git-rename-branch.1
│ │ ├── git-reparent-branch.1
│ │ ├── git-retry.1
│ │ ├── git-squash-branch.1
│ │ ├── git-thaw.1
│ │ └── git-upstream-diff.1
│ ├── man7
│ │ ├── depot_tools.7
│ │ └── depot_tools_tutorial.7
│ ├── push_to_gs.sh
│ └── src
│ ├── _aliases.txt
│ ├── asciidoc-override.css
│ ├── common_demo_functions.sh
│ ├── demo_repo.sh
│ ├── depot_tools_tutorial.demo.walkthrough.sh
│ ├── depot_tools_tutorial.txt
│ ├── depot_tools.txt
│ ├── filter_demo_output.py
│ ├── _footer.txt
│ ├── _git-auto-svn_desc.helper.txt
│ ├── git-auto-svn.txt
│ ├── git-cherry-pick-upload.demo.1.sh
│ ├── _git-cherry-pick-upload_desc.helper.txt
│ ├── git-cherry-pick-upload.txt
│ ├── git-drover.demo.1.sh
│ ├── git-drover.demo.2.sh
│ ├── git-drover.demo.common.sh
│ ├── _git-drover_desc.helper.txt
│ ├── git-drover.txt
│ ├── git-footers.demo.1.sh
│ ├── _git-footers_desc.helper.txt
│ ├── git-footers.txt
│ ├── git-freeze.demo.1.sh
│ ├── _git-freeze_desc.helper.txt
│ ├── git-freeze.txt
│ ├── git-map-branches.demo.1.sh
│ ├── _git-map-branches_desc.helper.txt
│ ├── git-map-branches.txt
│ ├── git-map.demo.1.sh
│ ├── _git-map_desc.helper.txt
│ ├── git-map.txt
│ ├── _git-mark-merge-base_desc.helper.txt
│ ├── git-mark-merge-base.txt
│ ├── git-nav-downstream.demo.1.sh
│ ├── _git-nav-downstream_desc.helper.txt
│ ├── git-nav-downstream.txt
│ ├── git-nav-upstream.demo.1.sh
│ ├── _git-nav-upstream_desc.helper.txt
│ ├── git-nav-upstream.txt
│ ├── git-new-branch.demo.1.sh
│ ├── _git-new-branch_desc.helper.txt
│ ├── git-new-branch.txt
│ ├── _git-rebase-update_desc.helper.txt
│ ├── git-rebase-update.txt
│ ├── _git-rename-branch_desc.helper.txt
│ ├── git-rename-branch.txt
│ ├── _git-reparent-branch_desc.helper.txt
│ ├── git-reparent-branch.txt
│ ├── _git-retry_desc.helper.txt
│ ├── git-retry.txt
│ ├── git-squash-branch.demo.1.sh
│ ├── _git-squash-branch_desc.helper.txt
│ ├── git-squash-branch.txt
│ ├── _git-thaw_desc.helper.txt
│ ├── git-thaw.txt
│ ├── _git-upstream-diff_desc.helper.txt
│ ├── git-upstream-diff.txt
│ ├── _helper_prefix.txt
│ ├── make_docs.sh
│ └── prep_demo_repo.sh
├── my_activity.py
├── my_reviews.py
├── ninja
├── ninja.exe
├── ninja-linux32
├── ninja-linux64
├── ninja-mac
├── OWNERS
├── owners_finder.py
├── owners.py
├── patch.py
├── presubmit_canned_checks.py
├── PRESUBMIT.py
├── presubmit_support.py
├── profile.xml
├── pylint
├── pylint.py
├── pylintrc
├── python_git_runner.sh
├── README
├── README.codereview
├── README.gclient
├── README.git-cl
├── README.testing
├── recipes
│ ├── android.py
│ ├── blink.py
│ ├── chromium.py
│ ├── depot_tools.py
│ ├── infra_internal.py
│ ├── infra.py
│ ├── ios.py
│ ├── mojo.py
│ ├── naclports.py
│ ├── nacl.py
│ ├── recipe_util.py
│ ├── skia_buildbot.py
│ ├── skia.py
│ ├── v8.py
│ ├── webrtc_android.py
│ ├── webrtc_ios.py
│ └── webrtc.py
├── repo
├── rietveld.py
├── roll-dep
├── roll-dep.bat
├── roll_dep.py
├── scm.py
├── subcommand.py
├── subprocess2.py
├── support
│ └── chromite_wrapper
├── testing_support
│ ├── auto_stub.py
│ ├── coverage_utils.py
│ ├── fake_repos.py
│ ├── filesystem_mock.py
│ ├── gerrit-init.sh
│ ├── gerrit_test_case.py
│ ├── git_test_utils.py
│ ├── __init__.py
│ ├── local_rietveld.py
│ ├── patches_data.py
│ ├── super_mox.py
│ └── trial_dir.py
├── tests
│ ├── abandon.sh
│ ├── basic.sh
│ ├── breakpad_unittest.py
│ ├── checkout_test.py
│ ├── download_from_google_storage_unittests.py
│ ├── fix_encoding_test.py
│ ├── gclient_scm_test.py
│ ├── gclient_smoketest.py
│ ├── gclient_test.py
│ ├── gclient_utils_test.py
│ ├── gcl_unittest.py
│ ├── git_cl_test.py
│ ├── git_common_test.py
│ ├── git_footers_test.py
│ ├── git_number_test.py
│ ├── git_rebase_update_test.py
│ ├── gstools
│ │ ├── download_test_data
│ │ │ ├── rootfolder_text.txt
│ │ │ ├── rootfolder_text.txt.sha1
│ │ │ ├── subfolder
│ │ │ │ ├── subfolder_text.txt
│ │ │ │ └── subfolder_text.txt.sha1
│ │ │ └── uploaded_lorem_ipsum.txt.sha1
│ │ ├── lorem_ipsum2.txt
│ │ ├── lorem_ipsum.txt
│ │ └── lorem_ipsum.txt.md5
│ ├── gsutil_test.py
│ ├── hooks.sh
│ ├── owners_finder_test.py
│ ├── owners.sh
│ ├── owners_unittest.py
│ ├── patch.sh
│ ├── patch_test.py
│ ├── post-dcommit-hook-test.sh
│ ├── presubmit_unittest.py
│ ├── push-basic.sh
│ ├── push-from-logs.sh
│ ├── rename.sh
│ ├── rietveld_test.py
│ ├── sample_pre_commit_hook
│ ├── save-description-on-failure.sh
│ ├── scm_unittest.py
│ ├── submit-from-new-dir.sh
│ ├── submodule-merge-test.sh
│ ├── subprocess2_test.py
│ ├── subversion_config
│ │ └── config
│ ├── test-lib.sh
│ ├── trychange_unittest.py
│ ├── upload-local-tracking-branch.sh
│ ├── upload-stale.sh
│ ├── upload_to_google_storage_unittests.py
│ ├── upstream.sh
│ └── watchlists_unittest.py
├── third_party
│ ├── boto
│ │ ├── auth_handler.py
│ │ ├── auth.py
│ │ ├── cacerts
│ │ │ ├── cacerts.txt
│ │ │ └── __init__.py
│ │ ├── compat.py
│ │ ├── connection.py
│ │ ├── contrib
│ │ │ ├── __init__.py
│ │ │ └── ymlmessage.py
│ │ ├── core
│ │ │ ├── auth.py
│ │ │ ├── credentials.py
│ │ │ ├── dictresponse.py
│ │ │ ├── __init__.py
│ │ │ ├── README
│ │ │ └── service.py
│ │ ├── datapipeline
│ │ │ ├── exceptions.py
│ │ │ ├── __init__.py
│ │ │ └── layer1.py
│ │ ├── ecs
│ │ │ ├── __init__.py
│ │ │ └── item.py
│ │ ├── exception.py
│ │ ├── file
│ │ │ ├── bucket.py
│ │ │ ├── connection.py
│ │ │ ├── __init__.py
│ │ │ ├── key.py
│ │ │ ├── README
│ │ │ └── simpleresultset.py
│ │ ├── fps
│ │ │ ├── connection.py
│ │ │ ├── exception.py
│ │ │ ├── __init__.py
│ │ │ └── response.py
│ │ ├── gs
│ │ │ ├── acl.py
│ │ │ ├── bucketlistresultset.py
│ │ │ ├── bucket.py
│ │ │ ├── connection.py
│ │ │ ├── cors.py
│ │ │ ├── __init__.py
│ │ │ ├── key.py
│ │ │ ├── resumable_upload_handler.py
│ │ │ └── user.py
│ │ ├── handler.py
│ │ ├── https_connection.py
│ │ ├── __init__.py
│ │ ├── jsonresponse.py
│ │ ├── LICENSE
│ │ ├── manage
│ │ │ ├── cmdshell.py
│ │ │ ├── __init__.py
│ │ │ ├── propget.py
│ │ │ ├── server.py
│ │ │ ├── task.py
│ │ │ ├── test_manage.py
│ │ │ └── volume.py
│ │ ├── mashups
│ │ │ ├── __init__.py
│ │ │ ├── interactive.py
│ │ │ ├── iobject.py
│ │ │ ├── order.py
│ │ │ └── server.py
│ │ ├── plugin.py
│ │ ├── provider.py
│ │ ├── pyami
│ │ │ ├── bootstrap.py
│ │ │ ├── config.py
│ │ │ ├── copybot.cfg
│ │ │ ├── copybot.py
│ │ │ ├── helloworld.py
│ │ │ ├── __init__.py
│ │ │ ├── launch_ami.py
│ │ │ ├── scriptbase.py
│ │ │ └── startup.py
│ │ ├── README.chromium
│ │ ├── README.rst
│ │ ├── regioninfo.py
│ │ ├── resultset.py
│ │ ├── roboto
│ │ │ ├── awsqueryrequest.py
│ │ │ ├── awsqueryservice.py
│ │ │ ├── __init__.py
│ │ │ └── param.py
│ │ ├── s3
│ │ │ ├── acl.py
│ │ │ ├── bucketlistresultset.py
│ │ │ ├── bucketlogging.py
│ │ │ ├── bucket.py
│ │ │ ├── connection.py
│ │ │ ├── cors.py
│ │ │ ├── deletemarker.py
│ │ │ ├── __init__.py
│ │ │ ├── keyfile.py
│ │ │ ├── key.py
│ │ │ ├── lifecycle.py
│ │ │ ├── multidelete.py
│ │ │ ├── multipart.py
│ │ │ ├── prefix.py
│ │ │ ├── resumable_download_handler.py
│ │ │ ├── tagging.py
│ │ │ ├── user.py
│ │ │ └── website.py
│ │ ├── services
│ │ │ ├── bs.py
│ │ │ ├── __init__.py
│ │ │ ├── message.py
│ │ │ ├── result.py
│ │ │ ├── servicedef.py
│ │ │ ├── service.py
│ │ │ ├── sonofmmm.cfg
│ │ │ ├── sonofmmm.py
│ │ │ └── submit.py
│ │ ├── ses
│ │ │ ├── connection.py
│ │ │ ├── exceptions.py
│ │ │ └── __init__.py
│ │ ├── storage_uri.py
│ │ ├── sts
│ │ │ ├── connection.py
│ │ │ ├── credentials.py
│ │ │ └── __init__.py
│ │ └── utils.py
│ ├── colorama
│ │ ├── ansi.py
│ │ ├── ansitowin32.py
│ │ ├── initialise.py
│ │ ├── __init__.py
│ │ ├── LICENSE.txt
│ │ ├── README.chromium
│ │ ├── README.txt
│ │ ├── win32.py
│ │ └── winterm.py
│ ├── coverage
│ │ ├── annotate.py
│ │ ├── AUTHORS.txt
│ │ ├── backward.py
│ │ ├── bytecode.py
│ │ ├── cmdline.py
│ │ ├── codeunit.py
│ │ ├── collector.py
│ │ ├── config.py
│ │ ├── control.py
│ │ ├── data.py
│ │ ├── debug.py
│ │ ├── execfile.py
│ │ ├── files.py
│ │ ├── fullcoverage
│ │ │ └── encodings.py
│ │ ├── htmlfiles
│ │ │ ├── coverage_html.js
│ │ │ ├── index.html
│ │ │ ├── jquery-1.4.3.min.js
│ │ │ ├── jquery.hotkeys.js
│ │ │ ├── jquery.isonscreen.js
│ │ │ ├── jquery.min.js
│ │ │ ├── jquery.tablesorter.min.js
│ │ │ ├── keybd_closed.png
│ │ │ ├── keybd_open.png
│ │ │ ├── pyfile.html
│ │ │ └── style.css
│ │ ├── html.py
│ │ ├── __init__.py
│ │ ├── __main__.py
│ │ ├── misc.py
│ │ ├── parser.py
│ │ ├── phystokens.py
│ │ ├── PKG-INFO
│ │ ├── README.chromium
│ │ ├── report.py
│ │ ├── results.py
│ │ ├── summary.py
│ │ ├── templite.py
│ │ ├── version.py
│ │ └── xmlreport.py
│ ├── fancy_urllib
│ │ ├── __init__.py
│ │ └── README
│ ├── gsutil
│ │ ├── CHECKSUM
│ │ ├── COPYING
│ │ ├── gslib
│ │ │ ├── addlhelp
│ │ │ │ ├── acls.py
│ │ │ │ ├── anon.py
│ │ │ │ ├── command_opts.py
│ │ │ │ ├── dev.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── metadata.py
│ │ │ │ ├── naming.py
│ │ │ │ ├── prod.py
│ │ │ │ ├── projects.py
│ │ │ │ ├── subdirs.py
│ │ │ │ ├── support.py
│ │ │ │ ├── versioning.py
│ │ │ │ └── wildcards.py
│ │ │ ├── bucket_listing_ref.py
│ │ │ ├── command.py
│ │ │ ├── command_runner.py
│ │ │ ├── commands
│ │ │ │ ├── cat.py
│ │ │ │ ├── chacl.py
│ │ │ │ ├── config.py
│ │ │ │ ├── cp.py
│ │ │ │ ├── disablelogging.py
│ │ │ │ ├── enablelogging.py
│ │ │ │ ├── getacl.py
│ │ │ │ ├── getcors.py
│ │ │ │ ├── getdefacl.py
│ │ │ │ ├── getlogging.py
│ │ │ │ ├── getversioning.py
│ │ │ │ ├── getwebcfg.py
│ │ │ │ ├── help.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── ls.py
│ │ │ │ ├── mb.py
│ │ │ │ ├── mv.py
│ │ │ │ ├── perfdiag.py
│ │ │ │ ├── rb.py
│ │ │ │ ├── rm.py
│ │ │ │ ├── setacl.py
│ │ │ │ ├── setcors.py
│ │ │ │ ├── setdefacl.py
│ │ │ │ ├── setmeta.py
│ │ │ │ ├── setversioning.py
│ │ │ │ ├── setwebcfg.py
│ │ │ │ ├── update.py
│ │ │ │ └── version.py
│ │ │ ├── exception.py
│ │ │ ├── help_provider.py
│ │ │ ├── __init__.py
│ │ │ ├── name_expansion.py
│ │ │ ├── no_op_auth_plugin.py
│ │ │ ├── plurality_checkable_iterator.py
│ │ │ ├── project_id.py
│ │ │ ├── README
│ │ │ ├── storage_uri_builder.py
│ │ │ ├── thread_pool.py
│ │ │ ├── util.py
│ │ │ └── wildcard_iterator.py
│ │ ├── gsutil
│ │ ├── gsutil.spec.in
│ │ ├── LICENSE.third_party
│ │ ├── MANIFEST.in
│ │ ├── oauth2_plugin
│ │ │ ├── __init__.py
│ │ │ ├── oauth2_client.py
│ │ │ ├── oauth2_client_test.py
│ │ │ ├── oauth2_helper.py
│ │ │ └── oauth2_plugin.py
│ │ ├── pkg_util.py
│ │ ├── plugins
│ │ │ ├── __init__.py
│ │ │ └── sso_auth.py
│ │ ├── README
│ │ ├── README.chromium
│ │ ├── README.pkg
│ │ ├── ReleaseNotes.txt
│ │ └── VERSION
│ ├── httplib2
│ │ ├── cacerts.txt
│ │ ├── __init__.py
│ │ ├── iri2uri.py
│ │ ├── LICENSE
│ │ ├── README.chromium
│ │ └── socks.py
│ ├── __init__.py
│ ├── logilab
│ │ ├── astroid
│ │ │ ├── as_string.py
│ │ │ ├── bases.py
│ │ │ ├── brain
│ │ │ │ ├── builtin_inference.py
│ │ │ │ ├── py2gi.py
│ │ │ │ ├── py2mechanize.py
│ │ │ │ ├── py2pytest.py
│ │ │ │ ├── py2qt4.py
│ │ │ │ ├── py2stdlib.py
│ │ │ │ ├── pynose.py
│ │ │ │ └── pysix_moves.py
│ │ │ ├── builder.py
│ │ │ ├── exceptions.py
│ │ │ ├── inference.py
│ │ │ ├── __init__.py
│ │ │ ├── inspector.py
│ │ │ ├── LICENSE.txt
│ │ │ ├── manager.py
│ │ │ ├── mixins.py
│ │ │ ├── modutils.py
│ │ │ ├── node_classes.py
│ │ │ ├── nodes.py
│ │ │ ├── __pkginfo__.py
│ │ │ ├── protocols.py
│ │ │ ├── raw_building.py
│ │ │ ├── README.chromium
│ │ │ ├── rebuilder.py
│ │ │ ├── scoped_nodes.py
│ │ │ ├── test_utils.py
│ │ │ └── utils.py
│ │ ├── common
│ │ │ ├── cache.py
│ │ │ ├── changelog.py
│ │ │ ├── clcommands.py
│ │ │ ├── cli.py
│ │ │ ├── compat.py
│ │ │ ├── configuration.py
│ │ │ ├── contexts.py
│ │ │ ├── corbautils.py
│ │ │ ├── daemon.py
│ │ │ ├── date.py
│ │ │ ├── dbf.py
│ │ │ ├── debugger.py
│ │ │ ├── decorators.py
│ │ │ ├── deprecation.py
│ │ │ ├── fileutils.py
│ │ │ ├── graph.py
│ │ │ ├── __init__.py
│ │ │ ├── interface.py
│ │ │ ├── LICENSE.txt
│ │ │ ├── logging_ext.py
│ │ │ ├── modutils.py
│ │ │ ├── optik_ext.py
│ │ │ ├── optparser.py
│ │ │ ├── __pkginfo__.py
│ │ │ ├── proc.py
│ │ │ ├── pyro_ext.py
│ │ │ ├── pytest.py
│ │ │ ├── README.chromium
│ │ │ ├── registry.py
│ │ │ ├── shellutils.py
│ │ │ ├── sphinx_ext.py
│ │ │ ├── sphinxutils.py
│ │ │ ├── table.py
│ │ │ ├── tasksqueue.py
│ │ │ ├── testlib.py
│ │ │ ├── textutils.py
│ │ │ ├── tree.py
│ │ │ ├── umessage.py
│ │ │ ├── ureports
│ │ │ │ ├── docbook_writer.py
│ │ │ │ ├── html_writer.py
│ │ │ │ ├── __init__.py
│ │ │ │ ├── nodes.py
│ │ │ │ └── text_writer.py
│ │ │ ├── urllib2ext.py
│ │ │ ├── vcgutils.py
│ │ │ ├── visitor.py
│ │ │ ├── xmlrpcutils.py
│ │ │ └── xmlutils.py
│ │ ├── __init__.py
│ │ └── README.chromium
│ ├── oauth2client
│ │ ├── anyjson.py
│ │ ├── appengine.py
│ │ ├── client.py
│ │ ├── clientsecrets.py
│ │ ├── crypt.py
│ │ ├── django_orm.py
│ │ ├── file.py
│ │ ├── gce.py
│ │ ├── __init__.py
│ │ ├── keyring_storage.py
│ │ ├── LICENSE
│ │ ├── locked_file.py
│ │ ├── MODIFICATIONS.diff
│ │ ├── multistore_file.py
│ │ ├── old_run.py
│ │ ├── README.chromium
│ │ ├── tools.py
│ │ ├── util.py
│ │ └── xsrfutil.py
│ ├── pylint
│ │ ├── checkers
│ │ │ ├── base.py
│ │ │ ├── classes.py
│ │ │ ├── design_analysis.py
│ │ │ ├── exceptions.py
│ │ │ ├── format.py
│ │ │ ├── imports.py
│ │ │ ├── __init__.py
│ │ │ ├── logging.py
│ │ │ ├── misc.py
│ │ │ ├── newstyle.py
│ │ │ ├── python3.py
│ │ │ ├── raw_metrics.py
│ │ │ ├── similar.py
│ │ │ ├── spelling.py
│ │ │ ├── stdlib.py
│ │ │ ├── strings.py
│ │ │ ├── typecheck.py
│ │ │ ├── utils.py
│ │ │ └── variables.py
│ │ ├── config.py
│ │ ├── epylint.py
│ │ ├── gui.py
│ │ ├── __init__.py
│ │ ├── interfaces.py
│ │ ├── LICENSE.txt
│ │ ├── lint.py
│ │ ├── __main__.py
│ │ ├── __pkginfo__.py
│ │ ├── pyreverse
│ │ │ ├── diadefslib.py
│ │ │ ├── diagrams.py
│ │ │ ├── __init__.py
│ │ │ ├── main.py
│ │ │ ├── utils.py
│ │ │ └── writer.py
│ │ ├── README.chromium
│ │ ├── reporters
│ │ │ ├── guireporter.py
│ │ │ ├── html.py
│ │ │ ├── __init__.py
│ │ │ ├── json.py
│ │ │ └── text.py
│ │ ├── testutils.py
│ │ └── utils.py
│ ├── pylint.py
│ ├── pymox
│ │ ├── COPYING
│ │ ├── __init__.py
│ │ ├── MANIFEST.in
│ │ ├── mox.py
│ │ ├── mox_test_helper.py
│ │ ├── mox_test.py
│ │ ├── README
│ │ ├── setup.py
│ │ ├── stubout.py
│ │ ├── stubout_testee.py
│ │ └── stubout_test.py
│ ├── repo
│ │ ├── COPYING
│ │ ├── __init__.py
│ │ ├── progress.py
│ │ └── README.chromium
│ ├── retry_decorator
│ │ ├── decorators.py
│ │ ├── __init__.py
│ │ └── LICENSE.google
│ ├── simplejson
│ │ ├── decoder.py
│ │ ├── encoder.py
│ │ ├── __init__.py
│ │ ├── LICENSE.txt
│ │ ├── ordered_dict.py
│ │ ├── PKG-INFO
│ │ ├── scanner.py
│ │ └── tool.py
│ ├── six
│ │ ├── __init__.py
│ │ ├── LICENSE.txt
│ │ └── README.chromium
│ └── upload.py
├── trychange.py
├── update_depot_tools
├── update_depot_tools.bat
├── upload_to_google_storage.py
├── WATCHLISTS
├── watchlists.py
├── weekly
├── win_toolchain
│ ├── 7z
│ │ ├── 7z.dll
│ │ ├── 7z.exe
│ │ └── LICENSE
│ ├── get_toolchain_if_necessary.py
│ ├── OWNERS
│ ├── package_from_installed.py
│ └── toolchain2013.py
├── wtf
└── zsh-goodies
├── _gclient
└── README
68 directories, 773 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论