OLD | NEW |
---|---|
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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
237 'layers/ui_resource_layer_impl.h', | 237 'layers/ui_resource_layer_impl.h', |
238 'layers/video_frame_provider.h', | 238 'layers/video_frame_provider.h', |
239 'layers/video_frame_provider_client_impl.cc', | 239 'layers/video_frame_provider_client_impl.cc', |
240 'layers/video_frame_provider_client_impl.h', | 240 'layers/video_frame_provider_client_impl.h', |
241 'layers/video_layer.cc', | 241 'layers/video_layer.cc', |
242 'layers/video_layer.h', | 242 'layers/video_layer.h', |
243 'layers/video_layer_impl.cc', | 243 'layers/video_layer_impl.cc', |
244 'layers/video_layer_impl.h', | 244 'layers/video_layer_impl.h', |
245 'output/begin_frame_args.cc', | 245 'output/begin_frame_args.cc', |
246 'output/begin_frame_args.h', | 246 'output/begin_frame_args.h', |
247 'output/bsp_compare_result.h', | |
enne (OOO)
2014/07/29 00:28:08
Isn't this supposed to be in the DrawPolygon patch
troyhildebrandt
2014/07/29 19:05:19
Yea, this should be included in the DrawPolygon pa
| |
248 'output/bsp_tree.cc', | |
249 'output/bsp_tree.h', | |
250 'output/bsp_walk_action.cc', | |
251 'output/bsp_walk_action.h', | |
247 'output/compositor_frame.cc', | 252 'output/compositor_frame.cc', |
248 'output/compositor_frame.h', | 253 'output/compositor_frame.h', |
249 'output/compositor_frame_ack.cc', | 254 'output/compositor_frame_ack.cc', |
250 'output/compositor_frame_ack.h', | 255 'output/compositor_frame_ack.h', |
251 'output/compositor_frame_metadata.cc', | 256 'output/compositor_frame_metadata.cc', |
252 'output/compositor_frame_metadata.h', | 257 'output/compositor_frame_metadata.h', |
253 'output/context_provider.cc', | 258 'output/context_provider.cc', |
254 'output/context_provider.h', | 259 'output/context_provider.h', |
255 'output/copy_output_request.cc', | 260 'output/copy_output_request.cc', |
256 'output/copy_output_request.h', | 261 'output/copy_output_request.h', |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
518 'surfaces/surface_id_allocator.h', | 523 'surfaces/surface_id_allocator.h', |
519 'surfaces/surface_manager.cc', | 524 'surfaces/surface_manager.cc', |
520 'surfaces/surface_manager.h', | 525 'surfaces/surface_manager.h', |
521 'surfaces/surface_resource_holder.cc', | 526 'surfaces/surface_resource_holder.cc', |
522 'surfaces/surface_resource_holder.h', | 527 'surfaces/surface_resource_holder.h', |
523 'surfaces/surfaces_export.h', | 528 'surfaces/surfaces_export.h', |
524 ], | 529 ], |
525 }, | 530 }, |
526 ], | 531 ], |
527 } | 532 } |
OLD | NEW |