summaryrefslogtreecommitdiffstats
path: root/src/core/qtwebengine.gni
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-09-25 15:33:01 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-25 14:41:02 +0000
commit448478729cfdf5098dd24a6a870bacdbcd8cf9a7 (patch)
tree546386ed2957dfc39725180a992191745dbef177 /src/core/qtwebengine.gni
parent5ab157588214bfbbc1d1f258a461b1cab4cc3991 (diff)
Adaptations for Chromium 62
Change-Id: I49cd3c419d4dd1180144c3c07bdd9a628ab73caa Reviewed-by: Peter Varga <pvarga@inf.u-szeged.hu>
Diffstat (limited to 'src/core/qtwebengine.gni')
-rw-r--r--src/core/qtwebengine.gni3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/qtwebengine.gni b/src/core/qtwebengine.gni
index a86e93f5b..eeaf6c15f 100644
--- a/src/core/qtwebengine.gni
+++ b/src/core/qtwebengine.gni
@@ -7,6 +7,7 @@ chromium_version = exec_script("//build/util/version.py", [ "-f", rebase_path("/
include_dirs = [
"//skia/config",
+ "//third_party",
"//third_party/skia/include/core"
]
@@ -41,7 +42,7 @@ if (enable_widevine) {
}
if (enable_webrtc) {
- deps += [ "//third_party/webrtc/base:base" ]
+ deps += [ "//third_party/webrtc_overrides" ]
}
if (is_linux && !is_desktop_linux) {