Commit 87f9c148 authored by Sergiy Byelozyorov's avatar Sergiy Byelozyorov Committed by Commit Bot

Suppress running find_bad_constructs when testing V8 standalone

R=machenbach@chromium.org

Change-Id: I45a6b7ef7b185c0bc05185672383c682b6e1e798
Reviewed-on: https://chromium-review.googlesource.com/998153
Commit-Queue: Sergiy Byelozyorov <sergiyb@chromium.org>
Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#52444}
parent aa3fb5d8
...@@ -12,7 +12,7 @@ vars = { ...@@ -12,7 +12,7 @@ vars = {
deps = { deps = {
'v8/build': 'v8/build':
Var('chromium_url') + '/chromium/src/build.git' + '@' + 'e7b36e57bbceeea55bd6603fcc4f6c1de375f5a3', Var('chromium_url') + '/chromium/src/build.git' + '@' + '647f86bf73659f59b122e6d2f54d68de5ef168f6',
'v8/tools/gyp': 'v8/tools/gyp':
Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb', Var('chromium_url') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da9e79460fe590bfb',
'v8/third_party/icu': 'v8/third_party/icu':
......
...@@ -121,6 +121,10 @@ if (target_cpu == "mipsel" || target_cpu == "mips64el" || ...@@ -121,6 +121,10 @@ if (target_cpu == "mipsel" || target_cpu == "mips64el" ||
v8_add_configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] v8_add_configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ]
} }
if (!build_with_chromium && is_clang) {
v8_remove_configs += [ "//build/config/clang:find_bad_constructs" ]
}
# All templates should be kept in sync. # All templates should be kept in sync.
template("v8_source_set") { template("v8_source_set") {
if (defined(invoker.split_count) && invoker.split_count > 1 && if (defined(invoker.split_count) && invoker.split_count > 1 &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment