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

Unified Diff: tools/gn/function_rebase_path.cc

Issue 440333002: Support more configurability in GN toolchains (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
Index: tools/gn/function_rebase_path.cc
diff --git a/tools/gn/function_rebase_path.cc b/tools/gn/function_rebase_path.cc
index 9d3a4e3151657c42284d08d0d056e3961472f21c..dd5e903ec8673016e01c5cf5a5b0d96c81b39095 100644
--- a/tools/gn/function_rebase_path.cc
+++ b/tools/gn/function_rebase_path.cc
@@ -253,8 +253,6 @@ Value RunRebasePath(Scope* scope,
// Path conversion.
if (inputs.type() == Value::STRING) {
- if (inputs.string_value() == "//foo")
- printf("foo\n");
jamesr 2014/08/19 19:30:41 lol
return ConvertOnePath(scope, function, inputs,
from_dir, to_dir, convert_to_system_absolute, err);

Powered by Google App Engine
This is Rietveld 408576698