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

Unified Diff: sql/sql_unittests.isolate

Issue 355093003: [sql] Test recovery of corrupt golden file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add sql.isolate Created 6 years, 5 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 | « sql/sql.gyp ('k') | sql/test/paths.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sql/sql_unittests.isolate
diff --git a/media/media_unittests.isolate b/sql/sql_unittests.isolate
similarity index 57%
copy from media/media_unittests.isolate
copy to sql/sql_unittests.isolate
index 0aa38c0eb6010194fc310c502892e2ebd23d44b1..f46323eb115f348b936c2a17acbbd8b5a05aecf3 100644
--- a/media/media_unittests.isolate
+++ b/sql/sql_unittests.isolate
@@ -1,9 +1,9 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2014 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.
{
'conditions': [
- ['OS=="android"', {
+ ['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'isolate_dependency_untracked': [
'test/data/',
@@ -11,4 +11,7 @@
},
}],
],
+ 'includes': [
+ '../base/base.isolate',
+ ],
}
« no previous file with comments | « sql/sql.gyp ('k') | sql/test/paths.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698