add a missing internal dependency to avoid random build order failures during bulks
This commit is contained in:
parent
c4ee1ee5ce
commit
c4ae08c6bf
13
www/chromium/patches/patch-content_public_browser_BUILD_gn
Normal file
13
www/chromium/patches/patch-content_public_browser_BUILD_gn
Normal file
@ -0,0 +1,13 @@
|
||||
$OpenBSD: patch-content_public_browser_BUILD_gn,v 1.1 2020/04/13 10:29:36 robert Exp $
|
||||
|
||||
Index: content/public/browser/BUILD.gn
|
||||
--- content/public/browser/BUILD.gn.orig
|
||||
+++ content/public/browser/BUILD.gn
|
||||
@@ -453,6 +453,7 @@ jumbo_source_set("browser_sources") {
|
||||
"//media/capture",
|
||||
"//net",
|
||||
"//ppapi/c",
|
||||
+ "//services/content/public/cpp:cpp",
|
||||
"//services/device/public/cpp/geolocation",
|
||||
"//services/metrics/public/cpp:metrics_cpp",
|
||||
"//services/service_manager/embedder:embedder_result_codes",
|
Loading…
Reference in New Issue
Block a user