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

Unified Diff: ppapi/BUILD.gn

Issue 848863002: PPAPI: implement GetSupportedPreviewSizes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address WuCheng's comments in Patch Set 9/10 Created 5 years, 11 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 3a1865681f5f5bf6cfd141ac29160121e67fb07e..0b812d43292c825e3a0b55d85389df73388b4a7b 100644
--- a/ppapi/BUILD.gn
+++ b/ppapi/BUILD.gn
@@ -363,6 +363,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",
@@ -376,6 +378,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",
@@ -680,6 +684,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",
wuchengli 2015/02/03 14:34:45 You can run "git cl try" on all trybots. Some tryb
Justin Chuang 2015/02/04 17:44:24 thanks, will try after rebasing.
+ "proxy/camera_capabilities_resource.h",
"proxy/device_enumeration_resource_helper.cc",
"proxy/device_enumeration_resource_helper.h",
"proxy/flash_clipboard_resource.cc",
@@ -700,6 +706,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