Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(556)

Unified Diff: src/v8.gyp

Issue 2356713002: Version 5.5.228.1 (cherry-pick) (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/utils.h ('k') | src/wasm/wasm-js.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/v8.gyp
diff --git a/src/v8.gyp b/src/v8.gyp
index 0598c99eecfc2e26bcf46a4c5a734de4254f38da..b949532ab1776aba1d76fd739bd2ccf9a5d96b8e 100644
--- a/src/v8.gyp
+++ b/src/v8.gyp
@@ -61,10 +61,12 @@
'..',
],
'defines': [
+ 'V8_SHARED',
'BUILDING_V8_SHARED',
],
'direct_dependent_settings': {
'defines': [
+ 'V8_SHARED',
'USING_V8_SHARED',
],
},
@@ -162,10 +164,12 @@
}],
['component=="shared_library"', {
'defines': [
+ 'V8_SHARED',
'BUILDING_V8_SHARED',
],
'direct_dependent_settings': {
'defines': [
+ 'V8_SHARED',
'USING_V8_SHARED',
],
},
@@ -255,6 +259,7 @@
['component=="shared_library"', {
'defines': [
'BUILDING_V8_SHARED',
+ 'V8_SHARED',
],
}],
]
@@ -281,10 +286,12 @@
}],
['component=="shared_library"', {
'defines': [
+ 'V8_SHARED',
'BUILDING_V8_SHARED',
],
'direct_dependent_settings': {
'defines': [
+ 'V8_SHARED',
'USING_V8_SHARED',
],
},
@@ -1706,6 +1713,7 @@
['component=="shared_library"', {
'defines': [
'BUILDING_V8_SHARED',
+ 'V8_SHARED',
],
}],
['v8_postmortem_support=="true"', {
« no previous file with comments | « src/utils.h ('k') | src/wasm/wasm-js.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698