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

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

Issue 2857133004: Change Accessor(s) to use AstFactory to create MethodInvocation, PropertyGet/Set. (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
« no previous file with comments | « pkg/analysis_server/analysis_server.iml ('k') | pkg/front_end/front_end.iml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
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$/bin/packages" /> 7 <excludeFolder url="file://$MODULE_DIR$/bin/packages" />
8 <excludeFolder url="file://$MODULE_DIR$/build" /> 8 <excludeFolder url="file://$MODULE_DIR$/build" />
9 <excludeFolder url="file://$MODULE_DIR$/packages" /> 9 <excludeFolder url="file://$MODULE_DIR$/packages" />
10 <excludeFolder url="file://$MODULE_DIR$/test/data/bazel/packages" /> 10 <excludeFolder url="file://$MODULE_DIR$/test/data/bazel/packages" />
(...skipping 29 matching lines...) Expand all
40 <excludeFolder url="file://$MODULE_DIR$/test/data/packages" /> 40 <excludeFolder url="file://$MODULE_DIR$/test/data/packages" />
41 <excludeFolder url="file://$MODULE_DIR$/test/data/packages_file/packages" /> 41 <excludeFolder url="file://$MODULE_DIR$/test/data/packages_file/packages" />
42 <excludeFolder url="file://$MODULE_DIR$/test/data/strong_sdk/packages" /> 42 <excludeFolder url="file://$MODULE_DIR$/test/data/strong_sdk/packages" />
43 <excludeFolder url="file://$MODULE_DIR$/test/packages" /> 43 <excludeFolder url="file://$MODULE_DIR$/test/packages" />
44 <excludeFolder url="file://$MODULE_DIR$/tool/packages" /> 44 <excludeFolder url="file://$MODULE_DIR$/tool/packages" />
45 </content> 45 </content>
46 <orderEntry type="inheritedJdk" /> 46 <orderEntry type="inheritedJdk" />
47 <orderEntry type="sourceFolder" forTests="false" /> 47 <orderEntry type="sourceFolder" forTests="false" />
48 <orderEntry type="library" name="Dart SDK" level="application" /> 48 <orderEntry type="library" name="Dart SDK" level="application" />
49 <orderEntry type="library" name="Dart SDK" level="project" /> 49 <orderEntry type="library" name="Dart SDK" level="project" />
50 <orderEntry type="library" name="Dart Packages" level="project" />
50 </component> 51 </component>
51 </module> 52 </module>
OLDNEW
« no previous file with comments | « pkg/analysis_server/analysis_server.iml ('k') | pkg/front_end/front_end.iml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698