agrieve | c020192 | 2016-04-26 12:18:19 -0700 | [diff] [blame] | 1 | # Copyright 2016 The Chromium Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
Andrew Grieve | d167f3a | 2018-05-18 16:17:22 +0000 | [diff] [blame^] | 5 | import("//build/config/python.gni") |
agrieve | c020192 | 2016-04-26 12:18:19 -0700 | [diff] [blame] | 6 | |
Andrew Grieve | d167f3a | 2018-05-18 16:17:22 +0000 | [diff] [blame^] | 7 | python_library("testserver_py") { |
| 8 | pydeps_file = "testserver.pydeps" |
agrieve | c020192 | 2016-04-26 12:18:19 -0700 | [diff] [blame] | 9 | } |