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

Side by Side Diff: editor/analyzer_java.gyp

Issue 240723006: Replace Java based analyzer with Dart based analyzer when building SDK (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 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 | Annotate | Revision Log
« no previous file with comments | « editor/analyzer.gyp ('k') | editor/tools/compile_analyzer.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 { 5 {
6 'includes' : [ 6 'includes' : [
7 # These files are generated by 'gclient runhooks'. 7 # These files are generated by 'gclient runhooks'.
8 'plugin_command_analyze_sources.gypi', 8 'plugin_command_analyze_sources.gypi',
9 'plugin_engine_sources.gypi', 9 'plugin_engine_sources.gypi',
10 ], 10 ],
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 # every line as an additional commandline argument. 56 # every line as an additional commandline argument.
57 '@plugin_command_analyze_sources.txt', 57 '@plugin_command_analyze_sources.txt',
58 '@plugin_engine_sources.txt', 58 '@plugin_engine_sources.txt',
59 ], 59 ],
60 'message': 'Creating <(_outputs).', 60 'message': 'Creating <(_outputs).',
61 }, 61 },
62 ], 62 ],
63 }, 63 },
64 ] 64 ]
65 } 65 }
OLDNEW
« no previous file with comments | « editor/analyzer.gyp ('k') | editor/tools/compile_analyzer.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698