Chromium Code Reviews

Unified Diff: build/secondary/tools/swarming_client/BUILD.gn

Issue 1784373002: Include isolate.py in data for Android unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: build/secondary/tools/swarming_client/BUILD.gn
diff --git a/build/secondary/tools/swarming_client/BUILD.gn b/build/secondary/tools/swarming_client/BUILD.gn
new file mode 100644
index 0000000000000000000000000000000000000000..171bc629e548ef6bad2a25784d6cabab3d94725a
--- /dev/null
+++ b/build/secondary/tools/swarming_client/BUILD.gn
@@ -0,0 +1,10 @@
+# Copyright 2016 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.
+
+group("isolate_py") {
+ # Generated with:
+ # (cd tools/swarming_client; ../../build/print-python-deps.py isolate.py) > build/secondary/tools/swarming_client/isolate.pydeps
+ data = read_file("//build/secondary/tools/swarming_client/isolate.pydeps",
+ "list lines")
+}

Powered by Google App Engine