From d78b086e4459077f2f5ceac61c3a8b968eff6353 Mon Sep 17 00:00:00 2001 From: jmadill Date: Wed, 11 Mar 2015 16:21:07 -0700 Subject: Add ANGLE Platform implementation. *re-land with fix to components_browsertests* 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 TBR=jam@chromium.org, asvitkine@chromium.org, piman@chromium.org, maruel@chromium.org, kbr@chromium.org Review URL: https://codereview.chromium.org/923223002 Cr-Commit-Position: refs/heads/master@{#319930} Review URL: https://codereview.chromium.org/997143002 Cr-Commit-Position: refs/heads/master@{#320182} --- cc/cc_unittests.isolate | 1 + 1 file changed, 1 insertion(+) (limited to 'cc/cc_unittests.isolate') diff --git a/cc/cc_unittests.isolate b/cc/cc_unittests.isolate index dc6c449..7c359d0 100644 --- a/cc/cc_unittests.isolate +++ b/cc/cc_unittests.isolate @@ -84,5 +84,6 @@ ], 'includes': [ '../base/base.isolate', + '../third_party/angle/angle.isolate', ], } -- cgit v1.1