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

Side by Side Diff: cc/cc.gyp

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/BUILD.gn ('k') | cc/cc_tests.gyp » ('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 361 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 'playback/float_clip_display_item.cc', 372 'playback/float_clip_display_item.cc',
373 'playback/float_clip_display_item.h', 373 'playback/float_clip_display_item.h',
374 'playback/largest_display_item.cc', 374 'playback/largest_display_item.cc',
375 'playback/largest_display_item.h', 375 'playback/largest_display_item.h',
376 'playback/transform_display_item.cc', 376 'playback/transform_display_item.cc',
377 'playback/transform_display_item.h', 377 'playback/transform_display_item.h',
378 'proto/cc_conversions.cc', 378 'proto/cc_conversions.cc',
379 'proto/cc_conversions.h', 379 'proto/cc_conversions.h',
380 'proto/gfx_conversions.cc', 380 'proto/gfx_conversions.cc',
381 'proto/gfx_conversions.h', 381 'proto/gfx_conversions.h',
382 'proto/gpu_conversions.cc',
383 'proto/gpu_conversions.h',
382 'proto/skia_conversions.cc', 384 'proto/skia_conversions.cc',
383 'proto/skia_conversions.h', 385 'proto/skia_conversions.h',
384 'quads/content_draw_quad_base.cc', 386 'quads/content_draw_quad_base.cc',
385 'quads/content_draw_quad_base.h', 387 'quads/content_draw_quad_base.h',
386 'quads/debug_border_draw_quad.cc', 388 'quads/debug_border_draw_quad.cc',
387 'quads/debug_border_draw_quad.h', 389 'quads/debug_border_draw_quad.h',
388 'quads/draw_polygon.cc', 390 'quads/draw_polygon.cc',
389 'quads/draw_polygon.h', 391 'quads/draw_polygon.h',
390 'quads/draw_quad.cc', 392 'quads/draw_quad.cc',
391 'quads/draw_quad.h', 393 'quads/draw_quad.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 { 595 {
594 # GN version: "//cc/proto" 596 # GN version: "//cc/proto"
595 'target_name': 'cc_proto', 597 'target_name': 'cc_proto',
596 'type': '<(component)', 598 'type': '<(component)',
597 'sources': [ 599 'sources': [
598 'proto/compositor_message.proto', 600 'proto/compositor_message.proto',
599 'proto/display_item.proto', 601 'proto/display_item.proto',
600 'proto/layer.proto', 602 'proto/layer.proto',
601 'proto/layer_position_constraint.proto', 603 'proto/layer_position_constraint.proto',
602 'proto/layer_tree_debug_state.proto', 604 'proto/layer_tree_debug_state.proto',
605 'proto/managed_memory_policy.proto',
606 'proto/memory_allocation.proto',
603 'proto/point.proto', 607 'proto/point.proto',
604 'proto/point3f.proto', 608 'proto/point3f.proto',
605 'proto/pointf.proto', 609 'proto/pointf.proto',
606 'proto/property_tree.proto', 610 'proto/property_tree.proto',
607 'proto/rect.proto', 611 'proto/rect.proto',
608 'proto/rectf.proto', 612 'proto/rectf.proto',
609 'proto/region.proto', 613 'proto/region.proto',
610 'proto/renderer_settings.proto', 614 'proto/renderer_settings.proto',
611 'proto/scroll_offset.proto', 615 'proto/scroll_offset.proto',
612 'proto/size.proto', 616 'proto/size.proto',
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
675 'surfaces/surface_resource_holder.cc', 679 'surfaces/surface_resource_holder.cc',
676 'surfaces/surface_resource_holder.h', 680 'surfaces/surface_resource_holder.h',
677 'surfaces/surfaces_export.h', 681 'surfaces/surfaces_export.h',
678 ], 682 ],
679 'includes': [ 683 'includes': [
680 '../build/android/increase_size_for_speed.gypi', 684 '../build/android/increase_size_for_speed.gypi',
681 ], 685 ],
682 }, 686 },
683 ], 687 ],
684 } 688 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698