summaryrefslogtreecommitdiff
path: root/dev-util/electron/files/chromium-shared-v8-r1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/electron/files/chromium-shared-v8-r1.patch')
-rw-r--r--dev-util/electron/files/chromium-shared-v8-r1.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-util/electron/files/chromium-shared-v8-r1.patch b/dev-util/electron/files/chromium-shared-v8-r1.patch
deleted file mode 100644
index eb4d998d9b03..000000000000
--- a/dev-util/electron/files/chromium-shared-v8-r1.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/v8/src/v8.gyp.orig b/v8/src/v8.gyp
-index bcb5801..3162456 100644
---- a/v8/src/v8.gyp.orig
-+++ b/v8/src/v8.gyp
-@@ -48,8 +48,8 @@
- }, {
- 'toolsets': ['target'],
- }],
-- ['component=="shared_library"', {
-- 'type': '<(component)',
-+ ['v8_target_type=="shared_library"', {
-+ 'type': 'shared_library',
- 'sources': [
- # Note: on non-Windows we still build this file so that gyp
- # has some sources to link into the component.