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

Side by Side Diff: cc/cc.gyp

Issue 1398443008: Add support for (de)serializing cc::Layer hierarchy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@review-1394353002
Patch Set: Fixed CC_EXPORT Created 5 years, 2 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
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 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'raster/texture_compressor_etc1_sse.h', 570 'raster/texture_compressor_etc1_sse.h',
571 ], 571 ],
572 }], 572 }],
573 ], 573 ],
574 }, 574 },
575 { 575 {
576 # GN version: "//cc/proto" 576 # GN version: "//cc/proto"
577 'target_name': 'cc_proto', 577 'target_name': 'cc_proto',
578 'type': '<(component)', 578 'type': '<(component)',
579 'sources': [ 579 'sources': [
580 'proto/layer.proto',
580 'proto/point.proto', 581 'proto/point.proto',
581 'proto/pointf.proto', 582 'proto/pointf.proto',
582 'proto/rect.proto', 583 'proto/rect.proto',
583 'proto/rectf.proto', 584 'proto/rectf.proto',
584 'proto/size.proto', 585 'proto/size.proto',
585 'proto/sizef.proto', 586 'proto/sizef.proto',
586 'proto/transform.proto', 587 'proto/transform.proto',
587 ], 588 ],
588 'defines': [ 589 'defines': [
589 'CC_PROTO_IMPLEMENTATION=1', 590 'CC_PROTO_IMPLEMENTATION=1',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
643 'surfaces/surface_resource_holder.cc', 644 'surfaces/surface_resource_holder.cc',
644 'surfaces/surface_resource_holder.h', 645 'surfaces/surface_resource_holder.h',
645 'surfaces/surfaces_export.h', 646 'surfaces/surfaces_export.h',
646 ], 647 ],
647 'includes': [ 648 'includes': [
648 '../build/android/increase_size_for_speed.gypi', 649 '../build/android/increase_size_for_speed.gypi',
649 ], 650 ],
650 }, 651 },
651 ], 652 ],
652 } 653 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/layer.h » ('j') | cc/layers/layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698