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

Unified Diff: chrome/angle_unittests.isolate

Issue 302003006: Made gl_tests, angle_unittests, and gles2_conform_test depend on base.isolate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/angle.isolate ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/angle_unittests.isolate
diff --git a/chrome/angle_unittests.isolate b/chrome/angle_unittests.isolate
index 9d8c4f158d154dfbbed4e2048c68eda3eaa6e312..1689ebcd968f84635ff4988ba8253f7896ed2326 100644
--- a/chrome/angle_unittests.isolate
+++ b/chrome/angle_unittests.isolate
@@ -2,6 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
+ 'includes': [
+ '../base/base.isolate',
M-A Ruel 2014/05/30 12:28:47 Oh, didn't you want it to include angle.isolate in
Ken Russell (switch to Gerrit) 2014/05/30 23:27:37 It turned out to not be necessary, so I preferred
+ ],
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
« no previous file with comments | « chrome/angle.isolate ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698