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

Unified Diff: src/inspector/BUILD.gn

Issue 29733646: Issue 6396 - Error creating non debug build config (Closed)
Patch Set: Created March 26, 2018, 10:47 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 2ebf5611350836e48d6edca7e3ce9780615d0c40..a5ad83b30abb65619318843c98aabedbfabd438d 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