diff options
author | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2020-12-09 10:12:38 +0100 |
---|---|---|
committer | Allan Sandfeld Jensen <allan.jensen@qt.io> | 2022-12-13 16:45:38 +0100 |
commit | 76b2158b0367832bafdaec71e695f730483d4c6c (patch) | |
tree | 13135730905f01f1e794a824993b805d122a6bed /chromium/media/capture | |
parent | b0427484d838e6bf518ce090f383838f8f8067c9 (diff) | |
download | qtwebengine-chromium-76b2158b0367832bafdaec71e695f730483d4c6c.tar.gz |
Reinstate jumbo-builds
Reverts four patches disabling and removing jumbo builds.
It makes too big of a difference for us to drop.
Change-Id: Ib7dd65996f9e985480f49fab2d1781a5d08bf6fd
Reviewed-by: Michal Klocek <michal.klocek@qt.io>
Diffstat (limited to 'chromium/media/capture')
-rw-r--r-- | chromium/media/capture/BUILD.gn | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chromium/media/capture/BUILD.gn b/chromium/media/capture/BUILD.gn index 27afc021354..1b234c9b9d2 100644 --- a/chromium/media/capture/BUILD.gn +++ b/chromium/media/capture/BUILD.gn @@ -4,6 +4,7 @@ import("//build/config/chromeos/ui_mode.gni") import("//build/config/features.gni") +import("//build/config/jumbo.gni") import("//build/config/ui.gni") import("//media/media_options.gni") import("//testing/test.gni") @@ -29,7 +30,7 @@ component("capture_switches") { } # Things needed by //media/capture/mojom/video_capture_types.mojom. -component("capture_base") { +jumbo_component("capture_base") { defines = [ "CAPTURE_IMPLEMENTATION" ] sources = [ "capture_export.h", @@ -52,7 +53,7 @@ component("capture_base") { } # Target which allows breakout of Android BUILD.gn files. -source_set("capture_device_specific") { +jumbo_source_set("capture_device_specific") { visibility = [ ":capture_lib", "//media/capture/content/android", @@ -111,7 +112,7 @@ source_set("capture_device_specific") { } } -component("capture_lib") { +jumbo_component("capture_lib") { defines = [ "CAPTURE_IMPLEMENTATION" ] sources = [ "video/create_video_capture_device_factory.cc", |