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

Unified Diff: build/win/copy_cdb_to_output/copy_cdb_to_output.py

Issue 2786823002: hackhack test jochen cl
Patch Set: . Created 3 years, 9 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/win/copy_cdb_to_output/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/win/copy_cdb_to_output/copy_cdb_to_output.py
diff --git a/build/win/copy_cdb_to_output.py b/build/win/copy_cdb_to_output/copy_cdb_to_output.py
similarity index 99%
rename from build/win/copy_cdb_to_output.py
rename to build/win/copy_cdb_to_output/copy_cdb_to_output.py
index 33bcac71f6909f4dff1e0adbdc1e0fddbac277e9..c8e57f792e8c9205ae7ecc7d2ce0931d094f3890 100755
--- a/build/win/copy_cdb_to_output.py
+++ b/build/win/copy_cdb_to_output/copy_cdb_to_output.py
@@ -10,7 +10,7 @@ import shutil
import sys
script_dir = os.path.dirname(os.path.realpath(__file__))
-src_build_dir = os.path.abspath(os.path.join(script_dir, os.pardir))
+src_build_dir = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir))
sys.path.insert(0, src_build_dir)
import vs_toolchain
« no previous file with comments | « build/win/copy_cdb_to_output/BUILD.gn ('k') | content/shell/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698