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

Side by Side Diff: gyp/experimental.gyp

Issue 68843006: Changes to SkTDStackNester. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Created 7 years 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 | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/tests.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 # GYP file to build experimental directory.
1 { 2 {
2 'targets': [ 3 'targets': [
3 { 4 {
4 'target_name': 'experimental', 5 'target_name': 'experimental',
5 'type': 'static_library', 6 'type': 'static_library',
6 'include_dirs': [ 7 'include_dirs': [
7 '../include/config', 8 '../include/config',
8 '../include/core', 9 '../include/core',
9 ], 10 ],
10 'sources': [ 11 'sources': [
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 ], 89 ],
89 } 90 }
90 ], 91 ],
91 } 92 }
92 93
93 # Local Variables: 94 # Local Variables:
94 # tab-width:2 95 # tab-width:2
95 # indent-tabs-mode:nil 96 # indent-tabs-mode:nil
96 # End: 97 # End:
97 # vim: set expandtab tabstop=2 shiftwidth=2: 98 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « experimental/PdfViewer/src/SkTDStackNester.h ('k') | gyp/tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698