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

Side by Side Diff: cc/cc.gyp

Issue 1512823002: Serialize DisplayListRecordingSource to protos. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 years 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 | « no previous file | cc/playback/display_item_list.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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 582 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }], 593 }],
594 ], 594 ],
595 }, 595 },
596 { 596 {
597 # GN version: "//cc/proto" 597 # GN version: "//cc/proto"
598 'target_name': 'cc_proto', 598 'target_name': 'cc_proto',
599 'type': '<(component)', 599 'type': '<(component)',
600 'sources': [ 600 'sources': [
601 'proto/compositor_message.proto', 601 'proto/compositor_message.proto',
602 'proto/display_item.proto', 602 'proto/display_item.proto',
603 'proto/display_list_recording_source.proto',
603 'proto/layer.proto', 604 'proto/layer.proto',
604 'proto/layer_position_constraint.proto', 605 'proto/layer_position_constraint.proto',
605 'proto/layer_tree_debug_state.proto', 606 'proto/layer_tree_debug_state.proto',
606 'proto/layer_tree_settings.proto', 607 'proto/layer_tree_settings.proto',
607 'proto/managed_memory_policy.proto', 608 'proto/managed_memory_policy.proto',
608 'proto/memory_allocation.proto', 609 'proto/memory_allocation.proto',
609 'proto/point.proto', 610 'proto/point.proto',
610 'proto/point3f.proto', 611 'proto/point3f.proto',
611 'proto/pointf.proto', 612 'proto/pointf.proto',
612 'proto/property_tree.proto', 613 'proto/property_tree.proto',
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
681 'surfaces/surface_resource_holder.cc', 682 'surfaces/surface_resource_holder.cc',
682 'surfaces/surface_resource_holder.h', 683 'surfaces/surface_resource_holder.h',
683 'surfaces/surfaces_export.h', 684 'surfaces/surfaces_export.h',
684 ], 685 ],
685 'includes': [ 686 'includes': [
686 '../build/android/increase_size_for_speed.gypi', 687 '../build/android/increase_size_for_speed.gypi',
687 ], 688 ],
688 }, 689 },
689 ], 690 ],
690 } 691 }
OLDNEW
« no previous file with comments | « no previous file | cc/playback/display_item_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698