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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'switches.h', | 256 'switches.h', |
257 'texture_copier.cc', | 257 'texture_copier.cc', |
258 'texture_copier.h', | 258 'texture_copier.h', |
259 'texture_draw_quad.cc', | 259 'texture_draw_quad.cc', |
260 'texture_draw_quad.h', | 260 'texture_draw_quad.h', |
261 'texture_layer.cc', | 261 'texture_layer.cc', |
262 'texture_layer.h', | 262 'texture_layer.h', |
263 'texture_layer_client.h', | 263 'texture_layer_client.h', |
264 'texture_layer_impl.cc', | 264 'texture_layer_impl.cc', |
265 'texture_layer_impl.h', | 265 'texture_layer_impl.h', |
| 266 'texture_mailbox.cc', |
| 267 'texture_mailbox.h', |
266 'texture_uploader.cc', | 268 'texture_uploader.cc', |
267 'texture_uploader.h', | 269 'texture_uploader.h', |
268 'thread.h', | 270 'thread.h', |
269 'thread_impl.cc', | 271 'thread_impl.cc', |
270 'thread_impl.h', | 272 'thread_impl.h', |
271 'thread_proxy.cc', | 273 'thread_proxy.cc', |
272 'thread_proxy.h', | 274 'thread_proxy.h', |
273 'tile.cc', | 275 'tile.cc', |
274 'tile.h', | 276 'tile.h', |
275 'tile_draw_quad.cc', | 277 'tile_draw_quad.cc', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
345 ], | 347 ], |
346 'all_dependent_settings': { | 348 'all_dependent_settings': { |
347 'include_dirs': [ | 349 'include_dirs': [ |
348 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 350 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
349 '<(webkit_src_dir)/Source/Platform/chromium' | 351 '<(webkit_src_dir)/Source/Platform/chromium' |
350 ] | 352 ] |
351 } | 353 } |
352 }, | 354 }, |
353 ], | 355 ], |
354 } | 356 } |
OLD | NEW |