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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 13004012: Implement the host side of the PPB_PDF proxy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 8 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 | « no previous file | chrome/renderer/pepper/chrome_renderer_pepper_host_factory.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'renderer', 8 'target_name': 'renderer',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'renderer/pepper/pepper_flash_font_file_host.cc', 220 'renderer/pepper/pepper_flash_font_file_host.cc',
221 'renderer/pepper/pepper_flash_font_file_host.h', 221 'renderer/pepper/pepper_flash_font_file_host.h',
222 'renderer/pepper/pepper_flash_fullscreen_host.cc', 222 'renderer/pepper/pepper_flash_fullscreen_host.cc',
223 'renderer/pepper/pepper_flash_fullscreen_host.h', 223 'renderer/pepper/pepper_flash_fullscreen_host.h',
224 'renderer/pepper/pepper_flash_menu_host.cc', 224 'renderer/pepper/pepper_flash_menu_host.cc',
225 'renderer/pepper/pepper_flash_menu_host.h', 225 'renderer/pepper/pepper_flash_menu_host.h',
226 'renderer/pepper/pepper_flash_renderer_host.cc', 226 'renderer/pepper/pepper_flash_renderer_host.cc',
227 'renderer/pepper/pepper_flash_renderer_host.h', 227 'renderer/pepper/pepper_flash_renderer_host.h',
228 'renderer/pepper/pepper_helper.cc', 228 'renderer/pepper/pepper_helper.cc',
229 'renderer/pepper/pepper_helper.h', 229 'renderer/pepper/pepper_helper.h',
230 'renderer/pepper/pepper_pdf_host.cc',
231 'renderer/pepper/pepper_pdf_host.h',
230 'renderer/pepper/pepper_shared_memory_message_filter.cc', 232 'renderer/pepper/pepper_shared_memory_message_filter.cc',
231 'renderer/pepper/pepper_shared_memory_message_filter.h', 233 'renderer/pepper/pepper_shared_memory_message_filter.h',
232 'renderer/pepper/ppb_nacl_private_impl.cc', 234 'renderer/pepper/ppb_nacl_private_impl.cc',
233 'renderer/pepper/ppb_nacl_private_impl.h', 235 'renderer/pepper/ppb_nacl_private_impl.h',
234 'renderer/pepper/ppb_pdf_impl.cc', 236 'renderer/pepper/ppb_pdf_impl.cc',
235 'renderer/pepper/ppb_pdf_impl.h', 237 'renderer/pepper/ppb_pdf_impl.h',
236 'renderer/plugins/plugin_placeholder.cc', 238 'renderer/plugins/plugin_placeholder.cc',
237 'renderer/plugins/plugin_placeholder.h', 239 'renderer/plugins/plugin_placeholder.h',
238 'renderer/plugins/plugin_uma.cc', 240 'renderer/plugins/plugin_uma.cc',
239 'renderer/plugins/plugin_uma.h', 241 'renderer/plugins/plugin_uma.h',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'export_dependent_settings': [ 397 'export_dependent_settings': [
396 '<(allocator_target)', 398 '<(allocator_target)',
397 ], 399 ],
398 }], 400 }],
399 ], 401 ],
400 }], 402 }],
401 ], 403 ],
402 }, 404 },
403 ], 405 ],
404 } 406 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/pepper/chrome_renderer_pepper_host_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698