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

Unified Diff: gyp/views_animated.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove uwanted (but motivating) changes. Created 7 years, 5 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
« gyp/utils.gyp ('K') | « gyp/views.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/views_animated.gyp
===================================================================
--- gyp/views_animated.gyp (revision 10175)
+++ gyp/views_animated.gyp (working copy)
@@ -5,18 +5,19 @@
{
'target_name': 'views_animated',
'type': 'static_library',
+ 'dependencies': [
+ 'angle.gyp:*',
+ 'animator.gyp:*',
+ 'core.gyp:*',
+ 'effects.gyp:*',
+ 'images.gyp:*',
+ 'utils.gyp:*',
+ 'views.gyp:*',
+ 'xml.gyp:*',
+ ],
'include_dirs': [
- '../include/animator',
- '../include/config',
- '../include/core',
- '../include/effects',
- '../include/images',
- '../include/lazy',
- '../include/utils',
- '../include/views',
'../include/views/animated',
'../include/views/unix',
- '../include/xml',
],
'sources': [
'../include/views/animated/SkBorderView.h',
« gyp/utils.gyp ('K') | « gyp/views.gyp ('k') | gyp/xml.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698