diff options
Diffstat (limited to 'chromium/remoting/test/BUILD.gn')
-rw-r--r-- | chromium/remoting/test/BUILD.gn | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/remoting/test/BUILD.gn b/chromium/remoting/test/BUILD.gn index fa9826c43ec..fa1b4c3c0c0 100644 --- a/chromium/remoting/test/BUILD.gn +++ b/chromium/remoting/test/BUILD.gn @@ -104,7 +104,6 @@ executable("chromoting_test_driver") { deps = [ ":test_support", "//base/test:test_support", - "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", "//testing/gtest", ] @@ -143,7 +142,6 @@ executable("ar_sample_test_driver") { deps = [ ":ar_test_driver_common", "//base/test:test_support", - "//build/config:exe_and_shlib_deps", "//build/win:default_exe_manifest", "//testing/gtest", ] @@ -195,7 +193,6 @@ if (enable_remoting_host && !is_android && !is_chromeos) { deps = [ ":it2me_standalone_host", - "//build/config:exe_and_shlib_deps", ] if (is_desktop_linux) { @@ -222,7 +219,6 @@ if (enable_remoting_host && !is_android && !is_chromeos) { deps = [ "//base", - "//build/config:exe_and_shlib_deps", ] } } |