summaryrefslogtreecommitdiffstats
path: root/gpu/gpu_unittests.isolate
diff options
context:
space:
mode:
authorkbr <kbr@chromium.org>2015-07-13 16:43:18 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-13 23:44:49 +0000
commitc148a71cb902192f696da7930e4200e6147e9b7b (patch)
treef5ffe19318fdd0cea2f7893bef1ff2400ca51136 /gpu/gpu_unittests.isolate
parentff8b5c7ae0273be9b56d64930aaee1f5f13e1eba (diff)
downloadchromium_src-c148a71cb902192f696da7930e4200e6147e9b7b.zip
chromium_src-c148a71cb902192f696da7930e4200e6147e9b7b.tar.gz
chromium_src-c148a71cb902192f696da7930e4200e6147e9b7b.tar.bz2
Replace references to angle.isolate with gl.isolate.
This provides a single point where these dependencies can be updated. BUG=509158 CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1229213008 Cr-Commit-Position: refs/heads/master@{#338594}
Diffstat (limited to 'gpu/gpu_unittests.isolate')
-rw-r--r--gpu/gpu_unittests.isolate2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpu/gpu_unittests.isolate b/gpu/gpu_unittests.isolate
index 999c870..ad0fd2c 100644
--- a/gpu/gpu_unittests.isolate
+++ b/gpu/gpu_unittests.isolate
@@ -59,6 +59,6 @@
],
'includes': [
'../base/base.isolate',
- '../third_party/angle/angle.isolate',
+ '../ui/gl/gl.isolate',
],
}