Chromium Code Reviews| Index: editor/analyzer.gyp |
| =================================================================== |
| --- editor/analyzer.gyp (revision 19852) |
| +++ editor/analyzer.gyp (working copy) |
| @@ -33,6 +33,8 @@ |
| '<@(java_source_files)', |
| '<@(dependent_jar_files)', |
| 'tools/compile_analyzer.py', |
| + '../sdk/bin/analyzer', |
| + '../sdk/bin/analyzer.bat' |
|
ahe
2013/03/12 15:47:04
I'm not sure you need these as dependencies anymor
ricow1
2013/03/12 18:08:40
removed
|
| ], |
| 'outputs': [ |
| '<(PRODUCT_DIR)/<(analyzer_name)/<(analyzer_name).jar', |