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

Side by Side Diff: cc/cc.gyp

Issue 2120713002: Fix use_image_texture_target inconsistencies (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: feedback Created 4 years, 5 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 'layers/video_layer_impl.cc', 253 'layers/video_layer_impl.cc',
254 'layers/video_layer_impl.h', 254 'layers/video_layer_impl.h',
255 'layers/viewport.cc', 255 'layers/viewport.cc',
256 'layers/viewport.h', 256 'layers/viewport.h',
257 'output/begin_frame_args.cc', 257 'output/begin_frame_args.cc',
258 'output/begin_frame_args.h', 258 'output/begin_frame_args.h',
259 'output/bsp_tree.cc', 259 'output/bsp_tree.cc',
260 'output/bsp_tree.h', 260 'output/bsp_tree.h',
261 'output/bsp_walk_action.cc', 261 'output/bsp_walk_action.cc',
262 'output/bsp_walk_action.h', 262 'output/bsp_walk_action.h',
263 'output/buffer_to_texture_target_map.cc',
264 'output/buffer_to_texture_target_map.h',
263 'output/ca_layer_overlay.cc', 265 'output/ca_layer_overlay.cc',
264 'output/ca_layer_overlay.h', 266 'output/ca_layer_overlay.h',
265 'output/compositor_frame.cc', 267 'output/compositor_frame.cc',
266 'output/compositor_frame.h', 268 'output/compositor_frame.h',
267 'output/compositor_frame_ack.cc', 269 'output/compositor_frame_ack.cc',
268 'output/compositor_frame_ack.h', 270 'output/compositor_frame_ack.h',
269 'output/compositor_frame_metadata.cc', 271 'output/compositor_frame_metadata.cc',
270 'output/compositor_frame_metadata.h', 272 'output/compositor_frame_metadata.h',
271 'output/context_provider.h', 273 'output/context_provider.h',
272 'output/copy_output_request.cc', 274 'output/copy_output_request.cc',
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
706 'surfaces/surface_resource_holder.h', 708 'surfaces/surface_resource_holder.h',
707 'surfaces/surface_sequence.h', 709 'surfaces/surface_sequence.h',
708 'surfaces/surfaces_export.h', 710 'surfaces/surfaces_export.h',
709 ], 711 ],
710 'includes': [ 712 'includes': [
711 '../build/android/increase_size_for_speed.gypi', 713 '../build/android/increase_size_for_speed.gypi',
712 ], 714 ],
713 }, 715 },
714 ], 716 ],
715 } 717 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | ui/compositor/compositor.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698