|
|
Chromium Code Reviews|
Created:
5 years, 4 months ago by Mostyn Bramley-Moore Modified:
5 years, 4 months ago CC:
chromium-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
Descriptionuse_udev is more accurate than is_linux for udev gn deps
TBR=keybuk
Committed: https://crrev.com/233247d24ad193cecc6b8fd79b7f6d9d5e265edd
Cr-Commit-Position: refs/heads/master@{#344046}
Patch Set 1 #Patch Set 2 : spotted another couple of instances of the same thing #
Total comments: 2
Patch Set 3 : import features.gni #
Messages
Total messages: 26 (11 generated)
mostynb@opera.com changed reviewers: + keybuk@chromium.org, tfarina@chromium.org
@keybuk: please take a look at this tiny fixup to Thiago's old CL: https://codereview.chromium.org/434243003
Matches GYP. https://chromium.googlesource.com/chromium/src/+/master/device/hid/hid.gyp#60 LGTM, thanks.
The CQ bit was checked by mostynb@opera.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295353002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295353002/1
The CQ bit was unchecked by mostynb@opera.com
On 2015/08/18 19:39:36, tfarina wrote: > Matches GYP. > https://chromium.googlesource.com/chromium/src/+/master/device/hid/hid.gyp#60 > > LGTM, thanks. I spotted a couple more instances of the same issue in device/ ...
Still LGTM. Thanks for finding all the entries. https://codereview.chromium.org/1295353002/diff/20001/device/serial/BUILD.gn File device/serial/BUILD.gn (right): https://codereview.chromium.org/1295353002/diff/20001/device/serial/BUILD.gn#... device/serial/BUILD.gn:52: if (use_udev) { OK. https://chromium.googlesource.com/chromium/src/+/master/device/serial/serial.... https://codereview.chromium.org/1295353002/diff/20001/device/usb/BUILD.gn File device/usb/BUILD.gn (right): https://codereview.chromium.org/1295353002/diff/20001/device/usb/BUILD.gn#new... device/usb/BUILD.gn:48: if (use_udev) { OK. https://chromium.googlesource.com/chromium/src/+/master/device/usb/usb.gyp#70
The CQ bit was checked by mostynb@opera.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295353002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295353002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/...)
Looks like it is missing import("//build/config/features.gni")
The CQ bit was checked by mostynb@opera.com to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295353002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by mostynb@opera.com
The patchset sent to the CQ was uploaded after l-g-t-m from tfarina@chromium.org Link to the patchset: https://codereview.chromium.org/1295353002/#ps40001 (title: "import features.gni")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295353002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by mostynb@opera.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1295353002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1295353002/40001
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/233247d24ad193cecc6b8fd79b7f6d9d5e265edd Cr-Commit-Position: refs/heads/master@{#344046} |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
