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