From efe950c2db75b0cfd043e068a4cfc68ab393dac4 Mon Sep 17 00:00:00 2001 From: jmadill Date: Tue, 10 Mar 2015 11:46:17 -0700 Subject: Add ANGLE Platform implementation. This logic allows us to record traces and histograms easily within ANGLE's code. It also gives a flexible design that we can extend with further methods later, without breaking compilation. The design is based on blink::Platform. Also add two new histogram descriptions to histograms.xml, and move the GPU Process metrics init to before InitializeOneOff, so ANGLE can record histograms during Renderer initialization. BUG=436191 Review URL: https://codereview.chromium.org/923223002 Cr-Commit-Position: refs/heads/master@{#319930} --- extensions/extensions_browsertests.isolate | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/extensions_browsertests.isolate') diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate index a8a6fb1..9681fbe 100644 --- a/extensions/extensions_browsertests.isolate +++ b/extensions/extensions_browsertests.isolate @@ -74,5 +74,6 @@ 'includes': [ '../base/base.isolate', '../gin/v8.isolate', + '../third_party/angle/angle.isolate', ], } -- cgit v1.1