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

Side by Side Diff: cc/cc.gyp

Issue 1460503004: Add support for converting cc::Region to and from protobuf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@add-more-conversions
Patch Set: Added a test for subtraction of overlapping rects Created 5 years, 1 month 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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 'playback/drawing_display_item.cc', 366 'playback/drawing_display_item.cc',
367 'playback/drawing_display_item.h', 367 'playback/drawing_display_item.h',
368 'playback/filter_display_item.cc', 368 'playback/filter_display_item.cc',
369 'playback/filter_display_item.h', 369 'playback/filter_display_item.h',
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',
377 'proto/cc_conversions.h',
376 'proto/gfx_conversions.cc', 378 'proto/gfx_conversions.cc',
377 'proto/gfx_conversions.h', 379 'proto/gfx_conversions.h',
378 'proto/skia_conversions.cc', 380 'proto/skia_conversions.cc',
379 'proto/skia_conversions.h', 381 'proto/skia_conversions.h',
380 'quads/content_draw_quad_base.cc', 382 'quads/content_draw_quad_base.cc',
381 'quads/content_draw_quad_base.h', 383 'quads/content_draw_quad_base.h',
382 'quads/debug_border_draw_quad.cc', 384 'quads/debug_border_draw_quad.cc',
383 'quads/debug_border_draw_quad.h', 385 'quads/debug_border_draw_quad.h',
384 'quads/draw_polygon.cc', 386 'quads/draw_polygon.cc',
385 'quads/draw_polygon.h', 387 'quads/draw_polygon.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'sources': [ 589 'sources': [
588 'proto/compositor_message.proto', 590 'proto/compositor_message.proto',
589 'proto/display_item.proto', 591 'proto/display_item.proto',
590 'proto/layer.proto', 592 'proto/layer.proto',
591 'proto/layer_position_constraint.proto', 593 'proto/layer_position_constraint.proto',
592 'proto/point.proto', 594 'proto/point.proto',
593 'proto/point3f.proto', 595 'proto/point3f.proto',
594 'proto/pointf.proto', 596 'proto/pointf.proto',
595 'proto/rect.proto', 597 'proto/rect.proto',
596 'proto/rectf.proto', 598 'proto/rectf.proto',
599 'proto/region.proto',
597 'proto/scroll_offset.proto', 600 'proto/scroll_offset.proto',
598 'proto/size.proto', 601 'proto/size.proto',
599 'proto/sizef.proto', 602 'proto/sizef.proto',
600 'proto/skregion.proto', 603 'proto/skregion.proto',
601 'proto/skrrect.proto', 604 'proto/skrrect.proto',
602 'proto/skxfermode.proto', 605 'proto/skxfermode.proto',
603 'proto/transform.proto', 606 'proto/transform.proto',
604 'proto/vector2df.proto', 607 'proto/vector2df.proto',
605 ], 608 ],
606 'defines': [ 609 'defines': [
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
661 'surfaces/surface_resource_holder.cc', 664 'surfaces/surface_resource_holder.cc',
662 'surfaces/surface_resource_holder.h', 665 'surfaces/surface_resource_holder.h',
663 'surfaces/surfaces_export.h', 666 'surfaces/surfaces_export.h',
664 ], 667 ],
665 'includes': [ 668 'includes': [
666 '../build/android/increase_size_for_speed.gypi', 669 '../build/android/increase_size_for_speed.gypi',
667 ], 670 ],
668 }, 671 },
669 ], 672 ],
670 } 673 }
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