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

Side by Side Diff: cc/cc.gyp

Issue 1504273002: Add support for LayerTreeSettings (de)serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 { 595 {
596 # GN version: "//cc/proto" 596 # GN version: "//cc/proto"
597 'target_name': 'cc_proto', 597 'target_name': 'cc_proto',
598 'type': '<(component)', 598 'type': '<(component)',
599 'sources': [ 599 'sources': [
600 'proto/compositor_message.proto', 600 'proto/compositor_message.proto',
601 'proto/display_item.proto', 601 'proto/display_item.proto',
602 'proto/layer.proto', 602 'proto/layer.proto',
603 'proto/layer_position_constraint.proto', 603 'proto/layer_position_constraint.proto',
604 'proto/layer_tree_debug_state.proto', 604 'proto/layer_tree_debug_state.proto',
605 'proto/layer_tree_settings.proto',
605 'proto/managed_memory_policy.proto', 606 'proto/managed_memory_policy.proto',
606 'proto/memory_allocation.proto', 607 'proto/memory_allocation.proto',
607 'proto/point.proto', 608 'proto/point.proto',
608 'proto/point3f.proto', 609 'proto/point3f.proto',
609 'proto/pointf.proto', 610 'proto/pointf.proto',
610 'proto/property_tree.proto', 611 'proto/property_tree.proto',
611 'proto/rect.proto', 612 'proto/rect.proto',
612 'proto/rectf.proto', 613 'proto/rectf.proto',
613 'proto/region.proto', 614 'proto/region.proto',
614 'proto/renderer_settings.proto', 615 'proto/renderer_settings.proto',
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'surfaces/surface_resource_holder.cc', 680 'surfaces/surface_resource_holder.cc',
680 'surfaces/surface_resource_holder.h', 681 'surfaces/surface_resource_holder.h',
681 'surfaces/surfaces_export.h', 682 'surfaces/surfaces_export.h',
682 ], 683 ],
683 'includes': [ 684 'includes': [
684 '../build/android/increase_size_for_speed.gypi', 685 '../build/android/increase_size_for_speed.gypi',
685 ], 686 ],
686 }, 687 },
687 ], 688 ],
688 } 689 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/proto/layer_tree_settings.proto » ('J')

Powered by Google App Engine
This is Rietveld 408576698