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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_sources.gypi ('k') | ppapi/proxy/camera_capabilities_resource.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/BUILD.gn
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index adda1930e76ade50637780482e8e77b048e7e591..c9019ca62f8802b15ed61441c5ab3933cbbd4365 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -212,6 +212,8 @@ component("proxy") {
"broker_dispatcher.h",
"browser_font_singleton_resource.cc",
"browser_font_singleton_resource.h",
+ "camera_capabilities_resource.cc",
+ "camera_capabilities_resource.h",
"device_enumeration_resource_helper.cc",
"device_enumeration_resource_helper.h",
"flash_clipboard_resource.cc",
@@ -232,6 +234,8 @@ component("proxy") {
"host_dispatcher.h",
"host_var_serialization_rules.cc",
"host_var_serialization_rules.h",
+ "image_capture_resource.cc",
+ "image_capture_resource.h",
"pdf_resource.cc",
"pdf_resource.h",
"platform_verification_private_resource.cc",
« 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