summaryrefslogtreecommitdiffstats
path: root/cc/cc_unittests.isolate
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-03-11 16:21:07 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-11 23:22:16 +0000
commitd78b086e4459077f2f5ceac61c3a8b968eff6353 (patch)
treed0771d83b63f496bcba8e67738c2a1e13448168a /cc/cc_unittests.isolate
parent8c6aa8edcb4af22c634df10faffb41ae004cba0e (diff)
downloadchromium_src-d78b086e4459077f2f5ceac61c3a8b968eff6353.zip
chromium_src-d78b086e4459077f2f5ceac61c3a8b968eff6353.tar.gz
chromium_src-d78b086e4459077f2f5ceac61c3a8b968eff6353.tar.bz2
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}
Diffstat (limited to 'cc/cc_unittests.isolate')
-rw-r--r--cc/cc_unittests.isolate1
1 files changed, 1 insertions, 0 deletions
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',
],
}