Index: tools/gn/function_rebase_path.cc |
diff --git a/tools/gn/function_rebase_path.cc b/tools/gn/function_rebase_path.cc |
index dd5e903ec8673016e01c5cf5a5b0d96c81b39095..9d3a4e3151657c42284d08d0d056e3961472f21c 100644 |
--- a/tools/gn/function_rebase_path.cc |
+++ b/tools/gn/function_rebase_path.cc |
@@ -253,6 +253,8 @@ Value RunRebasePath(Scope* scope, |
// Path conversion. |
if (inputs.type() == Value::STRING) { |
+ if (inputs.string_value() == "//foo") |
+ printf("foo\n"); |
return ConvertOnePath(scope, function, inputs, |
from_dir, to_dir, convert_to_system_absolute, err); |