summaryrefslogtreecommitdiff
path: root/chromium/native_client_sdk
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-20 15:06:40 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2017-11-22 11:48:58 +0000
commitdaa093eea7c773db06799a13bd7e4e2e2a9f8f14 (patch)
tree96cc5e7b9194c1b29eab927730bfa419e7111c25 /chromium/native_client_sdk
parentbe59a35641616a4cf23c4a13fa0632624b021c1b (diff)
downloadqtwebengine-chromium-daa093eea7c773db06799a13bd7e4e2e2a9f8f14.tar.gz
BASELINE: Update Chromium to 63.0.3239.58
Change-Id: Ia93b322a00ba4dd4004f3bcf1254063ba90e1605 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/native_client_sdk')
-rw-r--r--chromium/native_client_sdk/src/BUILD.gn8
1 files changed, 4 insertions, 4 deletions
diff --git a/chromium/native_client_sdk/src/BUILD.gn b/chromium/native_client_sdk/src/BUILD.gn
index 9b33bed569c..ff31576b83f 100644
--- a/chromium/native_client_sdk/src/BUILD.gn
+++ b/chromium/native_client_sdk/src/BUILD.gn
@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/features.gni")
+import("//components/nacl/features.gni")
declare_args() {
# Set to true if cross compiling trusted (e.g. building sel_ldr_arm on x86)
@@ -56,9 +56,9 @@ if (enable_nacl) {
# http://crbug.com/245456
if (!is_win && target_cpu == "x64") {
deps += [
- "//breakpad:dump_syms($host_toolchain)",
- "//breakpad:minidump_dump($host_toolchain)",
- "//breakpad:minidump_stackwalk($host_toolchain)",
+ "//third_party/breakpad:dump_syms($host_toolchain)",
+ "//third_party/breakpad:minidump_dump($host_toolchain)",
+ "//third_party/breakpad:minidump_stackwalk($host_toolchain)",
]
}
}