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

Side by Side Diff: gyp/views_animated.gyp

Issue 253773004: Remove dependency of views on angle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Remove views' dependency on angle. Created 6 years, 7 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 unified diff | Download patch
« no previous file with comments | « gyp/views.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #Animated widgets are views which use animator. 1 #Animated widgets are views which use animator.
2 2
3 { 3 {
4 'targets': [ 4 'targets': [
5 { 5 {
6 'target_name': 'views_animated', 6 'target_name': 'views_animated',
7 'type': 'static_library', 7 'type': 'static_library',
8 'dependencies': [ 8 'dependencies': [
9 'skia_lib.gyp:skia_lib', 9 'skia_lib.gyp:skia_lib',
10 'angle.gyp:*',
11 'animator.gyp:*', 10 'animator.gyp:*',
12 'views.gyp:*', 11 'views.gyp:*',
13 'xml.gyp:*', 12 'xml.gyp:*',
14 ], 13 ],
15 'include_dirs': [ 14 'include_dirs': [
16 '../include/views/animated', 15 '../include/views/animated',
17 '../include/views/unix', 16 '../include/views/unix',
18 ], 17 ],
19 'sources': [ 18 'sources': [
20 '../include/views/animated/SkBorderView.h', 19 '../include/views/animated/SkBorderView.h',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 }], 55 }],
57 ], 56 ],
58 'direct_dependent_settings': { 57 'direct_dependent_settings': {
59 'include_dirs': [ 58 'include_dirs': [
60 '../include/views/animated', 59 '../include/views/animated',
61 ], 60 ],
62 }, 61 },
63 }, 62 },
64 ], 63 ],
65 } 64 }
OLDNEW
« no previous file with comments | « gyp/views.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698