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

Side by Side Diff: cc/cc.gyp

Issue 1407793002: Add protobuf serialization to DisplayItemList (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@blimp_display2
Patch Set: Rebased 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
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 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 'playback/discardable_image_map.cc', 349 'playback/discardable_image_map.cc',
350 'playback/discardable_image_map.h', 350 'playback/discardable_image_map.h',
351 'playback/display_item.cc', 351 'playback/display_item.cc',
352 'playback/display_item.h', 352 'playback/display_item.h',
353 'playback/display_item_list.cc', 353 'playback/display_item_list.cc',
354 'playback/display_item_list.h', 354 'playback/display_item_list.h',
355 'playback/display_item_list_bounds_calculator.cc', 355 'playback/display_item_list_bounds_calculator.cc',
356 'playback/display_item_list_bounds_calculator.h', 356 'playback/display_item_list_bounds_calculator.h',
357 'playback/display_item_list_settings.cc', 357 'playback/display_item_list_settings.cc',
358 'playback/display_item_list_settings.h', 358 'playback/display_item_list_settings.h',
359 'playback/display_item_proto_factory.cc',
360 'playback/display_item_proto_factory.h',
359 'playback/display_list_raster_source.cc', 361 'playback/display_list_raster_source.cc',
360 'playback/display_list_raster_source.h', 362 'playback/display_list_raster_source.h',
361 'playback/display_list_recording_source.cc', 363 'playback/display_list_recording_source.cc',
362 'playback/display_list_recording_source.h', 364 'playback/display_list_recording_source.h',
363 'playback/draw_image.h', 365 'playback/draw_image.h',
364 'playback/drawing_display_item.cc', 366 'playback/drawing_display_item.cc',
365 'playback/drawing_display_item.h', 367 'playback/drawing_display_item.h',
366 'playback/filter_display_item.cc', 368 'playback/filter_display_item.cc',
367 'playback/filter_display_item.h', 369 'playback/filter_display_item.h',
368 'playback/float_clip_display_item.cc', 370 'playback/float_clip_display_item.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 'raster/texture_compressor_etc1_sse.h', 576 'raster/texture_compressor_etc1_sse.h',
575 ], 577 ],
576 }], 578 }],
577 ], 579 ],
578 }, 580 },
579 { 581 {
580 # GN version: "//cc/proto" 582 # GN version: "//cc/proto"
581 'target_name': 'cc_proto', 583 'target_name': 'cc_proto',
582 'type': '<(component)', 584 'type': '<(component)',
583 'sources': [ 585 'sources': [
586 'proto/display_item.proto',
584 'proto/point.proto', 587 'proto/point.proto',
585 'proto/pointf.proto', 588 'proto/pointf.proto',
586 'proto/rect.proto', 589 'proto/rect.proto',
587 'proto/rectf.proto', 590 'proto/rectf.proto',
588 'proto/size.proto', 591 'proto/size.proto',
589 'proto/sizef.proto', 592 'proto/sizef.proto',
590 'proto/skregion.proto', 593 'proto/skregion.proto',
591 'proto/skrrect.proto', 594 'proto/skrrect.proto',
592 'proto/skxfermode.proto', 595 'proto/skxfermode.proto',
593 'proto/transform.proto', 596 'proto/transform.proto',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'surfaces/surface_resource_holder.cc', 653 'surfaces/surface_resource_holder.cc',
651 'surfaces/surface_resource_holder.h', 654 'surfaces/surface_resource_holder.h',
652 'surfaces/surfaces_export.h', 655 'surfaces/surfaces_export.h',
653 ], 656 ],
654 'includes': [ 657 'includes': [
655 '../build/android/increase_size_for_speed.gypi', 658 '../build/android/increase_size_for_speed.gypi',
656 ], 659 ],
657 }, 660 },
658 ], 661 ],
659 } 662 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/playback/clip_display_item.h » ('j') | cc/playback/clip_display_item.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698