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

Unified Diff: skia/skia_tests.gyp

Issue 2299033006: Remove Skia GYP files from Chromium tree. (Closed)
Patch Set: defines Created 4 years, 3 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/skia_library_opts.gyp ('k') | no next file » | 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 f5ca5f600eda0a5d13b2830ee4788a3ec2054186..0000000000000000000000000000000000000000
--- a/skia/skia_tests.gyp
+++ /dev/null
@@ -1,80 +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/platform_canvas_unittest.cc',
- 'ext/recursive_gaussian_convolution_unittest.cc',
- 'ext/skia_memory_dump_provider_unittest.cc',
- 'ext/skia_utils_ios_unittest.mm',
- 'ext/skia_utils_mac_unittest.mm',
- ],
- 'conditions': [
- ['OS != "win" and OS != "mac"', {
- 'sources!': [
- 'ext/platform_canvas_unittest.cc',
- ],
- }],
- ['OS == "android"', {
- 'dependencies': [
- '../testing/android/native_test.gyp:native_test_native_code',
- ],
- }],
- ],
- },
- ],
- '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' ],
- },
- ],
- }],
- ['test_isolation_mode != "noop"', {
- 'targets': [
- {
- 'target_name': 'skia_unittests_run',
- 'type': 'none',
- 'dependencies': [
- 'skia_unittests',
- ],
- 'includes': [
- '../build/isolate.gypi',
- ],
- 'sources': [
- 'skia_unittests.isolate',
- ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « skia/skia_library_opts.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698