From d7a71c88990b6788ceaf1ec9ee518099709ff3fd Mon Sep 17 00:00:00 2001 From: agrieve Date: Fri, 20 Nov 2015 11:53:28 -0800 Subject: Run gn --format over all .gn files The recent formatter alphebetizing change is causing a lot of noise in code reviews. Figured it'd be worth a clean-up CL. Exact command I ran: find . -name "*.gn*" -exec gn format --in-place "{}" \; TBR=ddorwin@chromium.org BUG=554928 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1464873002 Cr-Commit-Position: refs/heads/master@{#360891} --- content/public/renderer/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/public/renderer') diff --git a/content/public/renderer/BUILD.gn b/content/public/renderer/BUILD.gn index 0ab2d33..719eadf 100644 --- a/content/public/renderer/BUILD.gn +++ b/content/public/renderer/BUILD.gn @@ -31,8 +31,8 @@ source_set("renderer_sources") { "//content/public/common:common_sources", "//content/renderer", "//skia", - "//third_party/libjingle", "//third_party/WebKit/public:blink_headers", + "//third_party/libjingle", "//third_party/widevine/cdm:version_h", "//ui/gfx", "//v8", -- cgit v1.1