Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1189)

Unified Diff: ui/gl/gl.isolate

Issue 2766673003: Remove checked-in .isolate files. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/perf/perf.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl.isolate
diff --git a/ui/gl/gl.isolate b/ui/gl/gl.isolate
deleted file mode 100644
index 1ca7ef5a86c7f83e09d121dbdf425d5f593cd5ee..0000000000000000000000000000000000000000
--- a/ui/gl/gl.isolate
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This isolate expresses the dependency on the default behavior of
-# Chromium's OpenGL binding layer. Many targets (in particular test
-# targets) that use graphics rely on this layer either implicitly or
-# explicitly, but not all of them need a direct dependency on ANGLE,
-# especially as ANGLE is being brought up on more platforms. This
-# isolate allows these targets to continue to use Chromium's default
-# graphics code path, while others can depend directly on ANGLE on
-# non-Windows platforms.
-{
- # If includes were supported in conditions, we'd prefer to
- # conditionally include angle.isolate here only on Windows, rather
- # than introducing another isolate for ANGLE on multiple
- # platforms. https://github.com/luci/luci-py/issues/230
- 'includes': [
- '../../third_party/angle/angle.isolate',
- ],
-}
« no previous file with comments | « tools/perf/perf.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698