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

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: Add missing return-statements for conversions 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') | cc/cc_tests.gyp » ('J')
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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 'playback/float_clip_display_item.cc', 370 'playback/float_clip_display_item.cc',
371 'playback/float_clip_display_item.h', 371 'playback/float_clip_display_item.h',
372 'playback/largest_display_item.cc', 372 'playback/largest_display_item.cc',
373 'playback/largest_display_item.h', 373 'playback/largest_display_item.h',
374 'playback/transform_display_item.cc', 374 'playback/transform_display_item.cc',
375 'playback/transform_display_item.h', 375 'playback/transform_display_item.h',
376 'proto/cc_conversions.cc', 376 'proto/cc_conversions.cc',
377 'proto/cc_conversions.h', 377 'proto/cc_conversions.h',
378 'proto/gfx_conversions.cc', 378 'proto/gfx_conversions.cc',
379 'proto/gfx_conversions.h', 379 'proto/gfx_conversions.h',
380 'proto/gpu_conversions.cc',
381 'proto/gpu_conversions.h',
380 'proto/skia_conversions.cc', 382 'proto/skia_conversions.cc',
381 'proto/skia_conversions.h', 383 'proto/skia_conversions.h',
382 'quads/content_draw_quad_base.cc', 384 'quads/content_draw_quad_base.cc',
383 'quads/content_draw_quad_base.h', 385 'quads/content_draw_quad_base.h',
384 'quads/debug_border_draw_quad.cc', 386 'quads/debug_border_draw_quad.cc',
385 'quads/debug_border_draw_quad.h', 387 'quads/debug_border_draw_quad.h',
386 'quads/draw_polygon.cc', 388 'quads/draw_polygon.cc',
387 'quads/draw_polygon.h', 389 'quads/draw_polygon.h',
388 'quads/draw_quad.cc', 390 'quads/draw_quad.cc',
389 'quads/draw_quad.h', 391 'quads/draw_quad.h',
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 { 587 {
586 # GN version: "//cc/proto" 588 # GN version: "//cc/proto"
587 'target_name': 'cc_proto', 589 'target_name': 'cc_proto',
588 'type': '<(component)', 590 'type': '<(component)',
589 'sources': [ 591 'sources': [
590 'proto/compositor_message.proto', 592 'proto/compositor_message.proto',
591 'proto/display_item.proto', 593 'proto/display_item.proto',
592 'proto/layer.proto', 594 'proto/layer.proto',
593 'proto/layer_position_constraint.proto', 595 'proto/layer_position_constraint.proto',
594 'proto/layer_tree_debug_state.proto', 596 'proto/layer_tree_debug_state.proto',
597 'proto/managed_memory_policy.proto',
598 'proto/memory_allocation.proto',
595 'proto/point.proto', 599 'proto/point.proto',
596 'proto/point3f.proto', 600 'proto/point3f.proto',
597 'proto/pointf.proto', 601 'proto/pointf.proto',
598 'proto/rect.proto', 602 'proto/rect.proto',
599 'proto/rectf.proto', 603 'proto/rectf.proto',
600 'proto/region.proto', 604 'proto/region.proto',
601 'proto/renderer_settings.proto', 605 'proto/renderer_settings.proto',
602 'proto/scroll_offset.proto', 606 'proto/scroll_offset.proto',
603 'proto/size.proto', 607 'proto/size.proto',
604 'proto/sizef.proto', 608 'proto/sizef.proto',
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'surfaces/surface_resource_holder.cc', 670 'surfaces/surface_resource_holder.cc',
667 'surfaces/surface_resource_holder.h', 671 'surfaces/surface_resource_holder.h',
668 'surfaces/surfaces_export.h', 672 'surfaces/surfaces_export.h',
669 ], 673 ],
670 'includes': [ 674 'includes': [
671 '../build/android/increase_size_for_speed.gypi', 675 '../build/android/increase_size_for_speed.gypi',
672 ], 676 ],
673 }, 677 },
674 ], 678 ],
675 } 679 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698