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

Side by Side Diff: gyp/xml.gyp

Issue 19823003: Update obvious deps. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Remove old code. 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « gyp/views_animated.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'targets': [ 2 'targets': [
3 { 3 {
4 'target_name': 'xml', 4 'target_name': 'xml',
5 'product_name': 'skia_xml', 5 'product_name': 'skia_xml',
6 'type': 'static_library', 6 'type': 'static_library',
7 'standalone_static_library': 1, 7 'standalone_static_library': 1,
8 'dependencies': [
9 'skia_lib.gyp:skia_lib',
10 ],
8 'include_dirs': [ 11 'include_dirs': [
9 '../include/config',
10 '../include/core',
11 '../include/xml', 12 '../include/xml',
12 '../include/utils',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 '../include/xml/SkBML_WXMLParser.h', 15 '../include/xml/SkBML_WXMLParser.h',
16 '../include/xml/SkBML_XMLParser.h', 16 '../include/xml/SkBML_XMLParser.h',
17 '../include/xml/SkDOM.h', 17 '../include/xml/SkDOM.h',
18 '../include/xml/SkJS.h', 18 '../include/xml/SkJS.h',
19 '../include/xml/SkXMLParser.h', 19 '../include/xml/SkXMLParser.h',
20 '../include/xml/SkXMLWriter.h', 20 '../include/xml/SkXMLWriter.h',
21 21
22 '../src/xml/SkBML_Verbs.h', 22 '../src/xml/SkBML_Verbs.h',
(...skipping 25 matching lines...) Expand all
48 }, 48 },
49 }, 49 },
50 ], 50 ],
51 } 51 }
52 52
53 # Local Variables: 53 # Local Variables:
54 # tab-width:2 54 # tab-width:2
55 # indent-tabs-mode:nil 55 # indent-tabs-mode:nil
56 # End: 56 # End:
57 # vim: set expandtab tabstop=2 shiftwidth=2: 57 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « gyp/views_animated.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698