| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 'animation/timing_function.h', | 63 'animation/timing_function.h', |
| 64 'animation/transform_operation.cc', | 64 'animation/transform_operation.cc', |
| 65 'animation/transform_operation.h', | 65 'animation/transform_operation.h', |
| 66 'animation/transform_operations.cc', | 66 'animation/transform_operations.cc', |
| 67 'animation/transform_operations.h', | 67 'animation/transform_operations.h', |
| 68 'base/completion_event.h', | 68 'base/completion_event.h', |
| 69 'base/delayed_unique_notifier.cc', | 69 'base/delayed_unique_notifier.cc', |
| 70 'base/delayed_unique_notifier.h', | 70 'base/delayed_unique_notifier.h', |
| 71 'base/invalidation_region.cc', | 71 'base/invalidation_region.cc', |
| 72 'base/invalidation_region.h', | 72 'base/invalidation_region.h', |
| 73 'base/list_container.h', |
| 73 'base/math_util.cc', | 74 'base/math_util.cc', |
| 74 'base/math_util.h', | 75 'base/math_util.h', |
| 75 'base/region.cc', | 76 'base/region.cc', |
| 76 'base/region.h', | 77 'base/region.h', |
| 77 'base/resource_id.h', | 78 'base/resource_id.h', |
| 78 'base/rolling_time_delta_history.cc', | 79 'base/rolling_time_delta_history.cc', |
| 79 'base/rolling_time_delta_history.h', | 80 'base/rolling_time_delta_history.h', |
| 80 'base/scoped_ptr_algorithm.h', | 81 'base/scoped_ptr_algorithm.h', |
| 81 'base/scoped_ptr_deque.h', | 82 'base/scoped_ptr_deque.h', |
| 82 'base/scoped_ptr_vector.h', | 83 'base/scoped_ptr_vector.h', |
| (...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'quads/debug_border_draw_quad.cc', | 380 'quads/debug_border_draw_quad.cc', |
| 380 'quads/debug_border_draw_quad.h', | 381 'quads/debug_border_draw_quad.h', |
| 381 'quads/draw_polygon.cc', | 382 'quads/draw_polygon.cc', |
| 382 'quads/draw_polygon.h', | 383 'quads/draw_polygon.h', |
| 383 'quads/draw_quad.cc', | 384 'quads/draw_quad.cc', |
| 384 'quads/draw_quad.h', | 385 'quads/draw_quad.h', |
| 385 'quads/io_surface_draw_quad.cc', | 386 'quads/io_surface_draw_quad.cc', |
| 386 'quads/io_surface_draw_quad.h', | 387 'quads/io_surface_draw_quad.h', |
| 387 'quads/largest_draw_quad.cc', | 388 'quads/largest_draw_quad.cc', |
| 388 'quads/largest_draw_quad.h', | 389 'quads/largest_draw_quad.h', |
| 389 'quads/list_container.cc', | |
| 390 'quads/list_container.h', | |
| 391 'quads/picture_draw_quad.cc', | 390 'quads/picture_draw_quad.cc', |
| 392 'quads/picture_draw_quad.h', | 391 'quads/picture_draw_quad.h', |
| 393 'quads/render_pass.cc', | 392 'quads/render_pass.cc', |
| 394 'quads/render_pass.h', | 393 'quads/render_pass.h', |
| 395 'quads/render_pass_draw_quad.cc', | 394 'quads/render_pass_draw_quad.cc', |
| 396 'quads/render_pass_draw_quad.h', | 395 'quads/render_pass_draw_quad.h', |
| 397 'quads/render_pass_id.cc', | 396 'quads/render_pass_id.cc', |
| 398 'quads/render_pass_id.h', | 397 'quads/render_pass_id.h', |
| 399 'quads/shared_quad_state.cc', | 398 'quads/shared_quad_state.cc', |
| 400 'quads/shared_quad_state.h', | 399 'quads/shared_quad_state.h', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 665 'raster/texture_compressor_etc1_sse.h', | 664 'raster/texture_compressor_etc1_sse.h', |
| 666 ], | 665 ], |
| 667 'cflags': [ | 666 'cflags': [ |
| 668 '-msse2', | 667 '-msse2', |
| 669 ], | 668 ], |
| 670 }], | 669 }], |
| 671 ], | 670 ], |
| 672 }, | 671 }, |
| 673 ], | 672 ], |
| 674 } | 673 } |
| OLD | NEW |