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

Unified Diff: build/util/BUILD.gn

Issue 164773005: Pull GN @ 252040, update calls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: long line Created 6 years, 10 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 | « build/toolchain/win/BUILD.gn ('k') | tools/gn/bin/linux/gn.sha1 » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/util/BUILD.gn
diff --git a/build/util/BUILD.gn b/build/util/BUILD.gn
index d43cc4907aa20a0543501fa3c743c0eb15d35f7f..9275585997faa3640596f182733817a89245156a 100644
--- a/build/util/BUILD.gn
+++ b/build/util/BUILD.gn
@@ -24,8 +24,8 @@ custom("last_change") {
output_header = "$target_gen_dir/last_change.h"
outputs = [ output_header ]
- build_relative_src = rebase_path("//", ".", root_build_dir)
- build_relative_outputs = rebase_path(output_header, ".", root_build_dir)
+ build_relative_src = rebase_path("//", root_build_dir)
+ build_relative_outputs = rebase_path(output_header, root_build_dir)
args = [
"--source-dir=$build_relative_src",
« no previous file with comments | « build/toolchain/win/BUILD.gn ('k') | tools/gn/bin/linux/gn.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698