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

Unified Diff: tools/gn/secondary/third_party/libevent/BUILD.gn

Issue 227673008: Checkpoint work to get GN builds working on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge forward to 263376 Created 6 years, 8 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/gn/secondary/testing/gtest/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/secondary/third_party/libevent/BUILD.gn
diff --git a/tools/gn/secondary/third_party/libevent/BUILD.gn b/tools/gn/secondary/third_party/libevent/BUILD.gn
index 3b2eec1d92d6dd5f1dc9b5c0fee8aefe99113aa2..0e3064a9b84484b7848ee9d8af6c7ed3c9140965 100644
--- a/tools/gn/secondary/third_party/libevent/BUILD.gn
+++ b/tools/gn/secondary/third_party/libevent/BUILD.gn
@@ -35,6 +35,9 @@ static_library("libevent") {
} else if (is_linux) {
include_dirs = [ "linux" ]
sources -= [ "kqueue.c" ]
+ } else if (is_android) {
+ include_dirs = [ "android" ]
+ sources -= [ "kqueue.c" ]
}
configs -= [ "//build/config/compiler:chromium_code" ]
« no previous file with comments | « tools/gn/secondary/testing/gtest/BUILD.gn ('k') | url/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698