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

Unified Diff: test/make/gyptest-dependencies.py

Issue 9418017: make: don't use .target in paths or printouts (Closed) Base URL: https://gyp.googlecode.com/svn/trunk
Patch Set: simpler Created 8 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
« pylib/gyp/generator/make.py ('K') | « test/lib/TestGyp.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/make/gyptest-dependencies.py
diff --git a/test/make/gyptest-dependencies.py b/test/make/gyptest-dependencies.py
index 76cfd0e819c60fc6a670816a11158244d67ad3ed..b26e0033eed6a96f4a17131fb3d511a41096420a 100755
--- a/test/make/gyptest-dependencies.py
+++ b/test/make/gyptest-dependencies.py
@@ -18,7 +18,7 @@ test.run_gyp('dependencies.gyp')
test.build('dependencies.gyp', test.ALL)
-deps_file = test.built_file_path(".deps/out/Default/obj.target/main/main.o.d")
+deps_file = test.built_file_path(".deps/out/Default/obj/main/main.o.d")
test.must_contain(deps_file, "main.h")
# Build a second time to make sure we generate all.deps.
« pylib/gyp/generator/make.py ('K') | « test/lib/TestGyp.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698