Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(489)

Unified Diff: appengine/findit/common/dependency.py

Issue 1861373003: [Findit] Initial code of findit for crash. Add scorers to apply heuristic rules. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Fix nits and rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/findit/common/chromium_deps.py ('k') | appengine/findit/common/test/chromium_deps_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/findit/common/dependency.py
diff --git a/appengine/findit/common/dependency.py b/appengine/findit/common/dependency.py
index d2dc4485ca04048fcf9ff9702cb7ce6ee94e3f1d..1ef0c7c5f6f720410a5711db2e6f37b6a22fe10c 100644
--- a/appengine/findit/common/dependency.py
+++ b/appengine/findit/common/dependency.py
@@ -4,6 +4,7 @@
import collections
+
class Dependency(object):
"""Represents a dependency in Chrome, like blink, v8, pdfium, etc."""
def __init__(self, path, repo_url, revision, deps_file='DEPS'):
« no previous file with comments | « appengine/findit/common/chromium_deps.py ('k') | appengine/findit/common/test/chromium_deps_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698