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 1399933004: Add Protobuf support for cc/playback skia usage (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_geo_proto
Patch Set: Addressed comments 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
« 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after
369 'playback/float_clip_display_item.h', 369 'playback/float_clip_display_item.h',
370 'playback/largest_display_item.cc', 370 'playback/largest_display_item.cc',
371 'playback/largest_display_item.h', 371 'playback/largest_display_item.h',
372 'playback/raster_source.h', 372 'playback/raster_source.h',
373 'playback/raster_source_helper.cc', 373 'playback/raster_source_helper.cc',
374 'playback/raster_source_helper.h', 374 'playback/raster_source_helper.h',
375 'playback/transform_display_item.cc', 375 'playback/transform_display_item.cc',
376 'playback/transform_display_item.h', 376 'playback/transform_display_item.h',
377 'proto/gfx_conversions.cc', 377 'proto/gfx_conversions.cc',
378 'proto/gfx_conversions.h', 378 'proto/gfx_conversions.h',
379 'proto/skia_conversions.cc',
380 'proto/skia_conversions.h',
379 'quads/content_draw_quad_base.cc', 381 'quads/content_draw_quad_base.cc',
380 'quads/content_draw_quad_base.h', 382 'quads/content_draw_quad_base.h',
381 'quads/debug_border_draw_quad.cc', 383 'quads/debug_border_draw_quad.cc',
382 'quads/debug_border_draw_quad.h', 384 'quads/debug_border_draw_quad.h',
383 'quads/draw_polygon.cc', 385 'quads/draw_polygon.cc',
384 'quads/draw_polygon.h', 386 'quads/draw_polygon.h',
385 'quads/draw_quad.cc', 387 'quads/draw_quad.cc',
386 'quads/draw_quad.h', 388 'quads/draw_quad.h',
387 'quads/io_surface_draw_quad.cc', 389 'quads/io_surface_draw_quad.cc',
388 'quads/io_surface_draw_quad.h', 390 'quads/io_surface_draw_quad.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 # GN version: "//cc/proto" 581 # GN version: "//cc/proto"
580 'target_name': 'cc_proto', 582 'target_name': 'cc_proto',
581 'type': '<(component)', 583 'type': '<(component)',
582 'sources': [ 584 'sources': [
583 'proto/point.proto', 585 'proto/point.proto',
584 'proto/pointf.proto', 586 'proto/pointf.proto',
585 'proto/rect.proto', 587 'proto/rect.proto',
586 'proto/rectf.proto', 588 'proto/rectf.proto',
587 'proto/size.proto', 589 'proto/size.proto',
588 'proto/sizef.proto', 590 'proto/sizef.proto',
591 'proto/skregion.proto',
592 'proto/skrrect.proto',
593 'proto/skxfermode.proto',
589 'proto/transform.proto', 594 'proto/transform.proto',
590 ], 595 ],
591 'defines': [ 596 'defines': [
592 'CC_PROTO_IMPLEMENTATION=1', 597 'CC_PROTO_IMPLEMENTATION=1',
593 ], 598 ],
594 'variables': { 599 'variables': {
595 # Warn if clang creates exit destructors. 600 # Warn if clang creates exit destructors.
596 'enable_wexit_time_destructors': 1, 601 'enable_wexit_time_destructors': 1,
597 'proto_in_dir': 'proto', 602 'proto_in_dir': 'proto',
598 'proto_out_dir': 'cc/proto', 603 'proto_out_dir': 'cc/proto',
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'surfaces/surface_resource_holder.cc', 651 'surfaces/surface_resource_holder.cc',
647 'surfaces/surface_resource_holder.h', 652 'surfaces/surface_resource_holder.h',
648 'surfaces/surfaces_export.h', 653 'surfaces/surfaces_export.h',
649 ], 654 ],
650 'includes': [ 655 'includes': [
651 '../build/android/increase_size_for_speed.gypi', 656 '../build/android/increase_size_for_speed.gypi',
652 ], 657 ],
653 }, 658 },
654 ], 659 ],
655 } 660 }
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