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

Unified Diff: gn/win_stamp.py

Issue 2209533004: spin off easy stuff from Herb's windows GN CL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase Created 4 years, 4 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 | « gm/tilemodes_scaled.cpp ('k') | include/c/sk_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gn/win_stamp.py
diff --git a/infra/bots/assets/__init__.py b/gn/win_stamp.py
similarity index 67%
copy from infra/bots/assets/__init__.py
copy to gn/win_stamp.py
index 78953f5f512edad7849dc6b3df50a11566da5a9e..3d23dd80a3ed6d37be8503b34ddc08158597509e 100644
--- a/infra/bots/assets/__init__.py
+++ b/gn/win_stamp.py
@@ -4,3 +4,8 @@
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
+
+# Implement stamp for windows.
+
+import sys
+open(sys.argv[1], 'w').close()
« no previous file with comments | « gm/tilemodes_scaled.cpp ('k') | include/c/sk_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698