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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 14683004: Check that the PNaCl cache hash is truly derived from the bitcode content. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup Created 7 years, 7 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_ppapi_interfaces.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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'renderer/pepper/pepper_flash_menu_host.cc', 225 'renderer/pepper/pepper_flash_menu_host.cc',
226 'renderer/pepper/pepper_flash_menu_host.h', 226 'renderer/pepper/pepper_flash_menu_host.h',
227 'renderer/pepper/pepper_flash_renderer_host.cc', 227 'renderer/pepper/pepper_flash_renderer_host.cc',
228 'renderer/pepper/pepper_flash_renderer_host.h', 228 'renderer/pepper/pepper_flash_renderer_host.h',
229 'renderer/pepper/pepper_helper.cc', 229 'renderer/pepper/pepper_helper.cc',
230 'renderer/pepper/pepper_helper.h', 230 'renderer/pepper/pepper_helper.h',
231 'renderer/pepper/pepper_pdf_host.cc', 231 'renderer/pepper/pepper_pdf_host.cc',
232 'renderer/pepper/pepper_pdf_host.h', 232 'renderer/pepper/pepper_pdf_host.h',
233 'renderer/pepper/pepper_shared_memory_message_filter.cc', 233 'renderer/pepper/pepper_shared_memory_message_filter.cc',
234 'renderer/pepper/pepper_shared_memory_message_filter.h', 234 'renderer/pepper/pepper_shared_memory_message_filter.h',
235 'renderer/pepper/ppb_nacl_hash_private_impl.cc',
236 'renderer/pepper/ppb_nacl_hash_private_impl.h',
235 'renderer/pepper/ppb_nacl_private_impl.cc', 237 'renderer/pepper/ppb_nacl_private_impl.cc',
236 'renderer/pepper/ppb_nacl_private_impl.h', 238 'renderer/pepper/ppb_nacl_private_impl.h',
237 'renderer/pepper/ppb_pdf_impl.cc', 239 'renderer/pepper/ppb_pdf_impl.cc',
238 'renderer/pepper/ppb_pdf_impl.h', 240 'renderer/pepper/ppb_pdf_impl.h',
239 'renderer/plugins/plugin_placeholder.cc', 241 'renderer/plugins/plugin_placeholder.cc',
240 'renderer/plugins/plugin_placeholder.h', 242 'renderer/plugins/plugin_placeholder.h',
241 'renderer/plugins/plugin_uma.cc', 243 'renderer/plugins/plugin_uma.cc',
242 'renderer/plugins/plugin_uma.h', 244 'renderer/plugins/plugin_uma.h',
243 'renderer/prerender/prerender_dispatcher.cc', 245 'renderer/prerender/prerender_dispatcher.cc',
244 'renderer/prerender/prerender_dispatcher.h', 246 'renderer/prerender/prerender_dispatcher.h',
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 'export_dependent_settings': [ 386 'export_dependent_settings': [
385 '<(allocator_target)', 387 '<(allocator_target)',
386 ], 388 ],
387 }], 389 }],
388 ], 390 ],
389 }], 391 }],
390 ], 392 ],
391 }, 393 },
392 ], 394 ],
393 } 395 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/pepper/chrome_ppapi_interfaces.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698