OLD | NEW |
1 include_rules = [ | 1 include_rules = [ |
2 "+mojo/services/geometry/public", | 2 "+mojo/services/geometry/public", |
3 | 3 |
4 # TODO(blundell): Determine whether to eliminate these dependencies or move | 4 # TODO(blundell): Determine whether to eliminate these dependencies or move |
5 # the tests outside of view_manager's public code. crbug.com/451403 | 5 # the tests outside of view_manager's public code. crbug.com/451403 |
6 "!base/auto_reset.h", | 6 "!base/auto_reset.h", |
7 "!base/bind.h", | 7 "!base/bind.h", |
8 "!base/i18n/icu_util.h", | 8 "!base/i18n/icu_util.h", |
9 "!base/logging.h", | 9 "!base/logging.h", |
10 "!base/strings/stringprintf.h", | 10 "!base/strings/stringprintf.h", |
11 "!base/test/launcher/unit_test_launcher.h", | 11 "!base/test/launcher/unit_test_launcher.h", |
12 "!base/test/test_suite.h", | 12 "!base/test/test_suite.h", |
13 "!shell/application_manager", | 13 "!shell/application_manager", |
14 "!shell/shell_test_helper.h", | 14 "!shell/shell_test_helper.h", |
15 "!ui/gfx/x/x11_connection.h", | 15 "!ui/gfx/x/x11_connection.h", |
16 ] | 16 ] |
OLD | NEW |