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

Side by Side Diff: gyp/record.gyp

Issue 258693006: Start using type traits in src/record instead of macros. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: ben 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 | « no previous file | src/record/SkRecordDraw.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # An experimental library for faster recording of SkCanvas commands. 1 # An experimental library for faster recording of SkCanvas commands.
2 { 2 {
3 'targets': [{ 3 'targets': [{
4 'target_name': 'record', 4 'target_name': 'record',
5 'type': 'static_library', 5 'type': 'static_library',
6 'includes': [ 'record.gypi' ], 6 'includes': [ 'record.gypi' ],
7 'include_dirs': [ 7 'include_dirs': [
8 '../include/config', 8 '../include/config',
9 '../include/core', 9 '../include/core',
10 '../include/record', 10 '../include/record',
11 '../src/utils',
11 ], 12 ],
12 'direct_dependent_settings': { 13 'direct_dependent_settings': {
13 'include_dirs': [ 14 'include_dirs': [
14 '../include/record', # Public headers. 15 '../include/record', # Public headers.
15 ], 16 ],
16 }, 17 },
17 }] 18 }]
18 } 19 }
OLDNEW
« no previous file with comments | « no previous file | src/record/SkRecordDraw.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698