| Index: components/download/internal/test/BUILD.gn
|
| diff --git a/components/download/internal/test/BUILD.gn b/components/download/internal/test/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..a72edf5bb1b66ed9933bf94d42a1919fdd0a53e1
|
| --- /dev/null
|
| +++ b/components/download/internal/test/BUILD.gn
|
| @@ -0,0 +1,20 @@
|
| +# Copyright 2017 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.
|
| +
|
| +static_library("test_support") {
|
| + testonly = true
|
| +
|
| + visibility = [ "//components/download/internal:unit_tests" ]
|
| +
|
| + sources = [
|
| + "test_download_driver.cc",
|
| + "test_download_driver.h",
|
| + ]
|
| +
|
| + public_deps = [
|
| + "//base",
|
| + "//components/download/internal",
|
| + "//components/download/public",
|
| + ]
|
| +}
|
|
|