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

Unified Diff: dashboard/dashboard/pinpoint/models/quest/__init__.py

Issue 2998283002: [pinpoint] Add GTest support to quest_generator. (Closed)
Patch Set: Rebase Created 3 years, 4 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 | « dashboard/dashboard/pinpoint/handlers/quest_generator_test.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/dashboard/pinpoint/models/quest/__init__.py
diff --git a/dashboard/dashboard/pinpoint/models/quest/__init__.py b/dashboard/dashboard/pinpoint/models/quest/__init__.py
index 85d4d45c2619fff7014eb6db4d8db64fa50e2f13..140ca92e7e15a8872ffc1eabe7d7f4ae6129afa9 100644
--- a/dashboard/dashboard/pinpoint/models/quest/__init__.py
+++ b/dashboard/dashboard/pinpoint/models/quest/__init__.py
@@ -8,3 +8,4 @@ from dashboard.pinpoint.models.quest.execution import Execution
from dashboard.pinpoint.models.quest.find_isolate import FindIsolate
from dashboard.pinpoint.models.quest.run_test import RunTest
from dashboard.pinpoint.models.quest.read_value import ReadChartJsonValue
+from dashboard.pinpoint.models.quest.read_value import ReadGraphJsonValue
« no previous file with comments | « dashboard/dashboard/pinpoint/handlers/quest_generator_test.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698