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

Unified Diff: build/go/go.py

Issue 683113005: Update from chromium https://crrev.com/302282 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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/get_landmines.py ('k') | build/go/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/go/go.py
diff --git a/build/go/go.py b/build/go/go.py
index 4d355111ba2fcde291120154968230e3c0c14fbc..2e4f99bc37ed64140a3763b0c7652f5d6ad9be06 100755
--- a/build/go/go.py
+++ b/build/go/go.py
@@ -35,8 +35,6 @@ def main():
src_root = os.path.abspath(args.src_root)
# GOPATH must be absolute, and point to one directory up from |src_Root|
go_path = os.path.abspath(os.path.join(src_root, ".."))
- # GOPATH also includes any third_party/go libraries that have been imported
- go_path += ":" + os.path.abspath(os.path.join(src_root, "third_party/go"))
go_options = args.go_option
try:
shutil.rmtree(build_dir, True)
« no previous file with comments | « build/get_landmines.py ('k') | build/go/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698