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