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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 944033002: PPAPI: Whitelist PPB_CameraDevice_Private for some apps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Prepare whitelist in constructor 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'ppapi_proxy_target': 0, 8 'ppapi_proxy_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'nacl_irt/plugin_main.h', 265 'nacl_irt/plugin_main.h',
266 'nacl_irt/plugin_startup.cc', 266 'nacl_irt/plugin_startup.cc',
267 'nacl_irt/plugin_startup.h', 267 'nacl_irt/plugin_startup.h',
268 'nacl_irt/ppapi_dispatcher.cc', 268 'nacl_irt/ppapi_dispatcher.cc',
269 'nacl_irt/ppapi_dispatcher.h', 269 'nacl_irt/ppapi_dispatcher.h',
270 ], 270 ],
271 'sources!': [ 271 'sources!': [
272 'proxy/audio_input_resource.cc', 272 'proxy/audio_input_resource.cc',
273 'proxy/broker_dispatcher.cc', 273 'proxy/broker_dispatcher.cc',
274 'proxy/browser_font_singleton_resource.cc', 274 'proxy/browser_font_singleton_resource.cc',
275 'proxy/camera_capabilities_resource.cc',
276 'proxy/camera_device_resource.cc',
277 'proxy/device_enumeration_resource_helper.cc', 275 'proxy/device_enumeration_resource_helper.cc',
278 'proxy/flash_clipboard_resource.cc', 276 'proxy/flash_clipboard_resource.cc',
279 'proxy/flash_drm_resource.cc', 277 'proxy/flash_drm_resource.cc',
280 'proxy/flash_file_resource.cc', 278 'proxy/flash_file_resource.cc',
281 'proxy/flash_font_file_resource.cc', 279 'proxy/flash_font_file_resource.cc',
282 'proxy/flash_fullscreen_resource.cc', 280 'proxy/flash_fullscreen_resource.cc',
283 'proxy/flash_menu_resource.cc', 281 'proxy/flash_menu_resource.cc',
284 'proxy/flash_resource.cc', 282 'proxy/flash_resource.cc',
285 'proxy/host_dispatcher.cc', 283 'proxy/host_dispatcher.cc',
286 'proxy/host_var_serialization_rules.cc', 284 'proxy/host_var_serialization_rules.cc',
(...skipping 14 matching lines...) Expand all
301 'proxy/serialized_flash_menu.cc', 299 'proxy/serialized_flash_menu.cc',
302 'proxy/talk_resource.cc', 300 'proxy/talk_resource.cc',
303 'proxy/video_capture_resource.cc', 301 'proxy/video_capture_resource.cc',
304 ], 302 ],
305 }], 303 }],
306 ], 304 ],
307 }], 305 }],
308 ], 306 ],
309 }, 307 },
310 } 308 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698