diff options
Diffstat (limited to 'win8/BUILD.gn')
-rw-r--r-- | win8/BUILD.gn | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win8/BUILD.gn b/win8/BUILD.gn index fe2a830..d65f997 100644 --- a/win8/BUILD.gn +++ b/win8/BUILD.gn @@ -54,13 +54,14 @@ source_set("test_registrar_constants") { executable("test_registrar") { deps = [ + ":test_registrar_constants", "//base", + "//build/config/sanitizers:deps", # Chrome is the default viewer process currently used by the tests. # TODO(robertshield): Investigate building a standalone metro viewer # process. "//chrome", - ":test_registrar_constants", ] sources = [ "test/test_registrar.cc", |