Chromium Code Reviews| 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', |
| + ], |
| } |