Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 include_rules = [ | 1 include_rules = [ |
| 2 "+web/tests", | 2 "+web/tests", |
| 3 # For RunAllTests.cpp only. | 3 # For RunAllTests.cpp only. |
| 4 "+base/bind.h", | 4 "+base/bind.h", |
| 5 "+base/message_loop/message_loop.h", | 5 "+base/message_loop/message_loop.h", |
| 6 "+base/run_loop.h", | 6 "+base/run_loop.h", |
| 7 "+base/test/launcher/unit_test_launcher.h", | 7 "+base/test/launcher/unit_test_launcher.h", |
| 8 "+base/test/test_suite.h", | 8 "+base/test/test_suite.h", |
| 9 "+content/test/blink_test_environment.h", | 9 "+content/test/blink_test_environment.h", |
| 10 "+mojo/edk/embedder/embedder.h", | 10 "+mojo/edk/embedder/embedder.h", |
| 11 "+mojo/public/cpp/bindings", | 11 "+mojo/public/cpp/bindings", |
| 12 "+ui/events/keycodes/dom/dom_key.h" | |
|
bokan
2016/06/09 15:51:56
This looks out of place here. Did you confirm with
dtapuska
2016/06/09 18:20:33
Actually I think I can do it a different way; will
| |
| 12 ] | 13 ] |
| OLD | NEW |