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

Unified Diff: pkg/analyzer_plugin/tool/spec/generate_all.dart

Issue 2890163004: Add requestTime to responses (Closed)
Patch Set: Created 3 years, 7 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 | « pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_plugin/tool/spec/generate_all.dart
diff --git a/pkg/analyzer_plugin/tool/spec/generate_all.dart b/pkg/analyzer_plugin/tool/spec/generate_all.dart
index bde26ab165bc5421fb9e2c0407c3a9c61c802713..ff6f7f4a3aa5a524bdc6fb095d853d71f651af59 100644
--- a/pkg/analyzer_plugin/tool/spec/generate_all.dart
+++ b/pkg/analyzer_plugin/tool/spec/generate_all.dart
@@ -28,10 +28,10 @@ main() {
*/
List<GeneratedContent> get allTargets {
List<GeneratedContent> targets = <GeneratedContent>[];
- targets.add(codegen_dart_protocol.target);
+ targets.add(codegen_dart_protocol.target(true));
targets.add(codegen_inttest_methods.target);
targets.add(codegen_matchers.target);
- targets.add(codegen_protocol_common.target);
+ targets.add(codegen_protocol_common.target(true));
targets.add(codegen_protocol_constants.target);
targets.add(to_html.target);
return targets;
« no previous file with comments | « pkg/analyzer_plugin/tool/spec/codegen_protocol_common.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698