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

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: Comments are hard 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/playback/clip_display_item.h » ('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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'playback/compositing_display_item.cc', 347 'playback/compositing_display_item.cc',
348 'playback/compositing_display_item.h', 348 'playback/compositing_display_item.h',
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_settings.cc', 355 'playback/display_item_list_settings.cc',
356 'playback/display_item_list_settings.h', 356 'playback/display_item_list_settings.h',
357 'playback/display_item_proto_factory.cc',
358 'playback/display_item_proto_factory.h',
357 'playback/display_list_raster_source.cc', 359 'playback/display_list_raster_source.cc',
358 'playback/display_list_raster_source.h', 360 'playback/display_list_raster_source.h',
359 'playback/display_list_recording_source.cc', 361 'playback/display_list_recording_source.cc',
360 'playback/display_list_recording_source.h', 362 'playback/display_list_recording_source.h',
361 'playback/draw_image.h', 363 'playback/draw_image.h',
362 'playback/drawing_display_item.cc', 364 'playback/drawing_display_item.cc',
363 'playback/drawing_display_item.h', 365 'playback/drawing_display_item.h',
364 'playback/filter_display_item.cc', 366 'playback/filter_display_item.cc',
365 'playback/filter_display_item.h', 367 'playback/filter_display_item.h',
366 'playback/float_clip_display_item.cc', 368 'playback/float_clip_display_item.cc',
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'raster/texture_compressor_etc1_sse.h', 574 'raster/texture_compressor_etc1_sse.h',
573 ], 575 ],
574 }], 576 }],
575 ], 577 ],
576 }, 578 },
577 { 579 {
578 # GN version: "//cc/proto" 580 # GN version: "//cc/proto"
579 'target_name': 'cc_proto', 581 'target_name': 'cc_proto',
580 'type': '<(component)', 582 'type': '<(component)',
581 'sources': [ 583 'sources': [
584 'proto/display_item.proto',
582 'proto/point.proto', 585 'proto/point.proto',
583 'proto/pointf.proto', 586 'proto/pointf.proto',
584 'proto/rect.proto', 587 'proto/rect.proto',
585 'proto/rectf.proto', 588 'proto/rectf.proto',
586 'proto/size.proto', 589 'proto/size.proto',
587 'proto/sizef.proto', 590 'proto/sizef.proto',
588 'proto/skregion.proto', 591 'proto/skregion.proto',
589 'proto/skrrect.proto', 592 'proto/skrrect.proto',
590 'proto/skxfermode.proto', 593 'proto/skxfermode.proto',
591 'proto/transform.proto', 594 'proto/transform.proto',
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
648 'surfaces/surface_resource_holder.cc', 651 'surfaces/surface_resource_holder.cc',
649 'surfaces/surface_resource_holder.h', 652 'surfaces/surface_resource_holder.h',
650 'surfaces/surfaces_export.h', 653 'surfaces/surfaces_export.h',
651 ], 654 ],
652 'includes': [ 655 'includes': [
653 '../build/android/increase_size_for_speed.gypi', 656 '../build/android/increase_size_for_speed.gypi',
654 ], 657 ],
655 }, 658 },
656 ], 659 ],
657 } 660 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/playback/clip_display_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698