Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 include_rules = [ | |
| 2 # This code is checked into the chromium repo so it's fine to depend on this. | |
| 3 "+base", | |
| 4 "+testing", | |
| 5 "+mojo", | |
| 6 | |
| 7 # internal includes. | |
| 8 "+geometry", | |
| 9 "+input_events", | |
| 10 "+surfaces", | |
| 11 "+native_viewport", | |
| 12 "+view_manager", | |
| 13 "+window_manager", | |
| 14 ] | |
| 15 | |
| 16 specific_include_rules = { | |
| 17 "view_manager_test_suite\.cc": [ | |
| 18 "+ui/gfx/x/x11_connection.h", | |
| 19 ], | |
| 20 } | |
| OLD | NEW |