summaryrefslogtreecommitdiffstats
path: root/extensions
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 /extensions
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 'extensions')
-rw-r--r--extensions/extensions_browsertests.isolate1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/extensions_browsertests.isolate b/extensions/extensions_browsertests.isolate
index d939336..301e919 100644
--- a/extensions/extensions_browsertests.isolate
+++ b/extensions/extensions_browsertests.isolate
@@ -80,5 +80,6 @@
'includes': [
'../base/base.isolate',
'../gin/v8.isolate',
+ '../third_party/angle/angle.isolate',
],
}