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

Unified Diff: infra/bots/flavor/__init__.py

Issue 1703663002: Port Skia recipe to normal Python scripts, move to Skia repo (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Address comments Created 4 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
« no previous file with comments | « infra/bots/compile_skia.py ('k') | infra/bots/flavor/android_devices.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: infra/bots/flavor/__init__.py
diff --git a/gyp/skia_launcher.gyp b/infra/bots/flavor/__init__.py
similarity index 50%
copy from gyp/skia_launcher.gyp
copy to infra/bots/flavor/__init__.py
index e09e171de1b32c935d0feafccace3780a2a11d30..78953f5f512edad7849dc6b3df50a11566da5a9e 100644
--- a/gyp/skia_launcher.gyp
+++ b/infra/bots/flavor/__init__.py
@@ -1,7 +1,6 @@
-# Copyright 2015 Google Inc.
+#!/usr/bin/env python
+#
+# Copyright 2016 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-{
- 'includes': [ '../platform_tools/android/gyp/skia_launcher.gypi' ]
-}
« no previous file with comments | « infra/bots/compile_skia.py ('k') | infra/bots/flavor/android_devices.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698