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

Side by Side Diff: pkg/analysis_server/analysis_server.iml

Issue 2883633002: Extract PerformanceLogger from AnalysisDriver. (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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
Brian Wilkerson 2017/05/12 21:16:09 Please coordinate with Paul on this. He has a CL o
Paul Berry 2017/05/12 21:22:34 Go ahead and land your CL. I want to give my CL a
2 <module type="WEB_MODULE" version="4"> 2 <module type="WEB_MODULE" version="4">
3 <component name="NewModuleRootManager" inherit-compiler-output="true"> 3 <component name="NewModuleRootManager" inherit-compiler-output="true">
4 <exclude-output /> 4 <exclude-output />
5 <content url="file://$MODULE_DIR$"> 5 <content url="file://$MODULE_DIR$">
6 <excludeFolder url="file://$MODULE_DIR$/.pub" /> 6 <excludeFolder url="file://$MODULE_DIR$/.pub" />
7 <excludeFolder url="file://$MODULE_DIR$/benchmark/integration/packages" /> 7 <excludeFolder url="file://$MODULE_DIR$/benchmark/integration/packages" />
8 <excludeFolder url="file://$MODULE_DIR$/benchmark/packages" /> 8 <excludeFolder url="file://$MODULE_DIR$/benchmark/packages" />
9 <excludeFolder url="file://$MODULE_DIR$/benchmark/perf/packages" /> 9 <excludeFolder url="file://$MODULE_DIR$/benchmark/perf/packages" />
10 <excludeFolder url="file://$MODULE_DIR$/bin/packages" /> 10 <excludeFolder url="file://$MODULE_DIR$/bin/packages" />
11 <excludeFolder url="file://$MODULE_DIR$/build" /> 11 <excludeFolder url="file://$MODULE_DIR$/build" />
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 <excludeFolder url="file://$MODULE_DIR$/tool/packages" /> 50 <excludeFolder url="file://$MODULE_DIR$/tool/packages" />
51 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/java/packages" /> 51 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/java/packages" />
52 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/java/types/pac kages" /> 52 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/java/types/pac kages" />
53 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/packages" /> 53 <excludeFolder url="file://$MODULE_DIR$/tool/spec/generated/packages" />
54 <excludeFolder url="file://$MODULE_DIR$/tool/spec/packages" /> 54 <excludeFolder url="file://$MODULE_DIR$/tool/spec/packages" />
55 </content> 55 </content>
56 <orderEntry type="inheritedJdk" /> 56 <orderEntry type="inheritedJdk" />
57 <orderEntry type="sourceFolder" forTests="false" /> 57 <orderEntry type="sourceFolder" forTests="false" />
58 <orderEntry type="library" name="Dart SDK" level="application" /> 58 <orderEntry type="library" name="Dart SDK" level="application" />
59 <orderEntry type="library" name="Dart SDK" level="project" /> 59 <orderEntry type="library" name="Dart SDK" level="project" />
60 <orderEntry type="library" name="Dart Packages" level="project" />
60 </component> 61 </component>
61 </module> 62 </module>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | pkg/analysis_server/lib/src/analysis_server.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698