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

Unified Diff: tools/android/file_poller/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/android_tools.gyp ('k') | tools/android/heap_profiler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/file_poller/BUILD.gn
diff --git a/third_party/bspatch/BUILD.gn b/tools/android/file_poller/BUILD.gn
similarity index 77%
copy from third_party/bspatch/BUILD.gn
copy to tools/android/file_poller/BUILD.gn
index 39296159f8363a450d851a4ec824feb32038e963..828dc560dc9430b2aa957451af8e56e312bf2fa9 100644
--- a/third_party/bspatch/BUILD.gn
+++ b/tools/android/file_poller/BUILD.gn
@@ -2,16 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("bspatch") {
+executable("file_poller") {
sources = [
- "mbspatch.cc",
- "mbspatch.h",
+ "file_poller.cc",
+ ]
+ deps = [
+ "//base",
]
configs -= [ "//build/config/compiler:chromium_code" ]
configs += [ "//build/config/compiler:no_chromium_code" ]
-
- deps = [
- "//third_party/lzma_sdk",
- ]
}
« no previous file with comments | « tools/android/android_tools.gyp ('k') | tools/android/heap_profiler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698