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

Issue 1531573008: move libevent into base (Closed)

Created:
5 years ago by tfarina
Modified:
5 years ago
CC:
chromium-reviews, sadrul, vmpstr+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

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 Committed: https://crrev.com/c7ebe6daa79da2e351345065020cc7f216126f15 Cr-Commit-Position: refs/heads/master@{#366282}

Patch Set 1 #

Patch Set 2 : gyp fixes #

Patch Set 3 : more fixes for gyp build #

Patch Set 4 : fix gyp? #

Patch Set 5 : fix checklicenses #

Patch Set 6 : fix gn bootstrap #

Total comments: 10

Patch Set 7 : rm deps entry #

Patch Set 8 : restore the bundle stuff #

Patch Set 9 : fix shim path #

Unified diffs Side-by-side diffs Delta from patch set Stats (+-39 lines, -29942 lines) Patch
M base/BUILD.gn View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M base/DEPS View 1 2 3 4 5 6 1 chunk +0 lines, -1 line 0 comments Download
M base/base.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M base/base_nacl.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_pump_libevent.cc View 1 chunk +1 line, -1 line 0 comments Download
M base/message_loop/message_pump_libevent_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + base/third_party/libevent/BUILD.gn View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/ChangeLog View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/Doxyfile View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/LICENSE View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/Makefile.am View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/Makefile.nmake View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/README View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/README.chromium View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/android/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/android/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/autogen.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/buffer.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/chromium.patch View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/compat/sys/_libevent_time.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/compat/sys/queue.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/configure.in View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/devpoll.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/epoll.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/epoll_sub.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evbuffer.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evdns.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evdns.3 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evdns.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event.3 View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event-config.h View 1 chunk +6 lines, -6 lines 0 comments Download
A + base/third_party/libevent/event-internal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event_rpcgen.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/event_tagging.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evhttp.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evport.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evrpc.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evrpc.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evrpc-internal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evsignal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evutil.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/evutil.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/freebsd/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/freebsd/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/http.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/http-internal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/kqueue.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/libevent.gyp View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
A + base/third_party/libevent/libevent_nacl_nonsfi.gyp View 1 2 1 chunk +1 line, -1 line 0 comments Download
A + base/third_party/libevent/linux/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/linux/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/log.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/log.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/m4/.dummy View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/mac/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/mac/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/min_heap.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/nacl_nonsfi/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/nacl_nonsfi/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/nacl_nonsfi/random.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/nacl_nonsfi/signal_stub.c View 1 1 chunk +3 lines, -3 lines 0 comments Download
A + base/third_party/libevent/poll.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/sample/Makefile.am View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/sample/event-test.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/sample/signal-test.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/sample/time-test.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/select.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/signal.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/solaris/config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/solaris/event-config.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/stamp-h.in View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/strlcpy.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/strlcpy-internal.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/Makefile.am View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/Makefile.nmake View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/bench.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress.rpc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress_dns.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress_http.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/regress_rpc.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/test.sh View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/test-eof.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/test-init.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/test-time.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/test/test-weof.c View 0 chunks +-1 lines, --1 lines 0 comments Download
A + base/third_party/libevent/whatsnew-14.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M build/all.gyp View 1 1 chunk +0 lines, -4 lines 0 comments Download
M build/linux/unbundle/libevent.gyp View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M build/linux/unbundle/replace_gyp_files.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
D third_party/libevent/BUILD.gn View 1 chunk +0 lines, -56 lines 0 comments Download
D third_party/libevent/ChangeLog View 1 chunk +0 lines, -253 lines 0 comments Download
D third_party/libevent/Doxyfile View 1 chunk +0 lines, -230 lines 0 comments Download
D third_party/libevent/LICENSE View 1 chunk +0 lines, -53 lines 0 comments Download
D third_party/libevent/Makefile.am View 1 chunk +0 lines, -152 lines 0 comments Download
D third_party/libevent/Makefile.nmake View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/libevent/README View 1 chunk +0 lines, -57 lines 0 comments Download
D third_party/libevent/README.chromium View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/libevent/android/config.h View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/libevent/android/event-config.h View 1 chunk +0 lines, -281 lines 0 comments Download
D third_party/libevent/autogen.sh View 1 chunk +0 lines, -15 lines 0 comments Download
D third_party/libevent/buffer.c View 1 chunk +0 lines, -554 lines 0 comments Download
D third_party/libevent/chromium.patch View 1 chunk +0 lines, -200 lines 0 comments Download
D third_party/libevent/compat/sys/_libevent_time.h View 1 chunk +0 lines, -163 lines 0 comments Download
D third_party/libevent/compat/sys/queue.h View 1 chunk +0 lines, -488 lines 0 comments Download
D third_party/libevent/configure.in View 1 chunk +0 lines, -421 lines 0 comments Download
D third_party/libevent/devpoll.c View 1 chunk +0 lines, -417 lines 0 comments Download
D third_party/libevent/epoll.c View 1 chunk +0 lines, -377 lines 0 comments Download
D third_party/libevent/epoll_sub.c View 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/libevent/evbuffer.c View 1 chunk +0 lines, -455 lines 0 comments Download
D third_party/libevent/evdns.h View 1 chunk +0 lines, -528 lines 0 comments Download
D third_party/libevent/evdns.3 View 1 chunk +0 lines, -322 lines 0 comments Download
D third_party/libevent/evdns.c View 1 chunk +0 lines, -3192 lines 0 comments Download
D third_party/libevent/event.h View 1 chunk +0 lines, -1212 lines 0 comments Download
D third_party/libevent/event.3 View 1 chunk +0 lines, -624 lines 0 comments Download
D third_party/libevent/event.c View 1 chunk +0 lines, -1017 lines 0 comments Download
D third_party/libevent/event-config.h View 1 chunk +0 lines, -22 lines 0 comments Download
D third_party/libevent/event-internal.h View 1 chunk +0 lines, -101 lines 0 comments Download
D third_party/libevent/event_rpcgen.py View 1 chunk +0 lines, -1423 lines 0 comments Download
D third_party/libevent/event_tagging.c View 1 chunk +0 lines, -443 lines 0 comments Download
D third_party/libevent/evhttp.h View 1 chunk +0 lines, -375 lines 0 comments Download
D third_party/libevent/evport.c View 1 chunk +0 lines, -519 lines 0 comments Download
D third_party/libevent/evrpc.h View 1 chunk +0 lines, -486 lines 0 comments Download
D third_party/libevent/evrpc.c View 1 chunk +0 lines, -657 lines 0 comments Download
D third_party/libevent/evrpc-internal.h View 1 chunk +0 lines, -87 lines 0 comments Download
D third_party/libevent/evsignal.h View 1 chunk +0 lines, -52 lines 0 comments Download
D third_party/libevent/evutil.h View 1 chunk +0 lines, -186 lines 0 comments Download
D third_party/libevent/evutil.c View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/libevent/freebsd/config.h View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/libevent/freebsd/event-config.h View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/libevent/http.c View 1 chunk +0 lines, -2885 lines 0 comments Download
D third_party/libevent/http-internal.h View 1 chunk +0 lines, -154 lines 0 comments Download
D third_party/libevent/kqueue.c View 1 chunk +0 lines, -455 lines 0 comments Download
D third_party/libevent/libevent.gyp View 1 chunk +0 lines, -64 lines 0 comments Download
D third_party/libevent/libevent_nacl_nonsfi.gyp View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/libevent/linux/config.h View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/libevent/linux/event-config.h View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/libevent/log.h View 1 chunk +0 lines, -51 lines 0 comments Download
D third_party/libevent/log.c View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/libevent/m4/.dummy View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/libevent/mac/config.h View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/libevent/mac/event-config.h View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/libevent/min_heap.h View 1 chunk +0 lines, -149 lines 0 comments Download
D third_party/libevent/nacl_nonsfi/config.h View 1 chunk +0 lines, -273 lines 0 comments Download
D third_party/libevent/nacl_nonsfi/event-config.h View 1 chunk +0 lines, -290 lines 0 comments Download
D third_party/libevent/nacl_nonsfi/random.c View 1 chunk +0 lines, -13 lines 0 comments Download
D third_party/libevent/nacl_nonsfi/signal_stub.c View 1 chunk +0 lines, -48 lines 0 comments Download
D third_party/libevent/poll.c View 1 chunk +0 lines, -379 lines 0 comments Download
D third_party/libevent/sample/Makefile.am View 1 chunk +0 lines, -14 lines 0 comments Download
D third_party/libevent/sample/event-test.c View 1 chunk +0 lines, -139 lines 0 comments Download
D third_party/libevent/sample/signal-test.c View 1 chunk +0 lines, -65 lines 0 comments Download
D third_party/libevent/sample/time-test.c View 1 chunk +0 lines, -70 lines 0 comments Download
D third_party/libevent/select.c View 1 chunk +0 lines, -364 lines 0 comments Download
D third_party/libevent/signal.c View 1 chunk +0 lines, -377 lines 0 comments Download
D third_party/libevent/solaris/config.h View 1 chunk +0 lines, -266 lines 0 comments Download
D third_party/libevent/solaris/event-config.h View 1 chunk +0 lines, -284 lines 0 comments Download
D third_party/libevent/stamp-h.in View 1 chunk +0 lines, -1 line 0 comments Download
D third_party/libevent/strlcpy.c View 1 chunk +0 lines, -76 lines 0 comments Download
D third_party/libevent/strlcpy-internal.h View 1 chunk +0 lines, -23 lines 0 comments Download
D third_party/libevent/test/Makefile.am View 1 chunk +0 lines, -35 lines 0 comments Download
D third_party/libevent/test/Makefile.nmake View 1 chunk +0 lines, -47 lines 0 comments Download
D third_party/libevent/test/bench.c View 1 chunk +0 lines, -188 lines 0 comments Download
D third_party/libevent/test/regress.h View 1 chunk +0 lines, -45 lines 0 comments Download
D third_party/libevent/test/regress.c View 1 chunk +0 lines, -1903 lines 0 comments Download
D third_party/libevent/test/regress.rpc View 1 chunk +0 lines, -20 lines 0 comments Download
D third_party/libevent/test/regress_dns.c View 1 chunk +0 lines, -376 lines 0 comments Download
D third_party/libevent/test/regress_http.c View 1 chunk +0 lines, -1744 lines 0 comments Download
D third_party/libevent/test/regress_rpc.c View 1 chunk +0 lines, -631 lines 0 comments Download
D third_party/libevent/test/test.sh View 1 chunk +0 lines, -91 lines 0 comments Download
D third_party/libevent/test/test-eof.c View 1 chunk +0 lines, -86 lines 0 comments Download
D third_party/libevent/test/test-init.c View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/libevent/test/test-time.c View 1 chunk +0 lines, -89 lines 0 comments Download
D third_party/libevent/test/test-weof.c View 1 chunk +0 lines, -84 lines 0 comments Download
D third_party/libevent/whatsnew-14.txt View 1 chunk +0 lines, -167 lines 0 comments Download
M tools/checklicenses/checklicenses.py View 1 2 3 4 2 chunks +4 lines, -3 lines 0 comments Download
M tools/gn/bootstrap/bootstrap.py View 1 2 3 4 5 3 chunks +17 lines, -17 lines 0 comments Download
M ui/gl/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 27 (9 generated)
Lei Zhang
You have a lot of red bots. Can you check and make sure you got ...
5 years ago (2015-12-17 21:55:59 UTC) #1
Lei Zhang
Otherwise this looks ok.
5 years ago (2015-12-17 21:58:08 UTC) #2
tfarina
On Thu, Dec 17, 2015 at 7:55 PM, <thestig@chromium.org> wrote: > You have a lot ...
5 years ago (2015-12-17 21:59:20 UTC) #3
tfarina
Lei, I'm posting a comment with the instructions as comment here, as you suggested, as ...
5 years ago (2015-12-18 22:06:38 UTC) #4
Lei Zhang
BTW, there's still a reference to third_party/libevent in base/DEPS. https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode1 build/linux/unbundle/libevent.gyp:1: ...
5 years ago (2015-12-18 22:13:10 UTC) #8
tfarina
After, should be really just: $ mkdir gn-standalone $ cd gn-standalone $ mkdir tools $ ...
5 years ago (2015-12-18 22:13:34 UTC) #9
tfarina
I just updated the base/DEPS before you posted! :) I can revert the changes to ...
5 years ago (2015-12-18 22:18:02 UTC) #10
Lei Zhang
https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode1 build/linux/unbundle/libevent.gyp:1: # Copyright 2013 The Chromium Authors. All rights reserved. ...
5 years ago (2015-12-18 22:28:43 UTC) #11
tfarina
https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode1 build/linux/unbundle/libevent.gyp:1: # Copyright 2013 The Chromium Authors. All rights reserved. ...
5 years ago (2015-12-18 22:39:55 UTC) #12
Lei Zhang
https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode18 build/linux/unbundle/libevent.gyp:18: '../../build/shim_headers.gypi', On 2015/12/18 22:39:55, tfarina wrote: > Btw! Isn't ...
5 years ago (2015-12-18 22:52:22 UTC) #13
tfarina
Lei, I have restored the bundle changes. PTAL.
5 years ago (2015-12-18 23:31:28 UTC) #14
Lei Zhang
https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode18 build/linux/unbundle/libevent.gyp:18: '../../build/shim_headers.gypi', This should be changed to ../../../build/shim_headers.gypi because that's ...
5 years ago (2015-12-18 23:43:03 UTC) #15
Lei Zhang
And with that, lgtm
5 years ago (2015-12-18 23:43:33 UTC) #16
tfarina
Thank you Lei! https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp File build/linux/unbundle/libevent.gyp (left): https://codereview.chromium.org/1531573008/diff/100001/build/linux/unbundle/libevent.gyp#oldcode18 build/linux/unbundle/libevent.gyp:18: '../../build/shim_headers.gypi', On 2015/12/18 23:43:02, Lei Zhang ...
5 years ago (2015-12-19 00:04:12 UTC) #17
tfarina
TBRing Carlos for the changes outside of base.
5 years ago (2015-12-19 13:47:49 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1531573008/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1531573008/160001
5 years ago (2015-12-19 13:49:00 UTC) #23
commit-bot: I haz the power
Committed patchset #9 (id:160001)
5 years ago (2015-12-19 13:55:38 UTC) #25
commit-bot: I haz the power
5 years ago (2015-12-19 13:56:47 UTC) #27
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/c7ebe6daa79da2e351345065020cc7f216126f15
Cr-Commit-Position: refs/heads/master@{#366282}

Powered by Google App Engine
This is Rietveld 408576698