summaryrefslogtreecommitdiff
path: root/chromium/content/gpu/BUILD.gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-01-31 16:33:43 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2018-02-06 16:33:22 +0000
commitda51f56cc21233c2d30f0fe0d171727c3102b2e0 (patch)
tree4e579ab70ce4b19bee7984237f3ce05a96d59d83 /chromium/content/gpu/BUILD.gn
parentc8c2d1901aec01e934adf561a9fdf0cc776cdef8 (diff)
downloadqtwebengine-chromium-da51f56cc21233c2d30f0fe0d171727c3102b2e0.tar.gz
BASELINE: Update Chromium to 65.0.3525.40
Also imports missing submodules Change-Id: I36901b7c6a325cda3d2c10cedb2186c25af3b79b Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'chromium/content/gpu/BUILD.gn')
-rw-r--r--chromium/content/gpu/BUILD.gn17
1 files changed, 9 insertions, 8 deletions
diff --git a/chromium/content/gpu/BUILD.gn b/chromium/content/gpu/BUILD.gn
index b1277cbfae2..4c50c537184 100644
--- a/chromium/content/gpu/BUILD.gn
+++ b/chromium/content/gpu/BUILD.gn
@@ -2,6 +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/jumbo.gni")
import("//build/config/ui.gni")
import("//gpu/vulkan/features.gni")
import("//media/media_options.gni")
@@ -23,9 +24,9 @@ group("gpu") {
}
if (is_component_build) {
- link_target_type = "source_set"
+ link_target_type = "jumbo_source_set"
} else {
- link_target_type = "static_library"
+ link_target_type = "jumbo_static_library"
}
target(link_target_type, "gpu_sources") {
@@ -65,6 +66,7 @@ target(link_target_type, "gpu_sources") {
"//gpu/ipc/common:gpu_preferences_util",
"//gpu/ipc/service",
"//ipc",
+ "//media:media_features",
"//media/gpu",
"//media/mojo:features",
@@ -101,15 +103,14 @@ target(link_target_type, "gpu_sources") {
"//third_party/wtl:wtl_includes",
]
libs = [ "setupapi.lib" ]
- deps += [
- "//sandbox",
- "//third_party/angle:libEGL",
- "//third_party/angle:libGLESv2",
- ]
+ deps += [ "//sandbox" ]
}
if (use_x11) {
- deps += [ "//ui/events/platform/x11" ]
+ deps += [
+ "//ui/events/platform/x11",
+ "//ui/gfx/x",
+ ]
}
if (use_ozone) {