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 'quads/render_pass.cc', | 283 'quads/render_pass.cc', |
284 'quads/render_pass.h', | 284 'quads/render_pass.h', |
285 'quads/render_pass_draw_quad.cc', | 285 'quads/render_pass_draw_quad.cc', |
286 'quads/render_pass_draw_quad.h', | 286 'quads/render_pass_draw_quad.h', |
287 'quads/shared_quad_state.cc', | 287 'quads/shared_quad_state.cc', |
288 'quads/shared_quad_state.h', | 288 'quads/shared_quad_state.h', |
289 'quads/solid_color_draw_quad.cc', | 289 'quads/solid_color_draw_quad.cc', |
290 'quads/solid_color_draw_quad.h', | 290 'quads/solid_color_draw_quad.h', |
291 'quads/stream_video_draw_quad.cc', | 291 'quads/stream_video_draw_quad.cc', |
292 'quads/stream_video_draw_quad.h', | 292 'quads/stream_video_draw_quad.h', |
| 293 'quads/surface_draw_quad.cc', |
| 294 'quads/surface_draw_quad.h', |
293 'quads/texture_draw_quad.cc', | 295 'quads/texture_draw_quad.cc', |
294 'quads/texture_draw_quad.h', | 296 'quads/texture_draw_quad.h', |
295 'quads/tile_draw_quad.cc', | 297 'quads/tile_draw_quad.cc', |
296 'quads/tile_draw_quad.h', | 298 'quads/tile_draw_quad.h', |
297 'quads/yuv_video_draw_quad.cc', | 299 'quads/yuv_video_draw_quad.cc', |
298 'quads/yuv_video_draw_quad.h', | 300 'quads/yuv_video_draw_quad.h', |
299 'resources/bitmap_content_layer_updater.cc', | 301 'resources/bitmap_content_layer_updater.cc', |
300 'resources/bitmap_content_layer_updater.h', | 302 'resources/bitmap_content_layer_updater.h', |
301 'resources/bitmap_skpicture_content_layer_updater.cc', | 303 'resources/bitmap_skpicture_content_layer_updater.cc', |
302 'resources/bitmap_skpicture_content_layer_updater.h', | 304 'resources/bitmap_skpicture_content_layer_updater.h', |
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'trees/thread_proxy.cc', | 439 'trees/thread_proxy.cc', |
438 'trees/thread_proxy.h', | 440 'trees/thread_proxy.h', |
439 'trees/tree_synchronizer.cc', | 441 'trees/tree_synchronizer.cc', |
440 'trees/tree_synchronizer.h', | 442 'trees/tree_synchronizer.h', |
441 ], | 443 ], |
442 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 444 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
443 'msvs_disabled_warnings': [ 4267, ], | 445 'msvs_disabled_warnings': [ 4267, ], |
444 }, | 446 }, |
445 ], | 447 ], |
446 } | 448 } |
OLD | NEW |