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

Side by Side Diff: ppapi/ppapi.gyp

Issue 4747001: Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month 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 | « ppapi/example/example.cc ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 { 6 {
7 'variables': { 7 'variables': {
8 'chromium_code': 1, # Use higher warning level. 8 'chromium_code': 1, # Use higher warning level.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'c/pp_size.h', 51 'c/pp_size.h',
52 'c/pp_stdint.h', 52 'c/pp_stdint.h',
53 'c/pp_time.h', 53 'c/pp_time.h',
54 'c/pp_var.h', 54 'c/pp_var.h',
55 'c/ppb.h', 55 'c/ppb.h',
56 'c/ppb_core.h', 56 'c/ppb_core.h',
57 'c/ppb_class.h', 57 'c/ppb_class.h',
58 'c/ppb_graphics_2d.h', 58 'c/ppb_graphics_2d.h',
59 'c/ppb_image_data.h', 59 'c/ppb_image_data.h',
60 'c/ppb_instance.h', 60 'c/ppb_instance.h',
61 'c/ppb_url_loader.h',
62 'c/ppb_url_request_info.h',
63 'c/ppb_url_response_info.h',
61 'c/ppb_var.h', 64 'c/ppb_var.h',
62 'c/ppp.h', 65 'c/ppp.h',
63 'c/ppp_instance.h', 66 'c/ppp_instance.h',
64 67
65 # Dev interfaces. 68 # Dev interfaces.
66 'c/dev/pp_cursor_type_dev.h', 69 'c/dev/pp_cursor_type_dev.h',
67 'c/dev/pp_file_info_dev.h', 70 'c/dev/pp_file_info_dev.h',
68 'c/dev/pp_video_dev.h', 71 'c/dev/pp_video_dev.h',
69 'c/dev/ppb_audio_config_dev.h', 72 'c/dev/ppb_audio_config_dev.h',
70 'c/dev/ppb_audio_dev.h', 73 'c/dev/ppb_audio_dev.h',
71 'c/dev/ppb_audio_trusted_dev.h', 74 'c/dev/ppb_audio_trusted_dev.h',
72 'c/dev/ppb_buffer_dev.h', 75 'c/dev/ppb_buffer_dev.h',
73 'c/dev/ppb_char_set_dev.h', 76 'c/dev/ppb_char_set_dev.h',
74 'c/dev/ppb_cursor_control_dev.h', 77 'c/dev/ppb_cursor_control_dev.h',
75 'c/dev/ppb_directory_reader_dev.h', 78 'c/dev/ppb_directory_reader_dev.h',
76 'c/dev/ppb_file_chooser_dev.h', 79 'c/dev/ppb_file_chooser_dev.h',
77 'c/dev/ppb_file_io_dev.h', 80 'c/dev/ppb_file_io_dev.h',
78 'c/dev/ppb_file_io_trusted_dev.h', 81 'c/dev/ppb_file_io_trusted_dev.h',
79 'c/dev/ppb_file_ref_dev.h', 82 'c/dev/ppb_file_ref_dev.h',
80 'c/dev/ppb_file_system_dev.h', 83 'c/dev/ppb_file_system_dev.h',
81 'c/dev/ppb_find_dev.h', 84 'c/dev/ppb_find_dev.h',
82 'c/dev/ppb_font_dev.h', 85 'c/dev/ppb_font_dev.h',
83 'c/dev/ppb_fullscreen_dev.h', 86 'c/dev/ppb_fullscreen_dev.h',
84 'c/dev/ppb_graphics_3d_dev.h', 87 'c/dev/ppb_graphics_3d_dev.h',
85 'c/dev/ppb_opengles_dev.h', 88 'c/dev/ppb_opengles_dev.h',
86 'c/dev/ppb_scrollbar_dev.h', 89 'c/dev/ppb_scrollbar_dev.h',
87 'c/dev/ppb_testing_dev.h', 90 'c/dev/ppb_testing_dev.h',
88 'c/dev/ppb_transport_dev.h', 91 'c/dev/ppb_transport_dev.h',
89 'c/dev/ppb_url_loader_dev.h',
90 'c/dev/ppb_url_loader_trusted_dev.h',
91 'c/dev/ppb_url_request_info_dev.h',
92 'c/dev/ppb_url_response_info_dev.h',
93 'c/dev/ppb_url_util_dev.h', 92 'c/dev/ppb_url_util_dev.h',
94 'c/dev/ppb_video_decoder_dev.h', 93 'c/dev/ppb_video_decoder_dev.h',
95 'c/dev/ppb_zoom_dev.h', 94 'c/dev/ppb_zoom_dev.h',
96 'c/dev/ppp_cursor_control_dev.h', 95 'c/dev/ppp_cursor_control_dev.h',
97 'c/dev/ppp_find_dev.h', 96 'c/dev/ppp_find_dev.h',
98 'c/dev/ppp_graphics_3d_dev.h', 97 'c/dev/ppp_graphics_3d_dev.h',
99 'c/dev/ppp_scrollbar_dev.h', 98 'c/dev/ppp_scrollbar_dev.h',
100 'c/dev/ppp_selection_dev.h', 99 'c/dev/ppp_selection_dev.h',
101 'c/dev/ppp_printing_dev.h', 100 'c/dev/ppp_printing_dev.h',
102 'c/dev/ppp_widget_dev.h', 101 'c/dev/ppp_widget_dev.h',
103 'c/dev/ppp_zoom_dev.h', 102 'c/dev/ppp_zoom_dev.h',
104 103
105 # Deprecated interfaces. 104 # Deprecated interfaces.
106 'c/dev/deprecated_bool.h', 105 'c/dev/deprecated_bool.h',
107 'c/dev/ppb_var_deprecated.h', 106 'c/dev/ppb_var_deprecated.h',
108 'c/dev/ppp_class_deprecated.h', 107 'c/dev/ppp_class_deprecated.h',
108
109 # Trusted interfaces.
110 'c/trusted/ppb_image_data_trusted.h',
111 'c/trusted/ppb_url_loader_trusted.h',
109 ], 112 ],
110 }, 113 },
111 { 114 {
112 'target_name': 'ppapi_cpp_objects', 115 'target_name': 'ppapi_cpp_objects',
113 'type': 'static_library', 116 'type': 'static_library',
114 'dependencies': [ 117 'dependencies': [
115 'ppapi_c' 118 'ppapi_c'
116 ], 119 ],
117 'include_dirs': [ 120 'include_dirs': [
118 '..', 121 '..',
(...skipping 16 matching lines...) Expand all
135 'cpp/paint_aggregator.cc', 138 'cpp/paint_aggregator.cc',
136 'cpp/paint_aggregator.h', 139 'cpp/paint_aggregator.h',
137 'cpp/paint_manager.cc', 140 'cpp/paint_manager.cc',
138 'cpp/paint_manager.h', 141 'cpp/paint_manager.h',
139 'cpp/point.h', 142 'cpp/point.h',
140 'cpp/rect.cc', 143 'cpp/rect.cc',
141 'cpp/rect.h', 144 'cpp/rect.h',
142 'cpp/resource.cc', 145 'cpp/resource.cc',
143 'cpp/resource.h', 146 'cpp/resource.h',
144 'cpp/size.h', 147 'cpp/size.h',
148 'cpp/url_loader.cc',
149 'cpp/url_loader.h',
150 'cpp/url_request_info.cc',
151 'cpp/url_request_info.h',
152 'cpp/url_response_info.cc',
153 'cpp/url_response_info.h',
145 'cpp/var.cc', 154 'cpp/var.cc',
146 'cpp/var.h', 155 'cpp/var.h',
147 156
148 # Dev interfaces. 157 # Dev interfaces.
149 'cpp/dev/audio_config_dev.cc', 158 'cpp/dev/audio_config_dev.cc',
150 'cpp/dev/audio_config_dev.h', 159 'cpp/dev/audio_config_dev.h',
151 'cpp/dev/audio_dev.cc', 160 'cpp/dev/audio_dev.cc',
152 'cpp/dev/audio_dev.h', 161 'cpp/dev/audio_dev.h',
153 'cpp/dev/buffer_dev.cc', 162 'cpp/dev/buffer_dev.cc',
154 'cpp/dev/buffer_dev.h', 163 'cpp/dev/buffer_dev.h',
(...skipping 20 matching lines...) Expand all
175 'cpp/dev/graphics_3d_dev.cc', 184 'cpp/dev/graphics_3d_dev.cc',
176 'cpp/dev/graphics_3d_dev.h', 185 'cpp/dev/graphics_3d_dev.h',
177 'cpp/dev/printing_dev.cc', 186 'cpp/dev/printing_dev.cc',
178 'cpp/dev/printing_dev.h', 187 'cpp/dev/printing_dev.h',
179 'cpp/dev/scrollbar_dev.cc', 188 'cpp/dev/scrollbar_dev.cc',
180 'cpp/dev/scrollbar_dev.h', 189 'cpp/dev/scrollbar_dev.h',
181 'cpp/dev/selection_dev.cc', 190 'cpp/dev/selection_dev.cc',
182 'cpp/dev/selection_dev.h', 191 'cpp/dev/selection_dev.h',
183 'cpp/dev/transport_dev.cc', 192 'cpp/dev/transport_dev.cc',
184 'cpp/dev/transport_dev.h', 193 'cpp/dev/transport_dev.h',
185 'cpp/dev/url_loader_dev.cc',
186 'cpp/dev/url_loader_dev.h',
187 'cpp/dev/url_request_info_dev.cc',
188 'cpp/dev/url_request_info_dev.h',
189 'cpp/dev/url_response_info_dev.cc',
190 'cpp/dev/url_response_info_dev.h',
191 'cpp/dev/url_util_dev.cc', 194 'cpp/dev/url_util_dev.cc',
192 'cpp/dev/url_util_dev.h', 195 'cpp/dev/url_util_dev.h',
193 'cpp/dev/video_decoder_dev.cc', 196 'cpp/dev/video_decoder_dev.cc',
194 'cpp/dev/video_decoder_dev.h', 197 'cpp/dev/video_decoder_dev.h',
195 'cpp/dev/widget_client_dev.cc', 198 'cpp/dev/widget_client_dev.cc',
196 'cpp/dev/widget_client_dev.h', 199 'cpp/dev/widget_client_dev.h',
197 'cpp/dev/widget_dev.cc', 200 'cpp/dev/widget_dev.cc',
198 'cpp/dev/widget_dev.h', 201 'cpp/dev/widget_dev.h',
199 'cpp/dev/zoom_dev.cc', 202 'cpp/dev/zoom_dev.cc',
200 'cpp/dev/zoom_dev.h', 203 'cpp/dev/zoom_dev.h',
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
551 ['OS=="win"', { 554 ['OS=="win"', {
552 }], 555 }],
553 ['OS=="linux"', { 556 ['OS=="linux"', {
554 }], 557 }],
555 ['OS=="mac"', { 558 ['OS=="mac"', {
556 }] 559 }]
557 ], 560 ],
558 }, 561 },
559 ], 562 ],
560 } 563 }
OLDNEW
« no previous file with comments | « ppapi/example/example.cc ('k') | ppapi/proxy/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698