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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 9234064: Implement device enumeration for PPB_VideoCapture_Dev. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ppapi/examples/video_capture/video_capture.html ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../..', 9 'webkit_src_dir': '../../../..',
10 },{ 10 },{
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 'shared_impl/ppb_resource_array_shared.cc', 93 'shared_impl/ppb_resource_array_shared.cc',
94 'shared_impl/ppb_resource_array_shared.h', 94 'shared_impl/ppb_resource_array_shared.h',
95 'shared_impl/ppb_url_request_info_shared.cc', 95 'shared_impl/ppb_url_request_info_shared.cc',
96 'shared_impl/ppb_url_request_info_shared.h', 96 'shared_impl/ppb_url_request_info_shared.h',
97 'shared_impl/ppb_url_util_shared.cc', 97 'shared_impl/ppb_url_util_shared.cc',
98 'shared_impl/ppb_url_util_shared.h', 98 'shared_impl/ppb_url_util_shared.h',
99 'shared_impl/ppb_var_shared.cc', 99 'shared_impl/ppb_var_shared.cc',
100 'shared_impl/ppb_var_shared.h', 100 'shared_impl/ppb_var_shared.h',
101 'shared_impl/ppb_video_decoder_shared.cc', 101 'shared_impl/ppb_video_decoder_shared.cc',
102 'shared_impl/ppb_video_decoder_shared.h', 102 'shared_impl/ppb_video_decoder_shared.h',
103 'shared_impl/ppb_video_capture_shared.cc',
104 'shared_impl/ppb_video_capture_shared.h',
103 'shared_impl/ppb_view_shared.cc', 105 'shared_impl/ppb_view_shared.cc',
104 'shared_impl/ppb_view_shared.h', 106 'shared_impl/ppb_view_shared.h',
105 'shared_impl/ppp_instance_combined.cc', 107 'shared_impl/ppp_instance_combined.cc',
106 'shared_impl/ppp_instance_combined.h', 108 'shared_impl/ppp_instance_combined.h',
107 'shared_impl/proxy_lock.cc', 109 'shared_impl/proxy_lock.cc',
108 'shared_impl/proxy_lock.h', 110 'shared_impl/proxy_lock.h',
109 'shared_impl/resource.cc', 111 'shared_impl/resource.cc',
110 'shared_impl/resource.h', 112 'shared_impl/resource.h',
111 'shared_impl/resource_tracker.cc', 113 'shared_impl/resource_tracker.cc',
112 'shared_impl/resource_tracker.h', 114 'shared_impl/resource_tracker.h',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
232 'thunk/ppb_websocket_api.h', 234 'thunk/ppb_websocket_api.h',
233 'thunk/ppb_websocket_thunk.cc', 235 'thunk/ppb_websocket_thunk.cc',
234 'thunk/ppb_widget_api.h', 236 'thunk/ppb_widget_api.h',
235 'thunk/ppb_widget_thunk.cc', 237 'thunk/ppb_widget_thunk.cc',
236 'thunk/ppb_zoom_thunk.cc', 238 'thunk/ppb_zoom_thunk.cc',
237 'thunk/thunk.h', 239 'thunk/thunk.h',
238 ], 240 ],
239 }, 241 },
240 ], 242 ],
241 } 243 }
OLDNEW
« no previous file with comments | « ppapi/examples/video_capture/video_capture.html ('k') | ppapi/proxy/ppapi_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698