summaryrefslogtreecommitdiff
path: root/www/iridium/files/patch-components_plugins_renderer_BUILD.gn
diff options
context:
space:
mode:
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",
- ]
- }