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

Unified Diff: base/BUILD.gn

Issue 1531573008: move libevent into base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix shim path Created 5 years 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 | « no previous file | base/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 94c7a86104140110c63c165207da975fef54774e..864a46f4fabbc07ca66e108c3bc4ac1b0b7c489d 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -850,7 +850,7 @@ component("base") {
all_dependent_configs = [ ":base_win_linker_flags" ]
} else if (!is_nacl || is_nacl_nonsfi) {
# Non-Windows.
- deps += [ "//third_party/libevent" ]
+ deps += [ "//base/third_party/libevent" ]
}
# Mac.
@@ -1580,7 +1580,7 @@ test("base_unittests") {
if (is_posix && !is_ios) {
sources += [ "message_loop/message_pump_libevent_unittest.cc" ]
- deps += [ "//third_party/libevent" ]
+ deps += [ "//base/third_party/libevent" ]
}
if (is_android) {
« no previous file with comments | « no previous file | base/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698