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

Unified Diff: ui/gl/gl_unittests.isolate

Issue 1121353002: Added unittest for ui/gl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use <(DEPTH) for dependencies Created 5 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
Index: ui/gl/gl_unittests.isolate
diff --git a/chrome/gl_tests.isolate b/ui/gl/gl_unittests.isolate
similarity index 56%
copy from chrome/gl_tests.isolate
copy to ui/gl/gl_unittests.isolate
index 643e926d9a4ca41d8ebbb2aa89f577348e079b6c..e68f3a58f23cf642731acdf3a8814a879c706f0a 100644
--- a/chrome/gl_tests.isolate
+++ b/ui/gl/gl_unittests.isolate
@@ -1,21 +1,20 @@
-# Copyright 2013 The Chromium Authors. All rights reserved.
+# Copyright (c) 2015 The Chromium Authors. All rights reserved.
no sievers 2015/05/05 19:23:45 nit: drop the (c)
David Yen 2015/05/05 19:37:31 I think they all have the (c), the one on the left
no sievers 2015/05/05 19:42:49 The new header format dropped the (c), see https:/
David Yen 2015/05/05 19:45:01 Oh, I see. Done.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
- 'includes': [
- '../base/base.isolate',
- '../third_party/angle/angle.isolate',
- ],
'conditions': [
['OS=="android" or OS=="linux" or OS=="mac" or OS=="win"', {
'variables': {
'command': [
- '<(PRODUCT_DIR)/gl_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/gl_unittests<(EXECUTABLE_SUFFIX)',
],
'files': [
- '<(PRODUCT_DIR)/gl_tests<(EXECUTABLE_SUFFIX)',
+ '<(PRODUCT_DIR)/gl_unittests<(EXECUTABLE_SUFFIX)',
],
},
}],
],
+ 'includes': [
+ '../../base/base.isolate',
+ ],
}
« ui/gl/gl_tests.gyp ('K') | « ui/gl/gl_tests.gyp ('k') | ui/gl/test/run_all_unittests.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698