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

Side by Side Diff: cc/cc.gyp

Issue 1418573002: cc: Add image decode control in the compositor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 11 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 'output/texture_mailbox_deleter.cc', 347 'output/texture_mailbox_deleter.cc',
348 'output/texture_mailbox_deleter.h', 348 'output/texture_mailbox_deleter.h',
349 'output/viewport_selection_bound.cc', 349 'output/viewport_selection_bound.cc',
350 'output/viewport_selection_bound.h', 350 'output/viewport_selection_bound.h',
351 'playback/clip_display_item.cc', 351 'playback/clip_display_item.cc',
352 'playback/clip_display_item.h', 352 'playback/clip_display_item.h',
353 'playback/clip_path_display_item.cc', 353 'playback/clip_path_display_item.cc',
354 'playback/clip_path_display_item.h', 354 'playback/clip_path_display_item.h',
355 'playback/compositing_display_item.cc', 355 'playback/compositing_display_item.cc',
356 'playback/compositing_display_item.h', 356 'playback/compositing_display_item.h',
357 'playback/decoded_draw_image.h',
357 'playback/discardable_image_map.cc', 358 'playback/discardable_image_map.cc',
358 'playback/discardable_image_map.h', 359 'playback/discardable_image_map.h',
359 'playback/display_item.cc', 360 'playback/display_item.cc',
360 'playback/display_item.h', 361 'playback/display_item.h',
361 'playback/display_item_list.cc', 362 'playback/display_item_list.cc',
362 'playback/display_item_list.h', 363 'playback/display_item_list.h',
363 'playback/display_item_list_settings.cc', 364 'playback/display_item_list_settings.cc',
364 'playback/display_item_list_settings.h', 365 'playback/display_item_list_settings.h',
365 'playback/display_item_proto_factory.cc', 366 'playback/display_item_proto_factory.cc',
366 'playback/display_item_proto_factory.h', 367 'playback/display_item_proto_factory.h',
367 'playback/display_list_raster_source.cc', 368 'playback/display_list_raster_source.cc',
368 'playback/display_list_raster_source.h', 369 'playback/display_list_raster_source.h',
369 'playback/display_list_recording_source.cc', 370 'playback/display_list_recording_source.cc',
370 'playback/display_list_recording_source.h', 371 'playback/display_list_recording_source.h',
372 'playback/draw_image.cc',
371 'playback/draw_image.h', 373 'playback/draw_image.h',
372 'playback/drawing_display_item.cc', 374 'playback/drawing_display_item.cc',
373 'playback/drawing_display_item.h', 375 'playback/drawing_display_item.h',
374 'playback/filter_display_item.cc', 376 'playback/filter_display_item.cc',
375 'playback/filter_display_item.h', 377 'playback/filter_display_item.h',
376 'playback/float_clip_display_item.cc', 378 'playback/float_clip_display_item.cc',
377 'playback/float_clip_display_item.h', 379 'playback/float_clip_display_item.h',
378 'playback/largest_display_item.cc', 380 'playback/largest_display_item.cc',
379 'playback/largest_display_item.h', 381 'playback/largest_display_item.h',
380 'playback/transform_display_item.cc', 382 'playback/transform_display_item.cc',
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'surfaces/surface_resource_holder.cc', 698 'surfaces/surface_resource_holder.cc',
697 'surfaces/surface_resource_holder.h', 699 'surfaces/surface_resource_holder.h',
698 'surfaces/surfaces_export.h', 700 'surfaces/surfaces_export.h',
699 ], 701 ],
700 'includes': [ 702 'includes': [
701 '../build/android/increase_size_for_speed.gypi', 703 '../build/android/increase_size_for_speed.gypi',
702 ], 704 ],
703 }, 705 },
704 ], 706 ],
705 } 707 }
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