diff options
Diffstat (limited to 'chromium/chrome/installer/util')
-rw-r--r-- | chromium/chrome/installer/util/BUILD.gn | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/chrome/installer/util/BUILD.gn b/chromium/chrome/installer/util/BUILD.gn index 1d98d6d9927..881de4697c8 100644 --- a/chromium/chrome/installer/util/BUILD.gn +++ b/chromium/chrome/installer/util/BUILD.gn @@ -164,6 +164,8 @@ static_library("with_no_strings") { "scoped_user_protocol_entry.h", "shell_util.cc", "shell_util.h", + "taskbar_util.cc", + "taskbar_util.h", ] public_deps += [ @@ -376,4 +378,15 @@ if (is_win) { "//chrome/test/data/installer/", ] } + + source_set("interactive_ui_tests") { + testonly = true + sources = [ "shell_util_interactive_uitest.cc" ] + deps = [ + ":with_no_strings", + "//base", + "//base/test:test_support", + "//testing/gtest", + ] + } } # is_win |