summaryrefslogtreecommitdiff
path: root/gn/infra/recipe_modules/target/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'gn/infra/recipe_modules/target/__init__.py')
-rw-r--r--gn/infra/recipe_modules/target/__init__.py7
1 files changed, 7 insertions, 0 deletions
diff --git a/gn/infra/recipe_modules/target/__init__.py b/gn/infra/recipe_modules/target/__init__.py
new file mode 100644
index 00000000000..1239fd28642
--- /dev/null
+++ b/gn/infra/recipe_modules/target/__init__.py
@@ -0,0 +1,7 @@
+# Copyright 2018 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+DEPS = [
+ 'recipe_engine/platform',
+]