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

Unified Diff: components/components_browsertests.isolate

Issue 1007513006: Add ANGLE Platform implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed pimans' review feedback Created 5 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 | « chrome/unit_tests.isolate ('k') | components/components_unittests.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_browsertests.isolate
diff --git a/components/components_browsertests.isolate b/components/components_browsertests.isolate
index c18c7cfe0941ee7875dd7c4115e0894470710fc4..f384f85f00448455bf20684177a62d8e82f3ab21 100644
--- a/components/components_browsertests.isolate
+++ b/components/components_browsertests.isolate
@@ -2,10 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'includes': [
- '../base/base.isolate',
- '../gin/v8.isolate',
- ],
'conditions': [
['use_x11==0', {
'variables': {
@@ -74,4 +70,9 @@
},
}],
],
+ 'includes': [
+ '../base/base.isolate',
+ '../gin/v8.isolate',
+ '../third_party/angle/angle.isolate',
+ ],
}
« no previous file with comments | « chrome/unit_tests.isolate ('k') | components/components_unittests.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698