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

Side by Side Diff: gyp/xml.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 unified diff | Download patch | Annotate | Revision Log
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 'core.gyp:*',
10 'utils.gyp:*',
11 ],
8 'include_dirs': [ 12 'include_dirs': [
9 '../include/config',
10 '../include/core',
11 '../include/xml', 13 '../include/xml',
12 '../include/utils',
13 ], 14 ],
14 'sources': [ 15 'sources': [
15 '../include/xml/SkBML_WXMLParser.h', 16 '../include/xml/SkBML_WXMLParser.h',
16 '../include/xml/SkBML_XMLParser.h', 17 '../include/xml/SkBML_XMLParser.h',
17 '../include/xml/SkDOM.h', 18 '../include/xml/SkDOM.h',
18 '../include/xml/SkJS.h', 19 '../include/xml/SkJS.h',
19 '../include/xml/SkXMLParser.h', 20 '../include/xml/SkXMLParser.h',
20 '../include/xml/SkXMLWriter.h', 21 '../include/xml/SkXMLWriter.h',
21 22
22 '../src/xml/SkBML_Verbs.h', 23 '../src/xml/SkBML_Verbs.h',
(...skipping 25 matching lines...) Expand all
48 }, 49 },
49 }, 50 },
50 ], 51 ],
51 } 52 }
52 53
53 # Local Variables: 54 # Local Variables:
54 # tab-width:2 55 # tab-width:2
55 # indent-tabs-mode:nil 56 # indent-tabs-mode:nil
56 # End: 57 # End:
57 # vim: set expandtab tabstop=2 shiftwidth=2: 58 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« gyp/utils.gyp ('K') | « gyp/views_animated.gyp ('k') | gyp/zlib.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698