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

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

Issue 17261007: [NaCl SDK] .dsc files copy public headers, add ppapi_cpp dev sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
OLDNEW
1 { 1 {
2 'TOOLS': ['win', 'linux'], 2 'TOOLS': ['win', 'linux', 'mac'],
3 'SEARCH': [
4 '.',
5 '../../../../ppapi/c',
6 '../../../../ppapi/c/dev',
7 '../../../../ppapi/c/extensions/dev',
8 ],
3 'TARGETS': [ 9 'TARGETS': [
4 { 10 {
5 'NAME' : 'ppapi', 11 'NAME' : 'ppapi',
6 'TYPE' : 'lib', 12 'TYPE' : 'lib',
7 'SOURCES' : [ 13 'SOURCES' : [
8 'ppapi_externs.c' 14 'ppapi_externs.c'
9 ], 15 ],
10 } 16 }
11 ], 17 ],
18 'HEADERS': [
19 {
20 'FILES': [
21 'pp_array_output.h',
Sam Clegg 2013/06/19 20:04:44 Can we put 'ppapi/c/extensions/dev/pp_array_output
binji 2013/06/19 20:14:33 That's likely to be a bigger change (it will affec
22 'ppb_audio_config.h',
23 'ppb_audio.h',
24 'ppb_console.h',
25 'ppb_core.h',
26 'ppb_file_io.h',
27 'ppb_file_ref.h',
28 'ppb_file_system.h',
29 'ppb_fullscreen.h',
30 'ppb_gamepad.h',
31 'ppb_graphics_2d.h',
32 'ppb_graphics_3d.h',
33 'ppb.h',
34 'ppb_image_data.h',
35 'ppb_input_event.h',
36 'ppb_instance.h',
37 'ppb_message_loop.h',
38 'ppb_messaging.h',
39 'ppb_mouse_cursor.h',
40 'ppb_mouse_lock.h',
41 'pp_bool.h',
42 'ppb_opengles2.h',
43 'ppb_url_loader.h',
44 'ppb_url_request_info.h',
45 'ppb_url_response_info.h',
46 'ppb_var_array_buffer.h',
47 'ppb_var.h',
48 'ppb_view.h',
49 'ppb_websocket.h',
50 'pp_completion_callback.h',
51 'pp_directory_entry.h',
52 'pp_errors.h',
53 'pp_file_info.h',
54 'pp_graphics_3d.h',
55 'pp_input_event.h',
56 'pp_instance.h',
57 'pp_macros.h',
58 'pp_module.h',
59 'ppp_graphics_3d.h',
60 'ppp.h',
61 'ppp_input_event.h',
62 'ppp_instance.h',
63 'ppp_messaging.h',
64 'ppp_mouse_lock.h',
65 'pp_point.h',
66 'pp_rect.h',
67 'pp_resource.h',
68 'pp_size.h',
69 'pp_stdint.h',
70 'pp_time.h',
71 'pp_touch_point.h',
72 'pp_var.h',
73 ],
74 'DEST': 'include/ppapi/c',
75 },
76 {
77 'FILES': [
78 'deprecated_bool.h',
79 'ppb_audio_input_dev.h',
80 'ppb_buffer_dev.h',
81 'ppb_char_set_dev.h',
82 'ppb_crypto_dev.h',
83 'ppb_cursor_control_dev.h',
84 'ppb_device_ref_dev.h',
85 'ppb_file_chooser_dev.h',
86 'ppb_find_dev.h',
87 'ppb_font_dev.h',
88 'ppb_gles_chromium_texture_mapping_dev.h',
89 'ppb_graphics_2d_dev.h',
90 'ppb_host_resolver_dev.h',
91 'ppb_ime_input_event_dev.h',
92 'ppb_keyboard_input_event_dev.h',
93 'ppb_memory_dev.h',
94 'ppb_net_address_dev.h',
95 'ppb_opengles2ext_dev.h',
96 'ppb_printing_dev.h',
97 'ppb_resource_array_dev.h',
98 'ppb_scrollbar_dev.h',
99 'ppb_tcp_socket_dev.h',
100 'ppb_testing_dev.h',
101 'ppb_text_input_dev.h',
102 'ppb_trace_event_dev.h',
103 'ppb_truetype_font_dev.h',
104 'ppb_udp_socket_dev.h',
105 'ppb_url_util_dev.h',
106 'ppb_var_array_dev.h',
107 'ppb_var_deprecated.h',
108 'ppb_var_dictionary_dev.h',
109 'ppb_video_capture_dev.h',
110 'ppb_video_decoder_dev.h',
111 'ppb_view_dev.h',
112 'ppb_widget_dev.h',
113 'ppb_zoom_dev.h',
114 'pp_cursor_type_dev.h',
115 'ppp_class_deprecated.h',
116 'ppp_find_dev.h',
117 'ppp_network_state_dev.h',
118 'ppp_printing_dev.h',
119 'pp_print_settings_dev.h',
120 'ppp_scrollbar_dev.h',
121 'ppp_selection_dev.h',
122 'ppp_text_input_dev.h',
123 'ppp_video_capture_dev.h',
124 'ppp_video_decoder_dev.h',
125 'ppp_widget_dev.h',
126 'ppp_zoom_dev.h',
127 'pp_video_capture_dev.h',
128 'pp_video_dev.h',
129 ],
130 'DEST': 'include/ppapi/c/dev',
131 },
132 {
133 'FILES': [
134 'ppb_ext_alarms_dev.h',
135 'ppb_ext_events_dev.h',
136 'ppb_ext_socket_dev.h',
137 ],
138 'DEST': 'include/ppapi/c/extensions/dev',
139 },
140 ],
12 'DEST': 'src', 141 'DEST': 'src',
13 'NAME': 'ppapi', 142 'NAME': 'ppapi',
14 } 143 }
15 144
OLDNEW
« no previous file with comments | « native_client_sdk/src/build_tools/sdk_files.list ('k') | native_client_sdk/src/libraries/ppapi_cpp/library.dsc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698