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 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
258 'output/gl_frame_data.cc', | 258 'output/gl_frame_data.cc', |
259 'output/gl_renderer.cc', | 259 'output/gl_renderer.cc', |
260 'output/gl_renderer.h', | 260 'output/gl_renderer.h', |
261 'output/gl_renderer_draw_cache.cc', | 261 'output/gl_renderer_draw_cache.cc', |
262 'output/gl_renderer_draw_cache.h', | 262 'output/gl_renderer_draw_cache.h', |
263 'output/managed_memory_policy.cc', | 263 'output/managed_memory_policy.cc', |
264 'output/managed_memory_policy.h', | 264 'output/managed_memory_policy.h', |
265 'output/output_surface.cc', | 265 'output/output_surface.cc', |
266 'output/output_surface.h', | 266 'output/output_surface.h', |
267 'output/output_surface_client.h', | 267 'output/output_surface_client.h', |
| 268 'output/overlay_candidate.cc', |
| 269 'output/overlay_candidate.h', |
| 270 'output/overlay_candidate_validator.h', |
| 271 'output/overlay_processor.cc', |
| 272 'output/overlay_processor.h', |
| 273 'output/overlay_strategy_single_on_top.cc', |
| 274 'output/overlay_strategy_single_on_top.h', |
268 'output/program_binding.cc', | 275 'output/program_binding.cc', |
269 'output/program_binding.h', | 276 'output/program_binding.h', |
270 'output/render_surface_filters.cc', | 277 'output/render_surface_filters.cc', |
271 'output/render_surface_filters.h', | 278 'output/render_surface_filters.h', |
272 'output/renderer.cc', | 279 'output/renderer.cc', |
273 'output/renderer.h', | 280 'output/renderer.h', |
274 'output/shader.cc', | 281 'output/shader.cc', |
275 'output/shader.h', | 282 'output/shader.h', |
276 'output/software_frame_data.cc', | 283 'output/software_frame_data.cc', |
277 'output/software_frame_data.h', | 284 'output/software_frame_data.h', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
477 'surfaces/surface.h', | 484 'surfaces/surface.h', |
478 'surfaces/surface_aggregator.cc', | 485 'surfaces/surface_aggregator.cc', |
479 'surfaces/surface_aggregator.h', | 486 'surfaces/surface_aggregator.h', |
480 'surfaces/surface_manager.cc', | 487 'surfaces/surface_manager.cc', |
481 'surfaces/surface_manager.h', | 488 'surfaces/surface_manager.h', |
482 'surfaces/surfaces_export.h', | 489 'surfaces/surfaces_export.h', |
483 ], | 490 ], |
484 }, | 491 }, |
485 ], | 492 ], |
486 } | 493 } |
OLD | NEW |