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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 'output/gl_frame_data.cc', | 249 'output/gl_frame_data.cc', |
250 'output/gl_renderer.cc', | 250 'output/gl_renderer.cc', |
251 'output/gl_renderer.h', | 251 'output/gl_renderer.h', |
252 'output/gl_renderer_draw_cache.cc', | 252 'output/gl_renderer_draw_cache.cc', |
253 'output/gl_renderer_draw_cache.h', | 253 'output/gl_renderer_draw_cache.h', |
254 'output/managed_memory_policy.cc', | 254 'output/managed_memory_policy.cc', |
255 'output/managed_memory_policy.h', | 255 'output/managed_memory_policy.h', |
256 'output/output_surface.cc', | 256 'output/output_surface.cc', |
257 'output/output_surface.h', | 257 'output/output_surface.h', |
258 'output/output_surface_client.h', | 258 'output/output_surface_client.h', |
| 259 'output/overlay_renderer.cc', |
| 260 'output/overlay_renderer.h', |
259 'output/program_binding.cc', | 261 'output/program_binding.cc', |
260 'output/program_binding.h', | 262 'output/program_binding.h', |
261 'output/render_surface_filters.cc', | 263 'output/render_surface_filters.cc', |
262 'output/render_surface_filters.h', | 264 'output/render_surface_filters.h', |
263 'output/renderer.cc', | 265 'output/renderer.cc', |
264 'output/renderer.h', | 266 'output/renderer.h', |
265 'output/shader.cc', | 267 'output/shader.cc', |
266 'output/shader.h', | 268 'output/shader.h', |
267 'output/software_frame_data.cc', | 269 'output/software_frame_data.cc', |
268 'output/software_frame_data.h', | 270 'output/software_frame_data.h', |
269 'output/software_output_device.cc', | 271 'output/software_output_device.cc', |
270 'output/software_output_device.h', | 272 'output/software_output_device.h', |
| 273 'output/software_overlay_presenter_hal.cc', |
| 274 'output/software_overlay_presenter_hal.h', |
271 'output/software_renderer.cc', | 275 'output/software_renderer.cc', |
272 'output/software_renderer.h', | 276 'output/software_renderer.h', |
273 'quads/checkerboard_draw_quad.cc', | 277 'quads/checkerboard_draw_quad.cc', |
274 'quads/checkerboard_draw_quad.h', | 278 'quads/checkerboard_draw_quad.h', |
275 'quads/content_draw_quad_base.cc', | 279 'quads/content_draw_quad_base.cc', |
276 'quads/content_draw_quad_base.h', | 280 'quads/content_draw_quad_base.h', |
277 'quads/debug_border_draw_quad.cc', | 281 'quads/debug_border_draw_quad.cc', |
278 'quads/debug_border_draw_quad.h', | 282 'quads/debug_border_draw_quad.h', |
279 'quads/draw_quad.cc', | 283 'quads/draw_quad.cc', |
280 'quads/draw_quad.h', | 284 'quads/draw_quad.h', |
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
441 'trees/thread_proxy.cc', | 445 'trees/thread_proxy.cc', |
442 'trees/thread_proxy.h', | 446 'trees/thread_proxy.h', |
443 'trees/tree_synchronizer.cc', | 447 'trees/tree_synchronizer.cc', |
444 'trees/tree_synchronizer.h', | 448 'trees/tree_synchronizer.h', |
445 ], | 449 ], |
446 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 450 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
447 'msvs_disabled_warnings': [ 4267, ], | 451 'msvs_disabled_warnings': [ 4267, ], |
448 }, | 452 }, |
449 ], | 453 ], |
450 } | 454 } |
OLD | NEW |