| 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 'cc_source_files': [ | 7 'cc_source_files': [ |
| 8 'animation.cc', | 8 'animation.cc', |
| 9 'animation.h', | 9 'animation.h', |
| 10 'animation_curve.cc', | 10 'animation_curve.cc', |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'texture_uploader.h', | 275 'texture_uploader.h', |
| 276 'thread.h', | 276 'thread.h', |
| 277 'thread_impl.cc', | 277 'thread_impl.cc', |
| 278 'thread_impl.h', | 278 'thread_impl.h', |
| 279 'thread_proxy.cc', | 279 'thread_proxy.cc', |
| 280 'thread_proxy.h', | 280 'thread_proxy.h', |
| 281 'tile.cc', | 281 'tile.cc', |
| 282 'tile.h', | 282 'tile.h', |
| 283 'tile_draw_quad.cc', | 283 'tile_draw_quad.cc', |
| 284 'tile_draw_quad.h', | 284 'tile_draw_quad.h', |
| 285 'tile_drawing_info.cc', |
| 286 'tile_drawing_info.h', |
| 285 'tile_manager.cc', | 287 'tile_manager.cc', |
| 286 'tile_manager.h', | 288 'tile_manager.h', |
| 287 'tile_priority.cc', | 289 'tile_priority.cc', |
| 288 'tile_priority.h', | 290 'tile_priority.h', |
| 289 'tiled_layer.cc', | 291 'tiled_layer.cc', |
| 290 'tiled_layer.h', | 292 'tiled_layer.h', |
| 291 'tiled_layer_impl.cc', | 293 'tiled_layer_impl.cc', |
| 292 'tiled_layer_impl.h', | 294 'tiled_layer_impl.h', |
| 293 'tiling_data.cc', | 295 'tiling_data.cc', |
| 294 'tiling_data.h', | 296 'tiling_data.h', |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 'include_dirs': [ | 361 'include_dirs': [ |
| 360 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 362 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 361 '<(webkit_src_dir)/Source/Platform/chromium' | 363 '<(webkit_src_dir)/Source/Platform/chromium' |
| 362 ] | 364 ] |
| 363 }, | 365 }, |
| 364 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 366 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 365 'msvs_disabled_warnings': [ 4267, ], | 367 'msvs_disabled_warnings': [ 4267, ], |
| 366 }, | 368 }, |
| 367 ], | 369 ], |
| 368 } | 370 } |
| OLD | NEW |