| # Copyright 2019 The Chromium Authors | |
| # Use of this source code is governed by a BSD-style license that can be | |
| # found in the LICENSE file. | |
| import("//ios/build/config.gni") | |
| source_set("thread") { | |
| deps = [ | |
| "//build:blink_buildflags", | |
| "//ios/web:threads", | |
| "//ios/web/public", | |
| ] | |
| if (use_blink) { | |
| deps += [ "//ios/web/content:threads" ] | |
| } | |
| sources = [ "web_thread.cc" ] | |
| } |