summaryrefslogtreecommitdiffstats
path: root/base/base.gyp
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-12-19 05:55:25 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-19 13:56:35 +0000
commitc7ebe6daa79da2e351345065020cc7f216126f15 (patch)
tree72328c6cf577c4a2a99661b1e79804aa77c3147c /base/base.gyp
parent1a863cbef705d455a016734b57c638d16be8c578 (diff)
downloadchromium_src-c7ebe6daa79da2e351345065020cc7f216126f15.zip
chromium_src-c7ebe6daa79da2e351345065020cc7f216126f15.tar.gz
chromium_src-c7ebe6daa79da2e351345065020cc7f216126f15.tar.bz2
move libevent into base
This simplifies the process of bootstrapping gn standalone. And libevent is not really used outside of base. base is actually its only client. BUG=569352 TEST=See CL for details for how to reproduce this. R=thestig@chromium.org TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/1531573008 Cr-Commit-Position: refs/heads/master@{#366282}
Diffstat (limited to 'base/base.gyp')
-rw-r--r--base/base.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/base.gyp b/base/base.gyp
index 7e42ac8..7408d05 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -207,7 +207,7 @@
},
}],
['OS != "win" and (OS != "ios" or _toolset == "host")', {
- 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
+ 'dependencies': ['third_party/libevent/libevent.gyp:libevent'],
},],
['component=="shared_library"', {
'conditions': [
@@ -809,7 +809,7 @@
],
}, { # OS != "win"
'dependencies': [
- '../third_party/libevent/libevent.gyp:libevent'
+ 'third_party/libevent/libevent.gyp:libevent'
],
}],
], # conditions