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

Unified Diff: tools/gn/secondary/chrome/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 | « tools/gn/function_exec_script.cc ('k') | tools/gn/secondary/device/usb/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/chrome/BUILD.gn
diff --git a/tools/gn/secondary/chrome/BUILD.gn b/tools/gn/secondary/chrome/BUILD.gn
index 034ba041091b6e758c5153d0c328e0daee3dcd6f..ff72231120d59376464ba7937a36aed9fe1b7d36 100644
--- a/tools/gn/secondary/chrome/BUILD.gn
+++ b/tools/gn/secondary/chrome/BUILD.gn
@@ -186,7 +186,7 @@ source_set("utility") {
about_credits_file = "$root_gen_dir/about_credits.html"
build_relative_about_credits_file =
- rebase_path(about_credits_file, ".", root_build_dir)
+ rebase_path(about_credits_file, root_build_dir)
custom("about_credits") {
script = "//tools/licenses.py"
« no previous file with comments | « tools/gn/function_exec_script.cc ('k') | tools/gn/secondary/device/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698