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

Side by Side Diff: cc/cc.gyp

Issue 1982893002: [blimp] Add SkPicture caching support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed comments from vmpstr, including adding //cc/blimp Created 4 years, 6 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/blimp/picture_data_conversions_unittest.cc ('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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'base/simple_enclosed_region.cc', 94 'base/simple_enclosed_region.cc',
95 'base/simple_enclosed_region.h', 95 'base/simple_enclosed_region.h',
96 'base/switches.cc', 96 'base/switches.cc',
97 'base/switches.h', 97 'base/switches.h',
98 'base/synced_property.h', 98 'base/synced_property.h',
99 'base/tiling_data.cc', 99 'base/tiling_data.cc',
100 'base/tiling_data.h', 100 'base/tiling_data.h',
101 'base/time_util.h', 101 'base/time_util.h',
102 'base/unique_notifier.cc', 102 'base/unique_notifier.cc',
103 'base/unique_notifier.h', 103 'base/unique_notifier.h',
104 'blimp/client_picture_cache.h',
105 'blimp/engine_picture_cache.h',
106 'blimp/image_serialization_processor.h',
107 'blimp/picture_data.cc',
108 'blimp/picture_data.h',
109 'blimp/picture_data_conversions.cc',
110 'blimp/picture_data_conversions.h',
104 'debug/benchmark_instrumentation.cc', 111 'debug/benchmark_instrumentation.cc',
105 'debug/benchmark_instrumentation.h', 112 'debug/benchmark_instrumentation.h',
106 'debug/debug_colors.cc', 113 'debug/debug_colors.cc',
107 'debug/debug_colors.h', 114 'debug/debug_colors.h',
108 'debug/debug_rect_history.cc', 115 'debug/debug_rect_history.cc',
109 'debug/debug_rect_history.h', 116 'debug/debug_rect_history.h',
110 'debug/devtools_instrumentation.h', 117 'debug/devtools_instrumentation.h',
111 'debug/frame_rate_counter.cc', 118 'debug/frame_rate_counter.cc',
112 'debug/frame_rate_counter.h', 119 'debug/frame_rate_counter.h',
113 'debug/frame_viewer_instrumentation.cc', 120 'debug/frame_viewer_instrumentation.cc',
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
365 'playback/transform_display_item.cc', 372 'playback/transform_display_item.cc',
366 'playback/transform_display_item.h', 373 'playback/transform_display_item.h',
367 'proto/base_conversions.cc', 374 'proto/base_conversions.cc',
368 'proto/base_conversions.h', 375 'proto/base_conversions.h',
369 'proto/cc_conversions.cc', 376 'proto/cc_conversions.cc',
370 'proto/cc_conversions.h', 377 'proto/cc_conversions.h',
371 'proto/gfx_conversions.cc', 378 'proto/gfx_conversions.cc',
372 'proto/gfx_conversions.h', 379 'proto/gfx_conversions.h',
373 'proto/gpu_conversions.cc', 380 'proto/gpu_conversions.cc',
374 'proto/gpu_conversions.h', 381 'proto/gpu_conversions.h',
375 'proto/image_serialization_processor.h',
376 'proto/skia_conversions.cc', 382 'proto/skia_conversions.cc',
377 'proto/skia_conversions.h', 383 'proto/skia_conversions.h',
378 'proto/synced_property_conversions.cc', 384 'proto/synced_property_conversions.cc',
379 'proto/synced_property_conversions.h', 385 'proto/synced_property_conversions.h',
380 'quads/content_draw_quad_base.cc', 386 'quads/content_draw_quad_base.cc',
381 'quads/content_draw_quad_base.h', 387 'quads/content_draw_quad_base.h',
382 'quads/debug_border_draw_quad.cc', 388 'quads/debug_border_draw_quad.cc',
383 'quads/debug_border_draw_quad.h', 389 'quads/debug_border_draw_quad.h',
384 'quads/draw_polygon.cc', 390 'quads/draw_polygon.cc',
385 'quads/draw_polygon.h', 391 'quads/draw_polygon.h',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
697 'surfaces/surface_resource_holder.h', 703 'surfaces/surface_resource_holder.h',
698 'surfaces/surface_sequence.h', 704 'surfaces/surface_sequence.h',
699 'surfaces/surfaces_export.h', 705 'surfaces/surfaces_export.h',
700 ], 706 ],
701 'includes': [ 707 'includes': [
702 '../build/android/increase_size_for_speed.gypi', 708 '../build/android/increase_size_for_speed.gypi',
703 ], 709 ],
704 }, 710 },
705 ], 711 ],
706 } 712 }
OLDNEW
« no previous file with comments | « cc/blimp/picture_data_conversions_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698