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

Side by Side Diff: native_client_sdk/src/libraries/ppapi_cpp/library.dsc

Issue 15969018: Add directory_entry.cc to libppapi_cpp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 6 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 | « native_client_sdk/src/examples/api/file_io/index.html ('k') | no next file » | 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 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'], 2 'TOOLS': ['newlib', 'glibc', 'pnacl', 'win', 'linux'],
3 'SEARCH': [ 3 'SEARCH': [
4 '.', 4 '.',
5 '../../../../ppapi/cpp', 5 '../../../../ppapi/cpp',
6 '../../../../ppapi/utility', 6 '../../../../ppapi/utility',
7 '../../../../ppapi/utility/graphics', 7 '../../../../ppapi/utility/graphics',
8 '../../../../ppapi/utility/threading', 8 '../../../../ppapi/utility/threading',
9 '../../../../ppapi/utility/websocket', 9 '../../../../ppapi/utility/websocket',
10 ], 10 ],
11 'TARGETS': [ 11 'TARGETS': [
12 { 12 {
13 'NAME' : 'ppapi_cpp', 13 'NAME' : 'ppapi_cpp',
14 'TYPE' : 'lib', 14 'TYPE' : 'lib',
15 'SOURCES' : [ 15 'SOURCES' : [
16 'ppp_entrypoints.cc', 16 'ppp_entrypoints.cc',
17 'array_output.cc', 17 'array_output.cc',
18 'audio.cc', 18 'audio.cc',
19 'audio_config.cc', 19 'audio_config.cc',
20 'core.cc', 20 'core.cc',
21 'directory_entry.cc',
21 'file_io.cc', 22 'file_io.cc',
22 'file_ref.cc', 23 'file_ref.cc',
23 'file_system.cc', 24 'file_system.cc',
24 'fullscreen.cc', 25 'fullscreen.cc',
25 'graphics_2d.cc', 26 'graphics_2d.cc',
26 'graphics_3d.cc', 27 'graphics_3d.cc',
27 'graphics_3d_client.cc', 28 'graphics_3d_client.cc',
28 'image_data.cc', 29 'image_data.cc',
29 'input_event.cc', 30 'input_event.cc',
30 'instance.cc', 31 'instance.cc',
(...skipping 18 matching lines...) Expand all
49 'paint_manager.cc', 50 'paint_manager.cc',
50 'simple_thread.cc', 51 'simple_thread.cc',
51 'websocket_api.cc', 52 'websocket_api.cc',
52 ], 53 ],
53 } 54 }
54 ], 55 ],
55 'DEST': 'src', 56 'DEST': 'src',
56 'NAME': 'ppapi_cpp', 57 'NAME': 'ppapi_cpp',
57 } 58 }
58 59
OLDNEW
« no previous file with comments | « native_client_sdk/src/examples/api/file_io/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698