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

Unified Diff: skia/skia_tests.gyp

Issue 816803003: Revert of skia: Add 'skia_unittests' test suite for this directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « skia/ext/platform_canvas_unittest.cc ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/skia_tests.gyp
diff --git a/skia/skia_tests.gyp b/skia/skia_tests.gyp
deleted file mode 100644
index 250ff1f0296da6f2ba672bc3fe62faa2b3d47295..0000000000000000000000000000000000000000
--- a/skia/skia_tests.gyp
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 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.
-
-{
- 'variables': {
- 'chromium_code': 1,
- },
- 'targets': [
- {
- 'target_name': 'skia_unittests',
- 'type': '<(gtest_target_type)',
- 'dependencies': [
- '../base/base.gyp:base',
- '../base/base.gyp:run_all_unittests',
- '../testing/gtest.gyp:gtest',
- '../skia/skia.gyp:skia',
- '../ui/gfx/gfx.gyp:gfx',
- '../ui/gfx/gfx.gyp:gfx_geometry',
- ],
- 'sources': [
- 'ext/analysis_canvas_unittest.cc',
- 'ext/bitmap_platform_device_mac_unittest.cc',
- 'ext/convolver_unittest.cc',
- 'ext/image_operations_unittest.cc',
- 'ext/pixel_ref_utils_unittest.cc',
- 'ext/platform_canvas_unittest.cc',
- 'ext/recursive_gaussian_convolution_unittest.cc',
- 'ext/refptr_unittest.cc',
- 'ext/skia_utils_ios_unittest.mm',
- 'ext/skia_utils_mac_unittest.mm',
- 'ext/vector_canvas_unittest.cc',
- ],
- 'conditions': [
- ['OS != "win"', {
- 'sources!': [
- 'ext/vector_canvas_unittest.cc',
- ],
- }],
- ['OS != "win" and OS != "mac"', {
- 'sources!': [
- 'ext/platform_canvas_unittest.cc',
- ],
- }],
- ],
- },
- ],
- 'conditions': [
- ['OS == "android"', {
- 'targets': [
- {
- 'target_name': 'skia_unittests_apk',
- 'type': 'none',
- 'dependencies': [
- 'skia_unittests',
- ],
- 'variables': {
- 'test_suite_name': 'skia_unittests',
- },
- 'includes': [ '../build/apk_test.gypi' ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « skia/ext/platform_canvas_unittest.cc ('k') | testing/buildbot/chromium.chromiumos.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698