| Index: extensions/browser/api/power/BUILD.gn
|
| diff --git a/tools/android/purge_ashmem/BUILD.gn b/extensions/browser/api/power/BUILD.gn
|
| similarity index 64%
|
| copy from tools/android/purge_ashmem/BUILD.gn
|
| copy to extensions/browser/api/power/BUILD.gn
|
| index e717fb137f6622d9b16db13a4f5b97eb81a7b49a..c849d7a16bf241a2dbbada0e4a75dc4b990863c5 100644
|
| --- a/tools/android/purge_ashmem/BUILD.gn
|
| +++ b/extensions/browser/api/power/BUILD.gn
|
| @@ -1,12 +1,14 @@
|
| # Copyright 2015 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.
|
| -
|
| -executable("purge_ashmem") {
|
| +source_set("power") {
|
| sources = [
|
| - "purge_ashmem.c",
|
| + "power_api.cc",
|
| + "power_api.h",
|
| ]
|
| +
|
| deps = [
|
| - "//third_party/ashmem",
|
| + "//content/public/browser",
|
| + "//skia",
|
| ]
|
| }
|
|
|