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

Side by Side Diff: ppapi/ppapi_shared.gypi

Issue 10735011: Add permissions buts for Pepper plugins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 5 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/host/ppapi_host.cc ('k') | ppapi/shared_impl/ppapi_permissions.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 17 matching lines...) Expand all
28 'shared_impl/file_path.h', 28 'shared_impl/file_path.h',
29 'shared_impl/file_type_conversion.cc', 29 'shared_impl/file_type_conversion.cc',
30 'shared_impl/file_type_conversion.h', 30 'shared_impl/file_type_conversion.h',
31 'shared_impl/host_resource.h', 31 'shared_impl/host_resource.h',
32 'shared_impl/id_assignment.cc', 32 'shared_impl/id_assignment.cc',
33 'shared_impl/id_assignment.h', 33 'shared_impl/id_assignment.h',
34 'shared_impl/platform_file.cc', 34 'shared_impl/platform_file.cc',
35 'shared_impl/platform_file.h', 35 'shared_impl/platform_file.h',
36 'shared_impl/ppapi_globals.cc', 36 'shared_impl/ppapi_globals.cc',
37 'shared_impl/ppapi_globals.h', 37 'shared_impl/ppapi_globals.h',
38 'shared_impl/ppapi_permissions.cc',
39 'shared_impl/ppapi_permissions.h',
38 'shared_impl/ppapi_preferences.cc', 40 'shared_impl/ppapi_preferences.cc',
39 'shared_impl/ppapi_preferences.h', 41 'shared_impl/ppapi_preferences.h',
40 'shared_impl/ppb_audio_config_shared.cc', 42 'shared_impl/ppb_audio_config_shared.cc',
41 'shared_impl/ppb_audio_config_shared.h', 43 'shared_impl/ppb_audio_config_shared.h',
42 'shared_impl/ppb_audio_input_shared.cc', 44 'shared_impl/ppb_audio_input_shared.cc',
43 'shared_impl/ppb_audio_input_shared.h', 45 'shared_impl/ppb_audio_input_shared.h',
44 'shared_impl/ppb_audio_shared.cc', 46 'shared_impl/ppb_audio_shared.cc',
45 'shared_impl/ppb_audio_shared.h', 47 'shared_impl/ppb_audio_shared.h',
46 'shared_impl/ppb_crypto_shared.cc', 48 'shared_impl/ppb_crypto_shared.cc',
47 'shared_impl/ppb_device_ref_shared.cc', 49 'shared_impl/ppb_device_ref_shared.cc',
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'thunk/ppb_video_layer_thunk.cc', 298 'thunk/ppb_video_layer_thunk.cc',
297 'thunk/ppb_websocket_thunk.cc', 299 'thunk/ppb_websocket_thunk.cc',
298 'thunk/ppb_x509_certificate_private_thunk.cc', 300 'thunk/ppb_x509_certificate_private_thunk.cc',
299 ], 301 ],
300 }], 302 }],
301 ], 303 ],
302 }], 304 }],
303 ], 305 ],
304 }, 306 },
305 } 307 }
OLDNEW
« no previous file with comments | « ppapi/host/ppapi_host.cc ('k') | ppapi/shared_impl/ppapi_permissions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698