Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Copyright 2015 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 | |
| 5 source_set("test_support") { | |
| 6 testonly = true | |
| 7 data = [ | |
| 8 "testing/external_test_pb2.py", | |
| 9 "testing/safebrowsing_test_server.py", | |
| 10 "testing/testing_input.dat", | |
| 11 ] | |
| 12 } | |
| OLD | NEW |