| 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) {
 | 
| 
 |