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

Unified Diff: ppapi/BUILD.gn

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update histogram.xml with pepper_hash_for_uma 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 side-by-side diff with in-line comments
Download patch
Index: ppapi/BUILD.gn
diff --git a/ppapi/BUILD.gn b/ppapi/BUILD.gn
index dd722c14acd170657f910708e4fe5592a6c7eed4..0fafa19a04c9093229a5756e7c2e2fa4d57d62b6 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -365,6 +365,8 @@ component("ppapi_shared") {
"thunk/ppb_broker_thunk.cc",
"thunk/ppb_browser_font_trusted_thunk.cc",
"thunk/ppb_buffer_thunk.cc",
+ "thunk/ppb_camera_capabilities_api.h",
+ "thunk/ppb_camera_capabilities_private_thunk.cc",
"thunk/ppb_content_decryptor_private_thunk.cc",
"thunk/ppb_char_set_thunk.cc",
"thunk/ppb_flash_clipboard_thunk.cc",
@@ -378,6 +380,8 @@ component("ppapi_shared") {
"thunk/ppb_flash_thunk.cc",
"thunk/ppb_flash_message_loop_thunk.cc",
"thunk/ppb_gles_chromium_texture_mapping_thunk.cc",
+ "thunk/ppb_image_capture_api.h",
+ "thunk/ppb_image_capture_private_thunk.cc",
"thunk/ppb_pdf_thunk.cc",
"thunk/ppb_platform_verification_private_thunk.cc",
"thunk/ppb_scrollbar_thunk.cc",
@@ -682,6 +686,8 @@ component("ppapi_proxy") {
"proxy/broker_dispatcher.h",
"proxy/browser_font_singleton_resource.cc",
"proxy/browser_font_singleton_resource.h",
+ "proxy/camera_capabilities_resource.cc",
+ "proxy/camera_capabilities_resource.h",
"proxy/device_enumeration_resource_helper.cc",
"proxy/device_enumeration_resource_helper.h",
"proxy/flash_clipboard_resource.cc",
@@ -702,6 +708,8 @@ component("ppapi_proxy") {
"proxy/host_dispatcher.h",
"proxy/host_var_serialization_rules.cc",
"proxy/host_var_serialization_rules.h",
+ "proxy/image_capture_resource.cc",
+ "proxy/image_capture_resource.h",
"proxy/pdf_resource.cc",
"proxy/pdf_resource.h",
"proxy/platform_verification_private_resource.cc",

Powered by Google App Engine
This is Rietveld 408576698