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

Side by Side Diff: cc/proto/BUILD.gn

Issue 1490513005: Add support for ManagedMemoryPolicy (de)serialization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@renderer-settings
Patch Set: Rebase on top of origin/master 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 | « cc/output/managed_memory_policy_unittest.cc ('k') | cc/proto/gpu_conversions.h » ('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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 import("//third_party/protobuf/proto_library.gni") 5 import("//third_party/protobuf/proto_library.gni")
6 6
7 # Use a group here to allow external targets to depend on "cc/proto" instead of 7 # Use a group here to allow external targets to depend on "cc/proto" instead of
8 # cc/proto:cc_proto. We need a group because other component targets are named 8 # cc/proto:cc_proto. We need a group because other component targets are named
9 # "proto" which breaks component builds. A group doesn't have the same issue. 9 # "proto" which breaks component builds. A group doesn't have the same issue.
10 group("proto") { 10 group("proto") {
(...skipping 16 matching lines...) Expand all
27 visibility = [ ":cc_proto" ] 27 visibility = [ ":cc_proto" ]
28 28
29 sources = [ 29 sources = [
30 # TODO(dtrainor): Move protos to their correct packages once it's possible 30 # TODO(dtrainor): Move protos to their correct packages once it's possible
31 # to include protos from other directories/targets (crbug.com/542423). 31 # to include protos from other directories/targets (crbug.com/542423).
32 "compositor_message.proto", 32 "compositor_message.proto",
33 "display_item.proto", 33 "display_item.proto",
34 "layer.proto", 34 "layer.proto",
35 "layer_position_constraint.proto", 35 "layer_position_constraint.proto",
36 "layer_tree_debug_state.proto", 36 "layer_tree_debug_state.proto",
37 "managed_memory_policy.proto",
38 "memory_allocation.proto",
37 "point.proto", 39 "point.proto",
38 "point3f.proto", 40 "point3f.proto",
39 "pointf.proto", 41 "pointf.proto",
40 "property_tree.proto", 42 "property_tree.proto",
41 "rect.proto", 43 "rect.proto",
42 "rectf.proto", 44 "rectf.proto",
43 "region.proto", 45 "region.proto",
44 "renderer_settings.proto", 46 "renderer_settings.proto",
45 "scroll_offset.proto", 47 "scroll_offset.proto",
46 "size.proto", 48 "size.proto",
(...skipping 10 matching lines...) Expand all
57 ] 59 ]
58 60
59 cc_generator_options = "dllexport_decl=CC_PROTO_EXPORT:" 61 cc_generator_options = "dllexport_decl=CC_PROTO_EXPORT:"
60 cc_include = "cc/proto/cc_proto_export.h" 62 cc_include = "cc/proto/cc_proto_export.h"
61 63
62 defines = [ "CC_PROTO_IMPLEMENTATION" ] 64 defines = [ "CC_PROTO_IMPLEMENTATION" ]
63 65
64 # Warn if clang creates exit destructors. 66 # Warn if clang creates exit destructors.
65 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ] 67 extra_configs = [ "//build/config/compiler:wexit_time_destructors" ]
66 } 68 }
OLDNEW
« no previous file with comments | « cc/output/managed_memory_policy_unittest.cc ('k') | cc/proto/gpu_conversions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698