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

Unified Diff: tools/gn/function_rebase_path.cc

Issue 321323004: Add yasm to the GN build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 | « third_party/yasm/yasm_assemble.gni ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/yasm/yasm_assemble.gni ('k') | tools/gn/ninja_action_target_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698