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

Side by Side Diff: ppapi/proxy/BUILD.gn

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix typo: int32->int32_t Created 5 years, 10 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 | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/camera_capabilities_resource.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 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 config("proxy_implementation") { 5 config("proxy_implementation") {
6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ] 6 defines = [ "PPAPI_PROXY_IMPLEMENTATION" ]
7 } 7 }
8 8
9 component("proxy") { 9 component("proxy") {
10 output_name = "ppapi_proxy" 10 output_name = "ppapi_proxy"
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 "../nacl_irt/ppapi_dispatcher.h", 205 "../nacl_irt/ppapi_dispatcher.h",
206 ] 206 ]
207 } else { 207 } else {
208 sources += [ 208 sources += [
209 "audio_input_resource.cc", 209 "audio_input_resource.cc",
210 "audio_input_resource.h", 210 "audio_input_resource.h",
211 "broker_dispatcher.cc", 211 "broker_dispatcher.cc",
212 "broker_dispatcher.h", 212 "broker_dispatcher.h",
213 "browser_font_singleton_resource.cc", 213 "browser_font_singleton_resource.cc",
214 "browser_font_singleton_resource.h", 214 "browser_font_singleton_resource.h",
215 "camera_capabilities_resource.cc",
216 "camera_capabilities_resource.h",
215 "device_enumeration_resource_helper.cc", 217 "device_enumeration_resource_helper.cc",
216 "device_enumeration_resource_helper.h", 218 "device_enumeration_resource_helper.h",
217 "flash_clipboard_resource.cc", 219 "flash_clipboard_resource.cc",
218 "flash_clipboard_resource.h", 220 "flash_clipboard_resource.h",
219 "flash_drm_resource.cc", 221 "flash_drm_resource.cc",
220 "flash_drm_resource.h", 222 "flash_drm_resource.h",
221 "flash_file_resource.cc", 223 "flash_file_resource.cc",
222 "flash_file_resource.h", 224 "flash_file_resource.h",
223 "flash_font_file_resource.cc", 225 "flash_font_file_resource.cc",
224 "flash_font_file_resource.h", 226 "flash_font_file_resource.h",
225 "flash_fullscreen_resource.cc", 227 "flash_fullscreen_resource.cc",
226 "flash_fullscreen_resource.h", 228 "flash_fullscreen_resource.h",
227 "flash_menu_resource.cc", 229 "flash_menu_resource.cc",
228 "flash_menu_resource.h", 230 "flash_menu_resource.h",
229 "flash_resource.cc", 231 "flash_resource.cc",
230 "flash_resource.h", 232 "flash_resource.h",
231 "host_dispatcher.cc", 233 "host_dispatcher.cc",
232 "host_dispatcher.h", 234 "host_dispatcher.h",
233 "host_var_serialization_rules.cc", 235 "host_var_serialization_rules.cc",
234 "host_var_serialization_rules.h", 236 "host_var_serialization_rules.h",
237 "image_capture_resource.cc",
238 "image_capture_resource.h",
235 "pdf_resource.cc", 239 "pdf_resource.cc",
236 "pdf_resource.h", 240 "pdf_resource.h",
237 "platform_verification_private_resource.cc", 241 "platform_verification_private_resource.cc",
238 "platform_verification_private_resource.h", 242 "platform_verification_private_resource.h",
239 "ppb_broker_proxy.cc", 243 "ppb_broker_proxy.cc",
240 "ppb_broker_proxy.h", 244 "ppb_broker_proxy.h",
241 "ppb_buffer_proxy.cc", 245 "ppb_buffer_proxy.cc",
242 "ppb_buffer_proxy.h", 246 "ppb_buffer_proxy.h",
243 "ppb_flash_message_loop_proxy.cc", 247 "ppb_flash_message_loop_proxy.cc",
244 "ppb_flash_message_loop_proxy.h", 248 "ppb_flash_message_loop_proxy.h",
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 deps = [ 345 deps = [
342 "//base/test:test_support", 346 "//base/test:test_support",
343 "//ipc", 347 "//ipc",
344 "//ipc:test_support", 348 "//ipc:test_support",
345 "//ppapi/proxy", 349 "//ppapi/proxy",
346 "//ppapi/shared_impl", 350 "//ppapi/shared_impl",
347 "//testing/gmock", 351 "//testing/gmock",
348 "//testing/gtest", 352 "//testing/gtest",
349 ] 353 ]
350 } 354 }
OLDNEW
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/camera_capabilities_resource.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698