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

Side by Side Diff: gyp/record.gyp

Issue 243243003: anticipate more optimizations by renaming some files and methods (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 8 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/SkRecordCulling.h » ('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 'include_dirs': [ 6 'include_dirs': [
7 '../include/config', 7 '../include/config',
8 '../include/core', 8 '../include/core',
9 '../include/record', 9 '../include/record',
10 ], 10 ],
11 'direct_dependent_settings': { 11 'direct_dependent_settings': {
12 'include_dirs': [ 12 'include_dirs': [
13 '../include/record', # Public headers. 13 '../include/record', # Public headers.
14 ], 14 ],
15 }, 15 },
16 'sources': [ 16 'sources': [
17 '../src/record/SkRecordCulling.cpp', 17 '../src/record/SkRecordOpts.cpp',
18 '../src/record/SkRecordDraw.cpp', 18 '../src/record/SkRecordDraw.cpp',
19 '../src/record/SkRecorder.cpp', 19 '../src/record/SkRecorder.cpp',
20 '../src/record/SkRecording.cpp', 20 '../src/record/SkRecording.cpp',
21 ], 21 ],
22 }] 22 }]
23 } 23 }
OLDNEW
« no previous file with comments | « no previous file | src/record/SkRecordCulling.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698