Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: src/inspector/BUILD.gn

Issue 29720588: Issue 6396 - Error creating non debug build config (Closed)
Patch Set: Created March 12, 2018, 11:18 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« gni/v8.gni ('K') | « gni/v8.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/BUILD.gn
diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
index d9d3ac879a13ce468ed9a5f65d13c64606eab84e..0d82f64ca5f3648fa6bd2baea7f83600e76153bd 100644
--- a/src/inspector/BUILD.gn
+++ b/src/inspector/BUILD.gn
@@ -90,7 +90,7 @@ config("inspector_config") {
"/wd4996", # Deprecated function call.
]
}
- if (is_component_build) {
+ if (is_component_build || v8_component_build) {
defines = [ "BUILDING_V8_SHARED" ]
}
}
« gni/v8.gni ('K') | « gni/v8.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld