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

Unified Diff: gyp/views_animated.gyp

Issue 1745813002: remove unused view files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 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 | « gyp/views.gyp ('k') | include/views/SkStackViewLayout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/views_animated.gyp
diff --git a/gyp/views_animated.gyp b/gyp/views_animated.gyp
deleted file mode 100644
index f31e0c62c2eb2c3cc12f897459f6762e6a9258e6..0000000000000000000000000000000000000000
--- a/gyp/views_animated.gyp
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-#Animated widgets are views which use animator.
-
-{
- 'targets': [
- {
- 'target_name': 'views_animated',
- 'type': 'static_library',
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- 'animator.gyp:*',
- 'views.gyp:*',
- 'xml.gyp:*',
- ],
- 'include_dirs': [
- '../include/views/animated',
- '../include/views/unix',
- ],
- 'sources': [
- '../include/views/animated/SkBorderView.h',
- '../include/views/animated/SkImageView.h',
- '../include/views/animated/SkProgressBarView.h',
- '../include/views/animated/SkScrollBarView.h',
- '../include/views/animated/SkWidgetViews.h',
-
- '../src/views/animated/SkBorderView.cpp',
- '../src/views/animated/SkImageView.cpp',
- '../src/views/animated/SkProgressBarView.cpp',
- '../src/views/animated/SkScrollBarView.cpp',
- '../src/views/animated/SkStaticTextView.cpp',
- '../src/views/animated/SkWidgetViews.cpp',
- ],
- 'conditions': [
- [ 'skia_os == "mac"', {
- 'link_settings': {
- 'libraries': [
- '$(SDKROOT)/System/Library/Frameworks/Cocoa.framework',
- '$(SDKROOT)/System/Library/Frameworks/Foundation.framework',
- ],
- },
- }],
- [ 'skia_os == "android"', {
- # Android does not support animator so we need to remove all files
- # that have references to it.
- 'include_dirs!': [
- '../include/animator',
- ],
- 'sources!': [
- '../src/views/animated/SkBorderView.cpp',
- '../src/views/animated/SkImageView.cpp',
- '../src/views/animated/SkProgressBarView.cpp',
- '../src/views/animated/SkScrollBarView.cpp',
- '../src/views/animated/SkStaticTextView.cpp',
- '../src/views/animated/SkWidgetViews.cpp',
- ],
- }],
- ],
- 'direct_dependent_settings': {
- 'include_dirs': [
- '../include/views/animated',
- ],
- },
- },
- ],
-}
« no previous file with comments | « gyp/views.gyp ('k') | include/views/SkStackViewLayout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698