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

Unified Diff: third_party/WebKit/Source/config.gni

Issue 2323393004: Complete removing Blink gyp files. (Closed)
Patch Set: Windows 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 | « .gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/config.gni
diff --git a/third_party/WebKit/Source/config.gni b/third_party/WebKit/Source/config.gni
index 7a22d749275ec5b96bff14346539b753c3c54c61..df6775edaf2d08874a3b24a4430e999ea2c5698b 100644
--- a/third_party/WebKit/Source/config.gni
+++ b/third_party/WebKit/Source/config.gni
@@ -79,12 +79,3 @@ if (use_default_render_theme) {
if (blink_logging_always_on) {
feature_defines_list += [ "LOG_DISABLED=0" ]
}
-
-# feature_defines_string -------------------------------------------------------
-
-# Convert the list to a space-separated string for passing to scripts.
-# This would be the equivalent of passing '<(feature_defines)' in GYP.
-feature_defines_string =
- exec_script("build/gn_list_to_space_separated_string.py",
- feature_defines_list,
- "trim string")
« no previous file with comments | « .gn ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698