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

Side by Side Diff: content/content_common.gypi

Issue 10984094: Hook up PpapiPermissions in more places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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
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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../build/temp_gyp/googleurl.gyp:googleurl', 8 '../build/temp_gyp/googleurl.gyp:googleurl',
9 '../media/media.gyp:media', 9 '../media/media.gyp:media',
10 '../net/net.gyp:net', 10 '../net/net.gyp:net',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'public/common/injection_test_mac.h', 55 'public/common/injection_test_mac.h',
56 'public/common/injection_test_win.h', 56 'public/common/injection_test_win.h',
57 'public/common/javascript_message_type.h', 57 'public/common/javascript_message_type.h',
58 'public/common/main_function_params.h', 58 'public/common/main_function_params.h',
59 'public/common/media_stream_request.cc', 59 'public/common/media_stream_request.cc',
60 'public/common/media_stream_request.h', 60 'public/common/media_stream_request.h',
61 'public/common/page_transition_types.cc', 61 'public/common/page_transition_types.cc',
62 'public/common/page_transition_types.h', 62 'public/common/page_transition_types.h',
63 'public/common/page_type.h', 63 'public/common/page_type.h',
64 'public/common/page_zoom.h', 64 'public/common/page_zoom.h',
65 'public/common/pepper_permissions_config.cc',
66 'public/common/pepper_permissions_config.h',
65 'public/common/pepper_plugin_info.cc', 67 'public/common/pepper_plugin_info.cc',
66 'public/common/pepper_plugin_info.h', 68 'public/common/pepper_plugin_info.h',
67 'public/common/process_type.h', 69 'public/common/process_type.h',
68 'public/common/referrer.h', 70 'public/common/referrer.h',
69 'public/common/renderer_preferences.cc', 71 'public/common/renderer_preferences.cc',
70 'public/common/renderer_preferences.h', 72 'public/common/renderer_preferences.h',
71 'public/common/resource_dispatcher_delegate.h', 73 'public/common/resource_dispatcher_delegate.h',
72 'public/common/resource_response.h', 74 'public/common/resource_response.h',
73 'public/common/result_codes.h', 75 'public/common/result_codes.h',
74 'public/common/sandbox_init.cc', 76 'public/common/sandbox_init.cc',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
552 '../build/extract_from_cab.py', 554 '../build/extract_from_cab.py',
553 '..\\third_party\\directxsdk\\files\\Redist\\<(input)', 555 '..\\third_party\\directxsdk\\files\\Redist\\<(input)',
554 '<(output)', 556 '<(output)',
555 '<(PRODUCT_DIR)', 557 '<(PRODUCT_DIR)',
556 ], 558 ],
557 }, 559 },
558 ] 560 ]
559 }], 561 }],
560 ], 562 ],
561 } 563 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698