| Index: components/subresource_filter/content/common/BUILD.gn
|
| diff --git a/components/subresource_filter/content/common/BUILD.gn b/components/subresource_filter/content/common/BUILD.gn
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..6654a365f9e5bc67de412a1742155b145c3f6fc3
|
| --- /dev/null
|
| +++ b/components/subresource_filter/content/common/BUILD.gn
|
| @@ -0,0 +1,16 @@
|
| +# 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.
|
| +
|
| +source_set("common") {
|
| + sources = [
|
| + "subresource_filter_message_generator.cc",
|
| + "subresource_filter_message_generator.h",
|
| + "subresource_filter_messages.h",
|
| + ]
|
| + deps = [
|
| + "//components/subresource_filter/core/common",
|
| + "//content/public/common",
|
| + "//ipc",
|
| + ]
|
| +}
|
|
|