summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_plugins_renderer_BUILD.gn
diff options
context:
space:
mode:
authorCarlos J. Puga Medina <cpm@FreeBSD.org>2018-08-18 14:21:02 +0000
committerCarlos J. Puga Medina <cpm@FreeBSD.org>2018-08-18 14:21:02 +0000
commit13ee5b072d4e3ee1e06f308014d7f298da681f62 (patch)
tree2c29f123993acaded9899f4ff728f288f25bdbc3 /www/iridium/files/patch-components_plugins_renderer_BUILD.gn
parentsecurity/n2n: Cleanup Makefile (diff)
www/iridium: Update to 2018.5.67
Diffstat (limited to 'www/iridium/files/patch-components_plugins_renderer_BUILD.gn')
-rw-r--r--www/iridium/files/patch-components_plugins_renderer_BUILD.gn17
1 files changed, 0 insertions, 17 deletions
diff --git a/www/iridium/files/patch-components_plugins_renderer_BUILD.gn b/www/iridium/files/patch-components_plugins_renderer_BUILD.gn
deleted file mode 100644
index 95a3a2fd40ad..000000000000
--- a/www/iridium/files/patch-components_plugins_renderer_BUILD.gn
+++ /dev/null
@@ -1,17 +0,0 @@
---- components/plugins/renderer/BUILD.gn.orig 2017-04-19 19:06:33 UTC
-+++ components/plugins/renderer/BUILD.gn
-@@ -20,6 +20,7 @@ static_library("renderer") {
- }
-
- deps = [
-+ "//v8",
- "//content/public/child",
- "//content/public/common",
- "//content/public/renderer",
-@@ -28,6 +29,5 @@ static_library("renderer") {
- "//third_party/WebKit/public:blink",
- "//third_party/re2",
- "//ui/base",
-- "//v8",
- ]
- }