| 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 283 'output/overlay_strategy_single_on_top.cc', | 283 'output/overlay_strategy_single_on_top.cc', |
| 284 'output/overlay_strategy_single_on_top.h', | 284 'output/overlay_strategy_single_on_top.h', |
| 285 'output/program_binding.cc', | 285 'output/program_binding.cc', |
| 286 'output/program_binding.h', | 286 'output/program_binding.h', |
| 287 'output/render_surface_filters.cc', | 287 'output/render_surface_filters.cc', |
| 288 'output/render_surface_filters.h', | 288 'output/render_surface_filters.h', |
| 289 'output/renderer.cc', | 289 'output/renderer.cc', |
| 290 'output/renderer.h', | 290 'output/renderer.h', |
| 291 'output/shader.cc', | 291 'output/shader.cc', |
| 292 'output/shader.h', | 292 'output/shader.h', |
| 293 'output/selection_handle.cc', |
| 294 'output/selection_handle.h', |
| 293 'output/software_frame_data.cc', | 295 'output/software_frame_data.cc', |
| 294 'output/software_frame_data.h', | 296 'output/software_frame_data.h', |
| 295 'output/software_output_device.cc', | 297 'output/software_output_device.cc', |
| 296 'output/software_output_device.h', | 298 'output/software_output_device.h', |
| 297 'output/software_renderer.cc', | 299 'output/software_renderer.cc', |
| 298 'output/software_renderer.h', | 300 'output/software_renderer.h', |
| 299 'quads/checkerboard_draw_quad.cc', | 301 'quads/checkerboard_draw_quad.cc', |
| 300 'quads/checkerboard_draw_quad.h', | 302 'quads/checkerboard_draw_quad.h', |
| 301 'quads/content_draw_quad_base.cc', | 303 'quads/content_draw_quad_base.cc', |
| 302 'quads/content_draw_quad_base.h', | 304 'quads/content_draw_quad_base.h', |
| (...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 498 'surfaces/surface_aggregator.cc', | 500 'surfaces/surface_aggregator.cc', |
| 499 'surfaces/surface_aggregator.h', | 501 'surfaces/surface_aggregator.h', |
| 500 'surfaces/surface_client.h', | 502 'surfaces/surface_client.h', |
| 501 'surfaces/surface_manager.cc', | 503 'surfaces/surface_manager.cc', |
| 502 'surfaces/surface_manager.h', | 504 'surfaces/surface_manager.h', |
| 503 'surfaces/surfaces_export.h', | 505 'surfaces/surfaces_export.h', |
| 504 ], | 506 ], |
| 505 }, | 507 }, |
| 506 ], | 508 ], |
| 507 } | 509 } |
| OLD | NEW |