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

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: update Created 5 years 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'output/texture_mailbox_deleter.cc', 341 'output/texture_mailbox_deleter.cc',
342 'output/texture_mailbox_deleter.h', 342 'output/texture_mailbox_deleter.h',
343 'output/viewport_selection_bound.cc', 343 'output/viewport_selection_bound.cc',
344 'output/viewport_selection_bound.h', 344 'output/viewport_selection_bound.h',
345 'playback/clip_display_item.cc', 345 'playback/clip_display_item.cc',
346 'playback/clip_display_item.h', 346 'playback/clip_display_item.h',
347 'playback/clip_path_display_item.cc', 347 'playback/clip_path_display_item.cc',
348 'playback/clip_path_display_item.h', 348 'playback/clip_path_display_item.h',
349 'playback/compositing_display_item.cc', 349 'playback/compositing_display_item.cc',
350 'playback/compositing_display_item.h', 350 'playback/compositing_display_item.h',
351 'playback/decoded_draw_image.h',
351 'playback/discardable_image_map.cc', 352 'playback/discardable_image_map.cc',
352 'playback/discardable_image_map.h', 353 'playback/discardable_image_map.h',
353 'playback/display_item.cc', 354 'playback/display_item.cc',
354 'playback/display_item.h', 355 'playback/display_item.h',
355 'playback/display_item_list.cc', 356 'playback/display_item_list.cc',
356 'playback/display_item_list.h', 357 'playback/display_item_list.h',
357 'playback/display_item_list_settings.cc', 358 'playback/display_item_list_settings.cc',
358 'playback/display_item_list_settings.h', 359 'playback/display_item_list_settings.h',
359 'playback/display_item_proto_factory.cc', 360 'playback/display_item_proto_factory.cc',
360 'playback/display_item_proto_factory.h', 361 'playback/display_item_proto_factory.h',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
665 'surfaces/surface_resource_holder.cc', 666 'surfaces/surface_resource_holder.cc',
666 'surfaces/surface_resource_holder.h', 667 'surfaces/surface_resource_holder.h',
667 'surfaces/surfaces_export.h', 668 'surfaces/surfaces_export.h',
668 ], 669 ],
669 'includes': [ 670 'includes': [
670 '../build/android/increase_size_for_speed.gypi', 671 '../build/android/increase_size_for_speed.gypi',
671 ], 672 ],
672 }, 673 },
673 ], 674 ],
674 } 675 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/playback/decoded_draw_image.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698