| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'switches.h', | 250 'switches.h', |
| 251 'texture_copier.cc', | 251 'texture_copier.cc', |
| 252 'texture_copier.h', | 252 'texture_copier.h', |
| 253 'texture_draw_quad.cc', | 253 'texture_draw_quad.cc', |
| 254 'texture_draw_quad.h', | 254 'texture_draw_quad.h', |
| 255 'texture_layer.cc', | 255 'texture_layer.cc', |
| 256 'texture_layer.h', | 256 'texture_layer.h', |
| 257 'texture_layer_client.h', | 257 'texture_layer_client.h', |
| 258 'texture_layer_impl.cc', | 258 'texture_layer_impl.cc', |
| 259 'texture_layer_impl.h', | 259 'texture_layer_impl.h', |
| 260 'texture_mailbox.cc', |
| 261 'texture_mailbox.h', |
| 260 'texture_uploader.cc', | 262 'texture_uploader.cc', |
| 261 'texture_uploader.h', | 263 'texture_uploader.h', |
| 262 'thread.h', | 264 'thread.h', |
| 263 'thread_impl.cc', | 265 'thread_impl.cc', |
| 264 'thread_impl.h', | 266 'thread_impl.h', |
| 265 'thread_proxy.cc', | 267 'thread_proxy.cc', |
| 266 'thread_proxy.h', | 268 'thread_proxy.h', |
| 267 'tile.cc', | 269 'tile.cc', |
| 268 'tile.h', | 270 'tile.h', |
| 269 'tile_draw_quad.cc', | 271 'tile_draw_quad.cc', |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 ], | 337 ], |
| 336 'all_dependent_settings': { | 338 'all_dependent_settings': { |
| 337 'include_dirs': [ | 339 'include_dirs': [ |
| 338 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 340 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 339 '<(webkit_src_dir)/Source/Platform/chromium' | 341 '<(webkit_src_dir)/Source/Platform/chromium' |
| 340 ] | 342 ] |
| 341 } | 343 } |
| 342 }, | 344 }, |
| 343 ], | 345 ], |
| 344 } | 346 } |
| OLD | NEW |