OLD | NEW |
(Empty) | |
| 1 # Make sure blank lines are maintained before comments in lists. |
| 2 |
| 3 deps = [ |
| 4 "//pdf", # Not compiled on Android in GYP yet, either. |
| 5 "//ppapi:ppapi_c", |
| 6 "//third_party/libusb", |
| 7 "//ui/keyboard", # Blocked on content. |
| 8 |
| 9 # Seems to not be compiled on Android. Otherwise it will need a config.h. |
| 10 "//third_party/libxslt", |
| 11 |
| 12 # Not relevant to Android. |
| 13 "//ash", |
| 14 "//tools/gn", |
| 15 |
| 16 # Multiple line |
| 17 # comment |
| 18 # here. |
| 19 "//ui/aura", |
| 20 "//ui/display", |
| 21 "//ui/views", |
| 22 "//ui/views/controls/webview", |
| 23 ] |
OLD | NEW |