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

Unified Diff: test/determinism/rule.py

Issue 1506733002: GYP: Make GYP build deterministic (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: All tested Created 5 years 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
Index: test/determinism/rule.py
diff --git a/test/determinism/rule.py b/test/determinism/rule.py
new file mode 100644
index 0000000000000000000000000000000000000000..310a98192cbad7fd33e74d658ec56a10f04e817c
--- /dev/null
+++ b/test/determinism/rule.py
@@ -0,0 +1,3 @@
+#!/usr/bin/env python
+
+print 'Hello World'

Powered by Google App Engine
This is Rietveld 408576698