Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # TODO(xdai): Remove this DEPS file after layout_delegate.h/cc is moved to a | |
| 3 # better place. | |
| 4 "!chrome/browser/ui/views/harmony/layout_delegate.h", | |
|
xiyuan
2017/01/30 16:59:10
Would "gn check" be happy about this?
xdai1
2017/01/30 18:46:36
The dry run passed. So I guess it's happy?
ellyjon
| |
| 5 ] | |
| 6 | |
| OLD | NEW |