summaryrefslogtreecommitdiffstats
path: root/cc/cc_unittests.isolate
diff options
context:
space:
mode:
authorjmadill <jmadill@chromium.org>2015-03-18 15:45:22 -0700
committerCommit bot <commit-bot@chromium.org>2015-03-18 22:45:58 +0000
commit29fda863e960afecd39be697b54506877264a30f (patch)
tree2b7af6b24dcf2436b1204a8976fac7838a314046 /cc/cc_unittests.isolate
parentf4a0d6b3eb666ef634d719e4d5ddc0dee3bb0d12 (diff)
downloadchromium_src-29fda863e960afecd39be697b54506877264a30f.zip
chromium_src-29fda863e960afecd39be697b54506877264a30f.tar.gz
chromium_src-29fda863e960afecd39be697b54506877264a30f.tar.bz2
Add ANGLE Platform implementation.
*re-re-land with SwiftShader fix* *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/1007513006 Cr-Commit-Position: refs/heads/master@{#321225}
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',
],
}