summaryrefslogtreecommitdiffstats
path: root/content/content_browsertests.isolate
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 /content/content_browsertests.isolate
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 'content/content_browsertests.isolate')
-rw-r--r--content/content_browsertests.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browsertests.isolate b/content/content_browsertests.isolate
index 84379d6..aa24c23 100644
--- a/content/content_browsertests.isolate
+++ b/content/content_browsertests.isolate
@@ -141,5 +141,6 @@
'includes': [
'../base/base.isolate',
'../gin/v8.isolate',
+ '../third_party/angle/angle.isolate',
],
}