summaryrefslogtreecommitdiff
path: root/chromium/gpu/command_buffer/service/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-03-05 16:32:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2021-03-16 15:21:45 +0100
commit97b90eeccf8e3b805abc355ae38465dfbcd9e23c (patch)
treeff6d327761cd484ef26b38743d1491ff7cfa089a /chromium/gpu/command_buffer/service/BUILD.gn
parent3aaaee3312bb9780f7c659167fe811c59dcd1b29 (diff)
downloadqtwebengine-chromium-97b90eeccf8e3b805abc355ae38465dfbcd9e23c.tar.gz
Fixes for jumbo build
Fixes necessary to make jumbo build work Change-Id: I1551ddeaa15fdc4e9db72e86ea49191193cb4964 Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium/gpu/command_buffer/service/BUILD.gn')
-rw-r--r--chromium/gpu/command_buffer/service/BUILD.gn7
1 files changed, 3 insertions, 4 deletions
diff --git a/chromium/gpu/command_buffer/service/BUILD.gn b/chromium/gpu/command_buffer/service/BUILD.gn
index a6dfbf1b4f8..a6adaaa0080 100644
--- a/chromium/gpu/command_buffer/service/BUILD.gn
+++ b/chromium/gpu/command_buffer/service/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/jumbo.gni")
import("//build/config/ui.gni")
import("//gpu/vulkan/features.gni")
import("//skia/features.gni")
@@ -26,9 +25,9 @@ group("gles2") {
}
if (is_component_build) {
- link_target_type = "jumbo_source_set"
+ link_target_type = "source_set"
} else {
- link_target_type = "jumbo_static_library"
+ link_target_type = "static_library"
}
target(link_target_type, "service_sources") {
# External code should depend on this via //gpu/command_buffer/service above
@@ -488,7 +487,7 @@ proto_library("disk_cache_proto") {
}
if (is_android) {
- jumbo_static_library("android_texture_owner_test_support") {
+ static_library("android_texture_owner_test_support") {
testonly = true
sources = [
"mock_abstract_texture.cc",