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

Unified Diff: skia/skia_tests.gyp

Issue 1438853002: Remove all .gyp and .gypi files. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month 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') | testing/android/appurify_support.gyp » ('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 698493d306521d6968e39ea90986aef6c9fed9bb..0000000000000000000000000000000000000000
--- a/skia/skia_tests.gyp
+++ /dev/null
@@ -1,64 +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',
- ],
- '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' ],
- },
- ],
- }],
- ],
-}
« no previous file with comments | « skia/skia_library_opts.gyp ('k') | testing/android/appurify_support.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698