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

Side by Side Diff: content/content_renderer.gypi

Issue 1422473004: Vector-of-structs (instead of struct-of-vectors) in "savable resources" IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@page-serialization-original-url-yay
Patch Set: Rebasing... Created 5 years, 1 month 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 | « content/content_common.gypi ('k') | content/renderer/render_frame_impl.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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 'renderer/web_ui_mojo_context_state.cc', 451 'renderer/web_ui_mojo_context_state.cc',
452 'renderer/web_ui_mojo_context_state.h', 452 'renderer/web_ui_mojo_context_state.h',
453 'renderer/web_ui_runner.cc', 453 'renderer/web_ui_runner.cc',
454 'renderer/web_ui_runner.h', 454 'renderer/web_ui_runner.h',
455 'renderer/webclipboard_impl.cc', 455 'renderer/webclipboard_impl.cc',
456 'renderer/webclipboard_impl.h', 456 'renderer/webclipboard_impl.h',
457 'renderer/webgraphicscontext3d_provider_impl.cc', 457 'renderer/webgraphicscontext3d_provider_impl.cc',
458 'renderer/webgraphicscontext3d_provider_impl.h', 458 'renderer/webgraphicscontext3d_provider_impl.h',
459 'renderer/webpublicsuffixlist_impl.cc', 459 'renderer/webpublicsuffixlist_impl.cc',
460 'renderer/webpublicsuffixlist_impl.h', 460 'renderer/webpublicsuffixlist_impl.h',
461 'renderer/web_frame_utils.cc',
462 'renderer/web_frame_utils.h',
461 'renderer/webscrollbarbehavior_impl_gtkoraura.cc', 463 'renderer/webscrollbarbehavior_impl_gtkoraura.cc',
462 'renderer/webscrollbarbehavior_impl_gtkoraura.h', 464 'renderer/webscrollbarbehavior_impl_gtkoraura.h',
463 'renderer/webscrollbarbehavior_impl_mac.h', 465 'renderer/webscrollbarbehavior_impl_mac.h',
464 'renderer/webscrollbarbehavior_impl_mac.mm', 466 'renderer/webscrollbarbehavior_impl_mac.mm',
465 'renderer/websharedworker_proxy.cc', 467 'renderer/websharedworker_proxy.cc',
466 'renderer/websharedworker_proxy.h', 468 'renderer/websharedworker_proxy.h',
467 ], 469 ],
468 # Put WebRTC-related sources in the plugin+WebRTC section below. 470 # Put WebRTC-related sources in the plugin+WebRTC section below.
469 'private_renderer_plugin_sources': [ 471 'private_renderer_plugin_sources': [
470 'renderer/npapi/plugin_channel_host.cc', 472 'renderer/npapi/plugin_channel_host.cc',
(...skipping 443 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }], 916 }],
915 ], 917 ],
916 'target_conditions': [ 918 'target_conditions': [
917 ['OS=="android"', { 919 ['OS=="android"', {
918 'sources/': [ 920 'sources/': [
919 ['include', '^renderer/render_view_linux\\.cc$'], 921 ['include', '^renderer/render_view_linux\\.cc$'],
920 ], 922 ],
921 }], 923 }],
922 ], 924 ],
923 } 925 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698