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

Side by Side Diff: ppapi/ppapi_proxy.gypi

Issue 20214004: move BrowserFontResource_Trusted to content/child (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 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
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': [
11 # This part is shared between the targets defined below. 11 # This part is shared between the targets defined below.
12 ['ppapi_proxy_target==1', { 12 ['ppapi_proxy_target==1', {
13 'sources': [ 13 'sources': [
14 # Take some standalone files from the C++ wrapper allowing us to more 14 # Take some standalone files from the C++ wrapper allowing us to more
15 # easily make async callbacks in the proxy. We can't depend on the 15 # easily make async callbacks in the proxy. We can't depend on the
16 # full C++ wrappers at this layer since the C++ wrappers expect 16 # full C++ wrappers at this layer since the C++ wrappers expect
17 # symbols defining the globals for "being a plugin" which we are not. 17 # symbols defining the globals for "being a plugin" which we are not.
18 # These callback files are standalone. 18 # These callback files are standalone.
19 'cpp/completion_callback.h', 19 'cpp/completion_callback.h',
20 'utility/completion_callback_factory.h', 20 'utility/completion_callback_factory.h',
21 21
22 'proxy/audio_input_resource.cc', 22 'proxy/audio_input_resource.cc',
23 'proxy/audio_input_resource.h', 23 'proxy/audio_input_resource.h',
24 'proxy/broker_dispatcher.cc', 24 'proxy/broker_dispatcher.cc',
25 'proxy/broker_dispatcher.h', 25 'proxy/broker_dispatcher.h',
26 'proxy/broker_resource.cc', 26 'proxy/broker_resource.cc',
27 'proxy/broker_resource.h', 27 'proxy/broker_resource.h',
28 'proxy/browser_font_resource_trusted.cc',
29 'proxy/browser_font_resource_trusted.h',
30 'proxy/browser_font_singleton_resource.cc', 28 'proxy/browser_font_singleton_resource.cc',
31 'proxy/browser_font_singleton_resource.h', 29 'proxy/browser_font_singleton_resource.h',
32 'proxy/connection.h', 30 'proxy/connection.h',
33 'proxy/device_enumeration_resource_helper.cc', 31 'proxy/device_enumeration_resource_helper.cc',
34 'proxy/device_enumeration_resource_helper.h', 32 'proxy/device_enumeration_resource_helper.h',
35 'proxy/dispatcher.cc', 33 'proxy/dispatcher.cc',
36 'proxy/dispatcher.h', 34 'proxy/dispatcher.h',
37 'proxy/enter_proxy.h', 35 'proxy/enter_proxy.h',
38 'proxy/extensions_common_resource.cc', 36 'proxy/extensions_common_resource.cc',
39 'proxy/extensions_common_resource.h', 37 'proxy/extensions_common_resource.h',
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 'PPAPI_PROXY_IMPLEMENTATION', 208 'PPAPI_PROXY_IMPLEMENTATION',
211 ], 209 ],
212 'include_dirs': [ 210 'include_dirs': [
213 '..', 211 '..',
214 ], 212 ],
215 'target_conditions': [ 213 'target_conditions': [
216 ['>(nacl_untrusted_build)==1', { 214 ['>(nacl_untrusted_build)==1', {
217 'sources!': [ 215 'sources!': [
218 'proxy/audio_input_resource.cc', 216 'proxy/audio_input_resource.cc',
219 'proxy/broker_dispatcher.cc', 217 'proxy/broker_dispatcher.cc',
220 'proxy/browser_font_resource_trusted.cc',
221 'proxy/browser_font_singleton_resource.cc', 218 'proxy/browser_font_singleton_resource.cc',
222 'proxy/device_enumeration_resource_helper.cc', 219 'proxy/device_enumeration_resource_helper.cc',
223 'proxy/flash_clipboard_resource.cc', 220 'proxy/flash_clipboard_resource.cc',
224 'proxy/flash_drm_resource.cc', 221 'proxy/flash_drm_resource.cc',
225 'proxy/flash_file_resource.cc', 222 'proxy/flash_file_resource.cc',
226 'proxy/flash_font_file_resource.cc', 223 'proxy/flash_font_file_resource.cc',
227 'proxy/flash_fullscreen_resource.cc', 224 'proxy/flash_fullscreen_resource.cc',
228 'proxy/flash_menu_resource.cc', 225 'proxy/flash_menu_resource.cc',
229 'proxy/flash_resource.cc', 226 'proxy/flash_resource.cc',
230 'proxy/host_dispatcher.cc', 227 'proxy/host_dispatcher.cc',
(...skipping 13 matching lines...) Expand all
244 'proxy/serialized_flash_menu.cc', 241 'proxy/serialized_flash_menu.cc',
245 'proxy/talk_resource.cc', 242 'proxy/talk_resource.cc',
246 'proxy/video_capture_resource.cc', 243 'proxy/video_capture_resource.cc',
247 ], 244 ],
248 }], 245 }],
249 ], 246 ],
250 }], 247 }],
251 ], 248 ],
252 }, 249 },
253 } 250 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/pepper_in_process_resource_creation.cc ('k') | ppapi/proxy/browser_font_resource_trusted.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698