Chromium Code Reviews| Index: components/offline_items_collection/BUILD.gn |
| diff --git a/components/offline_items_collection/BUILD.gn b/components/offline_items_collection/BUILD.gn |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..5174f6bde8ae0e7a622139304f3ee53ecf748ecc |
| --- /dev/null |
| +++ b/components/offline_items_collection/BUILD.gn |
| @@ -0,0 +1,17 @@ |
| +# 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("offline_items_collection") { |
|
brettw
2017/03/06 18:36:42
I would consider just deleting this file, I don't
|
| + deps = [ |
| + "//components/offline_items_collection/core", |
| + ] |
| +} |
| + |
| +group("unit_tests") { |
| + testonly = true |
| + |
| + deps = [ |
| + "//components/offline_items_collection/core:unit_tests", |
| + ] |
| +} |