summaryrefslogtreecommitdiffstats
path: root/gpu
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-03-10 11:46:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-10 18:46:55 +0000
commitefe950c2db75b0cfd043e068a4cfc68ab393dac4 (patch)
treef3c2a70b5d7077291842fbcda90fbd8e281242e7 /gpu
parentae752c047c2ac5682340a7f0e719a5f542cfe552 (diff)
downloadchromium_src-efe950c2db75b0cfd043e068a4cfc68ab393dac4.zip
chromium_src-efe950c2db75b0cfd043e068a4cfc68ab393dac4.tar.gz
chromium_src-efe950c2db75b0cfd043e068a4cfc68ab393dac4.tar.bz2
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}
Diffstat (limited to 'gpu')
-rw-r--r--gpu/gpu_unittests.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate
index a718aac..9f4c87a 100644
--- a/gpu/gpu_unittests.isolate
+++ b/gpu/gpu_unittests.isolate
@@ -72,5 +72,6 @@
],
'includes': [
'../base/base.isolate',
+ '../third_party/angle/angle.isolate',
],
}