Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 | |
| 2 SUBZERO_LEVEL := .. | |
| 3 | |
| 4 TOOLNAME := llvm2ice | |
| 5 LINK_COMPONENTS := support | |
| 6 | |
| 7 # This tool has no plugins, optimize startup time. | |
| 8 TOOL_NO_EXPORTS := 1 | |
| 9 | |
| 10 include $(SUBZERO_LEVEL)/../../Makefile.config | |
| 11 | |
| 12 include $(SUBZERO_LEVEL)/Makefile | |
| 13 | |
|
Jim Stichnoth
2014/05/22 16:56:48
Git complained about extraneous whitespace (blank
Derek Schuff
2014/05/22 23:42:39
Done.
| |
| OLD | NEW |