summaryrefslogtreecommitdiff
path: root/chromium/remoting/test/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-17 13:57:45 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-07-19 13:44:40 +0000
commit6ec7b8da05d21a3878bd21c691b41e675d74bb1c (patch)
treeb87f250bc19413750b9bb9cdbf2da20ef5014820 /chromium/remoting/test/BUILD.gn
parentec02ee4181c49b61fce1c8fb99292dbb8139cc90 (diff)
downloadqtwebengine-chromium-6ec7b8da05d21a3878bd21c691b41e675d74bb1c.tar.gz
BASELINE: Update Chromium to 60.0.3112.70
Change-Id: I9911c2280a014d4632f254857876a395d4baed2d Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/remoting/test/BUILD.gn')
-rw-r--r--chromium/remoting/test/BUILD.gn5
1 files changed, 3 insertions, 2 deletions
diff --git a/chromium/remoting/test/BUILD.gn b/chromium/remoting/test/BUILD.gn
index 18dc5f1102a..7aa0a1193f0 100644
--- a/chromium/remoting/test/BUILD.gn
+++ b/chromium/remoting/test/BUILD.gn
@@ -103,7 +103,7 @@ executable("chromoting_test_driver") {
deps = [
":test_support",
"//base/test:test_support",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//testing/gtest",
]
@@ -142,7 +142,7 @@ executable("ar_sample_test_driver") {
deps = [
":ar_test_driver_common",
"//base/test:test_support",
- "//build/config/sanitizers:deps",
+ "//build/config:exe_and_shlib_deps",
"//build/win:default_exe_manifest",
"//testing/gtest",
]
@@ -173,6 +173,7 @@ if (enable_remoting_host && !is_android && !is_chromeos) {
deps = [
":fake_connection_event_logger",
+ "//base/test:test_support",
"//third_party/webrtc/modules/desktop_capture",
]