Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: tools/android/adb_reboot/BUILD.gn

Issue 1369153002: Port most of the remainder of //tools/android from GYP to GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/android/BUILD.gn ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
]
}
« no previous file with comments | « tools/android/BUILD.gn ('k') | tools/android/android_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698