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

Unified Diff: third_party/WebKit/Source/controller/BUILD.gn

Issue 2973643003: Fix remove_webcore_debug_symbols again to avoid constant building (Closed)
Patch Set: Created 3 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/controller/BUILD.gn
diff --git a/third_party/WebKit/Source/controller/BUILD.gn b/third_party/WebKit/Source/controller/BUILD.gn
index 4fbb554287a16dbf23df18b17928d7e30c912e11..f2d71745d688535978bbd5ac307f2b7885ff48fd 100644
--- a/third_party/WebKit/Source/controller/BUILD.gn
+++ b/third_party/WebKit/Source/controller/BUILD.gn
@@ -47,6 +47,6 @@ component("controller") {
if (remove_webcore_debug_symbols) {
configs -= [ "//build/config/compiler:default_symbols" ]
- configs += [ "//build/config/compiler:no_symbols" ]
+ configs += remove_webcore_symbols_config
}
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698