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

Side by Side Diff: ppapi/ppapi_cpp.gypi

Issue 7737013: Move PPAPI graphics3d and opengles interfaces out of Dev. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)', 8 'target_name': 'ppapi_c<(nacl_ppapi_library_suffix)',
9 'type': 'none', 9 'type': 'none',
10 'all_dependent_settings': { 10 'all_dependent_settings': {
11 'include_dirs+': [ 11 'include_dirs+': [
12 '..', 12 '..',
13 ], 13 ],
14 }, 14 },
15 'sources': [ 15 'sources': [
16 'c/pp_bool.h', 16 'c/pp_bool.h',
17 'c/pp_completion_callback.h', 17 'c/pp_completion_callback.h',
18 'c/pp_errors.h', 18 'c/pp_errors.h',
19 'c/pp_file_info.h', 19 'c/pp_file_info.h',
20 'c/pp_graphics_3d.h',
20 'c/pp_input_event.h', 21 'c/pp_input_event.h',
21 'c/pp_instance.h', 22 'c/pp_instance.h',
22 'c/pp_macros.h', 23 'c/pp_macros.h',
23 'c/pp_module.h', 24 'c/pp_module.h',
24 'c/pp_point.h', 25 'c/pp_point.h',
25 'c/pp_rect.h', 26 'c/pp_rect.h',
26 'c/pp_resource.h', 27 'c/pp_resource.h',
27 'c/pp_size.h', 28 'c/pp_size.h',
28 'c/pp_stdint.h', 29 'c/pp_stdint.h',
29 'c/pp_time.h', 30 'c/pp_time.h',
30 'c/pp_var.h', 31 'c/pp_var.h',
31 'c/ppb.h', 32 'c/ppb.h',
32 'c/ppb_audio.h', 33 'c/ppb_audio.h',
33 'c/ppb_audio_config.h', 34 'c/ppb_audio_config.h',
34 'c/ppb_core.h', 35 'c/ppb_core.h',
35 'c/ppb_file_io.h', 36 'c/ppb_file_io.h',
36 'c/ppb_file_ref.h', 37 'c/ppb_file_ref.h',
37 'c/ppb_file_system.h', 38 'c/ppb_file_system.h',
38 'c/ppb_graphics_2d.h', 39 'c/ppb_graphics_2d.h',
40 'c/ppb_graphics_3d.h',
39 'c/ppb_image_data.h', 41 'c/ppb_image_data.h',
40 'c/ppb_input_event.h', 42 'c/ppb_input_event.h',
41 'c/ppb_instance.h', 43 'c/ppb_instance.h',
42 'c/ppb_messaging.h', 44 'c/ppb_messaging.h',
45 'c/ppb_opengles.h',
43 'c/ppb_url_loader.h', 46 'c/ppb_url_loader.h',
44 'c/ppb_url_request_info.h', 47 'c/ppb_url_request_info.h',
45 'c/ppb_url_response_info.h', 48 'c/ppb_url_response_info.h',
46 'c/ppb_var.h', 49 'c/ppb_var.h',
47 'c/ppp.h', 50 'c/ppp.h',
48 'c/ppp_input_event.h', 51 'c/ppp_input_event.h',
49 'c/ppp_instance.h', 52 'c/ppp_instance.h',
50 'c/ppp_messaging.h', 53 'c/ppp_messaging.h',
51 54
52 # Dev interfaces. 55 # Dev interfaces.
53 'c/dev/pp_cursor_type_dev.h', 56 'c/dev/pp_cursor_type_dev.h',
54 'c/dev/pp_graphics_3d_dev.h',
55 'c/dev/pp_video_dev.h', 57 'c/dev/pp_video_dev.h',
56 'c/dev/ppb_buffer_dev.h', 58 'c/dev/ppb_buffer_dev.h',
57 'c/dev/ppb_char_set_dev.h', 59 'c/dev/ppb_char_set_dev.h',
58 'c/dev/ppb_context_3d_dev.h', 60 'c/dev/ppb_context_3d_dev.h',
59 'c/dev/ppb_context_3d_trusted_dev.h', 61 'c/dev/ppb_context_3d_trusted_dev.h',
60 'c/dev/ppb_console_dev.h', 62 'c/dev/ppb_console_dev.h',
61 'c/dev/ppb_cursor_control_dev.h', 63 'c/dev/ppb_cursor_control_dev.h',
62 'c/dev/ppb_directory_reader_dev.h', 64 'c/dev/ppb_directory_reader_dev.h',
63 'c/dev/ppb_file_chooser_dev.h', 65 'c/dev/ppb_file_chooser_dev.h',
64 'c/dev/ppb_find_dev.h', 66 'c/dev/ppb_find_dev.h',
65 'c/dev/ppb_font_dev.h', 67 'c/dev/ppb_font_dev.h',
66 'c/dev/ppb_fullscreen_dev.h', 68 'c/dev/ppb_fullscreen_dev.h',
67 'c/dev/ppb_graphics_3d_dev.h',
68 'c/dev/ppb_graphics_3d_trusted_dev.h',
69 'c/dev/ppb_memory_dev.h', 69 'c/dev/ppb_memory_dev.h',
70 'c/dev/ppb_opengles_dev.h',
71 'c/dev/ppb_query_policy_dev.h', 70 'c/dev/ppb_query_policy_dev.h',
72 'c/dev/ppb_scrollbar_dev.h', 71 'c/dev/ppb_scrollbar_dev.h',
73 'c/dev/ppb_surface_3d_dev.h', 72 'c/dev/ppb_surface_3d_dev.h',
74 'c/dev/ppb_testing_dev.h', 73 'c/dev/ppb_testing_dev.h',
75 'c/dev/ppb_url_util_dev.h', 74 'c/dev/ppb_url_util_dev.h',
76 'c/dev/ppb_video_decoder_dev.h', 75 'c/dev/ppb_video_decoder_dev.h',
77 'c/dev/ppb_widget_dev.h', 76 'c/dev/ppb_widget_dev.h',
78 'c/dev/ppb_zoom_dev.h', 77 'c/dev/ppb_zoom_dev.h',
79 'c/dev/ppp_cursor_control_dev.h', 78 'c/dev/ppp_cursor_control_dev.h',
80 'c/dev/ppp_find_dev.h', 79 'c/dev/ppp_find_dev.h',
81 'c/dev/ppp_graphics_3d_dev.h',
82 'c/dev/ppp_network_state_dev.h', 80 'c/dev/ppp_network_state_dev.h',
83 'c/dev/ppp_policy_update_dev.h', 81 'c/dev/ppp_policy_update_dev.h',
84 'c/dev/ppp_printing_dev.h', 82 'c/dev/ppp_printing_dev.h',
85 'c/dev/ppp_scrollbar_dev.h', 83 'c/dev/ppp_scrollbar_dev.h',
86 'c/dev/ppp_selection_dev.h', 84 'c/dev/ppp_selection_dev.h',
87 'c/dev/ppp_video_decoder_dev.h', 85 'c/dev/ppp_video_decoder_dev.h',
88 'c/dev/ppp_widget_dev.h', 86 'c/dev/ppp_widget_dev.h',
89 'c/dev/ppp_zoom_dev.h', 87 'c/dev/ppp_zoom_dev.h',
90 88
91 # Private interfaces. 89 # Private interfaces.
(...skipping 13 matching lines...) Expand all
105 # Deprecated interfaces. 103 # Deprecated interfaces.
106 'c/dev/deprecated_bool.h', 104 'c/dev/deprecated_bool.h',
107 'c/dev/ppb_var_deprecated.h', 105 'c/dev/ppb_var_deprecated.h',
108 'c/dev/ppp_class_deprecated.h', 106 'c/dev/ppp_class_deprecated.h',
109 107
110 # Trusted interfaces. 108 # Trusted interfaces.
111 'c/trusted/ppb_audio_trusted.h', 109 'c/trusted/ppb_audio_trusted.h',
112 'c/trusted/ppb_broker_trusted.h', 110 'c/trusted/ppb_broker_trusted.h',
113 'c/trusted/ppb_buffer_trusted.h', 111 'c/trusted/ppb_buffer_trusted.h',
114 'c/trusted/ppb_file_io_trusted.h', 112 'c/trusted/ppb_file_io_trusted.h',
113 'c/trusted/ppb_graphics_3d_trusted.h',
115 'c/trusted/ppb_image_data_trusted.h', 114 'c/trusted/ppb_image_data_trusted.h',
116 'c/trusted/ppb_url_loader_trusted.h', 115 'c/trusted/ppb_url_loader_trusted.h',
117 'c/trusted/ppp_broker.h', 116 'c/trusted/ppp_broker.h',
118 ], 117 ],
119 'conditions': [ 118 'conditions': [
120 ['p2p_apis==1', { 119 ['p2p_apis==1', {
121 'sources': [ 120 'sources': [
122 'c/dev/ppb_transport_dev.h', 121 'c/dev/ppb_transport_dev.h',
123 ], 122 ],
124 }], 123 }],
(...skipping 18 matching lines...) Expand all
143 'cpp/core.cc', 142 'cpp/core.cc',
144 'cpp/core.h', 143 'cpp/core.h',
145 'cpp/file_io.cc', 144 'cpp/file_io.cc',
146 'cpp/file_io.h', 145 'cpp/file_io.h',
147 'cpp/file_ref.cc', 146 'cpp/file_ref.cc',
148 'cpp/file_ref.h', 147 'cpp/file_ref.h',
149 'cpp/file_system.cc', 148 'cpp/file_system.cc',
150 'cpp/file_system.h', 149 'cpp/file_system.h',
151 'cpp/graphics_2d.cc', 150 'cpp/graphics_2d.cc',
152 'cpp/graphics_2d.h', 151 'cpp/graphics_2d.h',
152 'cpp/graphics_3d.cc',
153 'cpp/graphics_3d.h',
154 'cpp/graphics_3d_client.cc',
155 'cpp/graphics_3d_client.h',
153 'cpp/image_data.cc', 156 'cpp/image_data.cc',
154 'cpp/image_data.h', 157 'cpp/image_data.h',
155 'cpp/input_event.cc', 158 'cpp/input_event.cc',
156 'cpp/input_event.h', 159 'cpp/input_event.h',
157 'cpp/instance.cc', 160 'cpp/instance.cc',
158 'cpp/instance.h', 161 'cpp/instance.h',
159 'cpp/logging.h', 162 'cpp/logging.h',
160 'cpp/module.cc', 163 'cpp/module.cc',
161 'cpp/module.h', 164 'cpp/module.h',
162 'cpp/module_impl.h', 165 'cpp/module_impl.h',
(...skipping 27 matching lines...) Expand all
190 'cpp/dev/directory_reader_dev.cc', 193 'cpp/dev/directory_reader_dev.cc',
191 'cpp/dev/directory_reader_dev.h', 194 'cpp/dev/directory_reader_dev.h',
192 'cpp/dev/file_chooser_dev.cc', 195 'cpp/dev/file_chooser_dev.cc',
193 'cpp/dev/file_chooser_dev.h', 196 'cpp/dev/file_chooser_dev.h',
194 'cpp/dev/find_dev.cc', 197 'cpp/dev/find_dev.cc',
195 'cpp/dev/find_dev.h', 198 'cpp/dev/find_dev.h',
196 'cpp/dev/font_dev.cc', 199 'cpp/dev/font_dev.cc',
197 'cpp/dev/font_dev.h', 200 'cpp/dev/font_dev.h',
198 'cpp/dev/fullscreen_dev.cc', 201 'cpp/dev/fullscreen_dev.cc',
199 'cpp/dev/fullscreen_dev.h', 202 'cpp/dev/fullscreen_dev.h',
200 'cpp/dev/graphics_3d_client_dev.cc',
201 'cpp/dev/graphics_3d_client_dev.h',
202 'cpp/dev/graphics_3d_dev.cc',
203 'cpp/dev/graphics_3d_dev.h',
204 'cpp/dev/memory_dev.cc', 203 'cpp/dev/memory_dev.cc',
205 'cpp/dev/memory_dev.h', 204 'cpp/dev/memory_dev.h',
206 'cpp/dev/printing_dev.cc', 205 'cpp/dev/printing_dev.cc',
207 'cpp/dev/printing_dev.h', 206 'cpp/dev/printing_dev.h',
208 'cpp/dev/scrollbar_dev.cc', 207 'cpp/dev/scrollbar_dev.cc',
209 'cpp/dev/scrollbar_dev.h', 208 'cpp/dev/scrollbar_dev.h',
210 'cpp/dev/selection_dev.cc', 209 'cpp/dev/selection_dev.cc',
211 'cpp/dev/selection_dev.h', 210 'cpp/dev/selection_dev.h',
212 'cpp/dev/surface_3d_dev.cc', 211 'cpp/dev/surface_3d_dev.cc',
213 'cpp/dev/surface_3d_dev.h', 212 'cpp/dev/surface_3d_dev.h',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 }], 281 }],
283 ['OS=="mac"', { 282 ['OS=="mac"', {
284 'xcode_settings': { 283 'xcode_settings': {
285 'WARNING_CFLAGS': ['-Wextra', '-pedantic'], 284 'WARNING_CFLAGS': ['-Wextra', '-pedantic'],
286 }, 285 },
287 }] 286 }]
288 ], 287 ],
289 }, 288 },
290 ], 289 ],
291 } 290 }
OLDNEW
« no previous file with comments | « ppapi/native_client/tests/ppapi_test_lib/get_browser_interface.cc ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698