From 6e0c145538b7f919cadbde83b9bb9d882b8d538f Mon Sep 17 00:00:00 2001 From: Autoroller Date: Mon, 14 May 2018 08:43:29 -0700 Subject: Roll chromium_revision 191d55580e..f7f609d28c (557824:558320) Change log: https://chromium.googlesource.com/chromium/src/+log/191d55580e..f7f609d28c Full diff: https://chromium.googlesource.com/chromium/src/+/191d55580e..f7f609d28c Roll chromium third_party 3a8f2a9e1e..70ec6906a5 Change log: https://chromium.googlesource.com/chromium/src/third_party/+log/3a8f2a9e1e..70ec6906a5 Changed dependencies: * src/base: https://chromium.googlesource.com/chromium/src/base/+log/6cb1af46fc..deb9ad0180 * src/build: https://chromium.googlesource.com/chromium/src/build/+log/c9bb242447..27de0fa05e * src/buildtools: https://chromium.googlesource.com/chromium/buildtools.git/+log/0b71401b97..a9e946f166 * src/ios: https://chromium.googlesource.com/chromium/src/ios/+log/41a7632e36..f1ab343a06 * src/testing: https://chromium.googlesource.com/chromium/src/testing/+log/519bd6bd88..81ba8e08f4 * src/third_party/catapult: https://chromium.googlesource.com/catapult.git/+log/a75468d15a..195c52dc70 * src/third_party/depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e7273d2501..d1de725e0b * src/third_party/winsdk_samples: https://webrtc.googlesource.com/deps/third_party/winsdk_samples_v71/+log/601401003b..f7874f6eb6 * src/tools: https://chromium.googlesource.com/chromium/src/tools/+log/f524a53b81..9d42b89d62 DEPS diff: https://chromium.googlesource.com/chromium/src/+/191d55580e..f7f609d28c/DEPS No update to Clang. TBR=buildbot@webrtc.org, BUG=None CQ_INCLUDE_TRYBOTS=master.internal.tryserver.corp.webrtc:linux_internal Change-Id: Ib5977d73d64db73b31e8add9410c4fabced7f9b3 Reviewed-on: https://webrtc-review.googlesource.com/76504 Reviewed-by: WebRTC Buildbot Commit-Queue: WebRTC Buildbot Cr-Commit-Position: refs/heads/master@{#23219} --- third_party/closure_compiler/externs/automation.js | 43 ++++++++++++++++++++++ third_party/googletest/BUILD.gn | 11 +++++- 2 files changed, 53 insertions(+), 1 deletion(-) (limited to 'third_party') diff --git a/third_party/closure_compiler/externs/automation.js b/third_party/closure_compiler/externs/automation.js index 91cdfbcf2c..1bb06e0733 100644 --- a/third_party/closure_compiler/externs/automation.js +++ b/third_party/closure_compiler/externs/automation.js @@ -113,6 +113,45 @@ chrome.automation.RoleType = { DIALOG: 'dialog', DIRECTORY: 'directory', DISCLOSURE_TRIANGLE: 'disclosureTriangle', + DOC_ABSTRACT: 'docAbstract', + DOC_ACKNOWLEDGMENTS: 'docAcknowledgments', + DOC_AFTERWORD: 'docAfterword', + DOC_APPENDIX: 'docAppendix', + DOC_BACK_LINK: 'docBackLink', + DOC_BIBLIO_ENTRY: 'docBiblioEntry', + DOC_BIBLIOGRAPHY: 'docBibliography', + DOC_BIBLIO_REF: 'docBiblioRef', + DOC_CHAPTER: 'docChapter', + DOC_COLOPHON: 'docColophon', + DOC_CONCLUSION: 'docConclusion', + DOC_COVER: 'docCover', + DOC_CREDIT: 'docCredit', + DOC_CREDITS: 'docCredits', + DOC_DEDICATION: 'docDedication', + DOC_ENDNOTE: 'docEndnote', + DOC_ENDNOTES: 'docEndnotes', + DOC_EPIGRAPH: 'docEpigraph', + DOC_EPILOGUE: 'docEpilogue', + DOC_ERRATA: 'docErrata', + DOC_EXAMPLE: 'docExample', + DOC_FOOTNOTE: 'docFootnote', + DOC_FOREWORD: 'docForeword', + DOC_GLOSSARY: 'docGlossary', + DOC_GLOSS_REF: 'docGlossRef', + DOC_INDEX: 'docIndex', + DOC_INTRODUCTION: 'docIntroduction', + DOC_NOTE_REF: 'docNoteRef', + DOC_NOTICE: 'docNotice', + DOC_PAGE_BREAK: 'docPageBreak', + DOC_PAGE_LIST: 'docPageList', + DOC_PART: 'docPart', + DOC_PREFACE: 'docPreface', + DOC_PROLOGUE: 'docPrologue', + DOC_PULLQUOTE: 'docPullquote', + DOC_QNA: 'docQna', + DOC_SUBTITLE: 'docSubtitle', + DOC_TIP: 'docTip', + DOC_TOC: 'docToc', DOCUMENT: 'document', EMBEDDED_OBJECT: 'embeddedObject', FEED: 'feed', @@ -121,6 +160,9 @@ chrome.automation.RoleType = { FOOTER: 'footer', FORM: 'form', GENERIC_CONTAINER: 'genericContainer', + GRAPHICS_DOCUMENT: 'graphicsDocument', + GRAPHICS_OBJECT: 'graphicsObject', + GRAPHICS_SYMBOL: 'graphicsSymbol', GRID: 'grid', GROUP: 'group', HEADING: 'heading', @@ -1113,6 +1155,7 @@ chrome.automation.AutomationNode.prototype.imageDataUrl; chrome.automation.AutomationNode.prototype.language; /** + * Indicates the availability and type of interactive popup element true - the popup is a menu menu - the popup is a menu listbox - the popup is a listbox tree - the popup is a tree grid - the popup is a grid dialog - the popup is a dialog * @type {(string|undefined)} * @see https://developer.chrome.com/extensions/automation#type-hasPopup */ diff --git a/third_party/googletest/BUILD.gn b/third_party/googletest/BUILD.gn index e24ed95166..33e8307452 100644 --- a/third_party/googletest/BUILD.gn +++ b/third_party/googletest/BUILD.gn @@ -41,6 +41,12 @@ config("gmock_config") { "custom", "src/googlemock/include", ] + + if (is_clang) { + # TODO(tikuta): remove this when the issue is fixed. + # https://github.com/google/googletest/issues/533 + cflags = [ "-Wno-inconsistent-missing-override" ] + } } # Do NOT depend on this directly. Use //testing/gtest instead. @@ -102,7 +108,10 @@ source_set("gtest") { "//base", ] if (is_fuchsia) { - deps += [ "//third_party/fuchsia-sdk:launchpad" ] + deps += [ + "//third_party/fuchsia-sdk:fdio", + "//third_party/fuchsia-sdk:launchpad", + ] } } } -- cgit v1.2.3