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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 24039002: Pepper API implementation for output protection. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: fix build for non-chromeos Created 7 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
« no previous file with comments | « ppapi/cpp/private/output_protection_private.cc ('k') | ppapi/ppapi_shared.gypi » ('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 '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 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 'proxy/interface_proxy.h', 81 'proxy/interface_proxy.h',
82 'proxy/locking_resource_releaser.h', 82 'proxy/locking_resource_releaser.h',
83 'proxy/net_address_resource.cc', 83 'proxy/net_address_resource.cc',
84 'proxy/net_address_resource.h', 84 'proxy/net_address_resource.h',
85 'proxy/network_list_resource.cc', 85 'proxy/network_list_resource.cc',
86 'proxy/network_list_resource.h', 86 'proxy/network_list_resource.h',
87 'proxy/network_monitor_resource.cc', 87 'proxy/network_monitor_resource.cc',
88 'proxy/network_monitor_resource.h', 88 'proxy/network_monitor_resource.h',
89 'proxy/network_proxy_resource.cc', 89 'proxy/network_proxy_resource.cc',
90 'proxy/network_proxy_resource.h', 90 'proxy/network_proxy_resource.h',
91 'proxy/output_protection_resource.cc',
92 'proxy/output_protection_resource.h',
91 'proxy/pdf_resource.cc', 93 'proxy/pdf_resource.cc',
92 'proxy/pdf_resource.h', 94 'proxy/pdf_resource.h',
93 'proxy/platform_verification_private_resource.cc', 95 'proxy/platform_verification_private_resource.cc',
94 'proxy/platform_verification_private_resource.h', 96 'proxy/platform_verification_private_resource.h',
95 'proxy/plugin_array_buffer_var.cc', 97 'proxy/plugin_array_buffer_var.cc',
96 'proxy/plugin_array_buffer_var.h', 98 'proxy/plugin_array_buffer_var.h',
97 'proxy/plugin_dispatcher.cc', 99 'proxy/plugin_dispatcher.cc',
98 'proxy/plugin_dispatcher.h', 100 'proxy/plugin_dispatcher.h',
99 'proxy/plugin_globals.cc', 101 'proxy/plugin_globals.cc',
100 'proxy/plugin_globals.h', 102 'proxy/plugin_globals.h',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'proxy/serialized_flash_menu.cc', 253 'proxy/serialized_flash_menu.cc',
252 'proxy/talk_resource.cc', 254 'proxy/talk_resource.cc',
253 'proxy/video_capture_resource.cc', 255 'proxy/video_capture_resource.cc',
254 ], 256 ],
255 }], 257 }],
256 ], 258 ],
257 }], 259 }],
258 ], 260 ],
259 }, 261 },
260 } 262 }
OLDNEW
« no previous file with comments | « ppapi/cpp/private/output_protection_private.cc ('k') | ppapi/ppapi_shared.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698