summaryrefslogtreecommitdiff
path: root/chromium/chromecast/system
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-18 14:34:04 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-10-04 11:15:27 +0000
commite6430e577f105ad8813c92e75c54660c4985026e (patch)
tree88115e5d1fb471fea807111924dcccbeadbf9e4f /chromium/chromecast/system
parent53d399fe6415a96ea6986ec0d402a9c07da72453 (diff)
downloadqtwebengine-chromium-e6430e577f105ad8813c92e75c54660c4985026e.tar.gz
BASELINE: Update Chromium to 61.0.3163.99
Change-Id: I8452f34574d88ca2b27af9bd56fc9ff3f16b1367 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/chromecast/system')
-rw-r--r--chromium/chromecast/system/reboot/BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/chromecast/system/reboot/BUILD.gn b/chromium/chromecast/system/reboot/BUILD.gn
index 8838006ef6f..fc05f528821 100644
--- a/chromium/chromecast/system/reboot/BUILD.gn
+++ b/chromium/chromecast/system/reboot/BUILD.gn
@@ -37,7 +37,7 @@ test("cast_reboot_unittests") {
# Target for OEM partners to override reboot shared library, i.e.
# libcast_reboot_1.0.so.
-shared_library("libcast_reboot_1.0") {
+cast_shared_library("libcast_reboot_1.0") {
sources = [
"reboot_dummy.cc",
]