summaryrefslogtreecommitdiffstats
path: root/device/serial/BUILD.gn
diff options
context:
space:
mode:
authoralph <alph@chromium.org>2015-11-18 09:35:06 -0800
committerCommit bot <commit-bot@chromium.org>2015-11-18 17:35:50 +0000
commit221127798bff4a91906781f6e862a9258cd8b9f8 (patch)
tree4e5bf8b618f523211027c52455b1ecc1e76ef786 /device/serial/BUILD.gn
parentdb3c40ee764db0693a2014753f5b462b416d1883 (diff)
downloadchromium_src-221127798bff4a91906781f6e862a9258cd8b9f8.zip
chromium_src-221127798bff4a91906781f6e862a9258cd8b9f8.tar.gz
chromium_src-221127798bff4a91906781f6e862a9258cd8b9f8.tar.bz2
Revert of Reland: Add code to deal with serial device disconnection detection on Windows (patchset #16 id:300001 of https://codereview.chromium.org/1439443002/ )
Reason for revert: Broke Win GN build http://build.chromium.org/p/chromium.win/builders/Win%20x64%20GN%20%28dbg%29/builds/13710 Original issue's description: > Add code to deal with serial device disconnection > detection on Windows. > > This patch added code to deal with serial device > disconnection detection problem on Windows. It gets the > COM port information from the device path and compare > the COM port information with the port information that > serial io handler holds. If they match, cancel read for > that port. > > BUG=361606 > > Committed: https://crrev.com/195a0f202c1b89540d4a385d881cd483abe757fa > Cr-Commit-Position: refs/heads/master@{#360193} > > Committed: https://crrev.com/8d09d9564ea10012d55ed634c0c2835efbd8d01f > Cr-Commit-Position: refs/heads/master@{#360347} TBR=reillyg@chromium.org,grt@chromium.org,thestig@chromium.org,juncai@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=361606 Review URL: https://codereview.chromium.org/1460743002 Cr-Commit-Position: refs/heads/master@{#360356}
Diffstat (limited to 'device/serial/BUILD.gn')
-rw-r--r--device/serial/BUILD.gn1
1 files changed, 0 insertions, 1 deletions
diff --git a/device/serial/BUILD.gn b/device/serial/BUILD.gn
index f66cedf..1ee6c5f 100644
--- a/device/serial/BUILD.gn
+++ b/device/serial/BUILD.gn
@@ -45,7 +45,6 @@ static_library("serial") {
public_deps = [
":serial_mojo",
"//base",
- "//device/core",
]
deps = [
"//mojo/public/cpp/system",