From c148a71cb902192f696da7930e4200e6147e9b7b Mon Sep 17 00:00:00 2001 From: kbr Date: Mon, 13 Jul 2015 16:43:18 -0700 Subject: 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} --- chrome/chrome.isolate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/chrome.isolate') diff --git a/chrome/chrome.isolate b/chrome/chrome.isolate index 43bc605..90b3c48 100644 --- a/chrome/chrome.isolate +++ b/chrome/chrome.isolate @@ -127,7 +127,7 @@ ], 'includes': [ '../base/base.isolate', - '../third_party/angle/angle.isolate', '../gin/v8.isolate', + '../ui/gl/gl.isolate', ], } -- cgit v1.1