Import Cobalt 19.master.0.205881
diff --git a/src/net/tools/testserver/BUILD.gn b/src/net/tools/testserver/BUILD.gn
new file mode 100644
index 0000000..443d1c2
--- /dev/null
+++ b/src/net/tools/testserver/BUILD.gn
@@ -0,0 +1,9 @@
+# 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.
+
+import("//build/config/python.gni")
+
+python_library("testserver_py") {
+  pydeps_file = "testserver.pydeps"
+}