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

Unified Diff: ppapi/thunk/BUILD.gn

Issue 944033002: PPAPI: Whitelist PPB_CameraDevice_Private for some apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/proxy/resource_creation_proxy.cc ('k') | ppapi/thunk/interfaces_ppb_private.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/BUILD.gn
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
index 0f034e64d36d73a0d6ca2ed35ed17ee5acf7f9d0..43128cc16163204fc38dbdd2f684ae9886de2aea 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -16,6 +16,10 @@ source_set("thunk") {
"ppb_broker_api.h",
"ppb_browser_font_trusted_api.h",
"ppb_buffer_api.h",
+ "ppb_camera_capabilities_api.h",
+ "ppb_camera_capabilities_private_thunk.cc",
+ "ppb_camera_device_api.h",
+ "ppb_camera_device_private_thunk.cc",
"ppb_compositor_api.h",
"ppb_compositor_layer_api.h",
"ppb_compositor_layer_thunk.cc",
@@ -147,10 +151,6 @@ source_set("thunk") {
"ppb_broker_thunk.cc",
"ppb_browser_font_trusted_thunk.cc",
"ppb_buffer_thunk.cc",
- "ppb_camera_capabilities_api.h",
- "ppb_camera_capabilities_private_thunk.cc",
- "ppb_camera_device_api.h",
- "ppb_camera_device_private_thunk.cc",
"ppb_char_set_thunk.cc",
"ppb_content_decryptor_private_thunk.cc",
"ppb_flash_clipboard_thunk.cc",
« no previous file with comments | « ppapi/proxy/resource_creation_proxy.cc ('k') | ppapi/thunk/interfaces_ppb_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698