| 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")
|
|
|