| Index: components/subresource_filter/core/common/BUILD.gn
|
| diff --git a/tools/android/memdump/BUILD.gn b/components/subresource_filter/core/common/BUILD.gn
|
| similarity index 73%
|
| copy from tools/android/memdump/BUILD.gn
|
| copy to components/subresource_filter/core/common/BUILD.gn
|
| index dafc7ec1d6ff8d76550f6a5873c27967d73b6b07..5d4a76b996ffa21e767f2f79657f19bdaf399c55 100644
|
| --- a/tools/android/memdump/BUILD.gn
|
| +++ b/components/subresource_filter/core/common/BUILD.gn
|
| @@ -2,9 +2,10 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -executable("memdump") {
|
| +source_set("common") {
|
| sources = [
|
| - "memdump.cc",
|
| + "activation_state.cc",
|
| + "activation_state.h",
|
| ]
|
| deps = [
|
| "//base",
|
|
|