Index: tools/android/adb_reboot/BUILD.gn |
diff --git a/components/omnibox/common/BUILD.gn b/tools/android/adb_reboot/BUILD.gn |
similarity index 77% |
copy from components/omnibox/common/BUILD.gn |
copy to tools/android/adb_reboot/BUILD.gn |
index 3e0af71eee45a9ae5c97e565c4f2bf2149a1ae97..9c59f949ae65ea3d0db0c7a69de4ad91270527f2 100644 |
--- a/components/omnibox/common/BUILD.gn |
+++ b/tools/android/adb_reboot/BUILD.gn |
@@ -2,8 +2,8 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
-source_set("common") { |
+executable("adb_reboot") { |
sources = [ |
- "omnibox_focus_state.h", |
+ "adb_reboot.c", |
] |
} |