Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 .PHONY: | |
| 2 .DELETE_ON_ERROR: | |
| 3 .SECONDEXPANSION: | |
| 4 | |
| 5 ---------------------------------------------------- | |
| 6 | |
| 7 [ | |
| 8 ["builtin", ".PHONY"], ["punctuation", ":"], | |
| 9 ["builtin", ".DELETE_ON_ERROR"], ["punctuation", ":"], | |
| 10 ["builtin", ".SECONDEXPANSION"], ["punctuation", ":"] | |
| 11 ] | |
| 12 | |
| 13 ---------------------------------------------------- | |
| 14 | |
| 15 Checks for built-in target names. | |
| OLD | NEW |