| 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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'tiling_data.cc', | 273 'tiling_data.cc', |
| 274 'tiling_data.h', | 274 'tiling_data.h', |
| 275 'time_source.h', | 275 'time_source.h', |
| 276 'timing_function.cc', | 276 'timing_function.cc', |
| 277 'timing_function.h', | 277 'timing_function.h', |
| 278 'transferable_resource.cc', | 278 'transferable_resource.cc', |
| 279 'transferable_resource.h', | 279 'transferable_resource.h', |
| 280 'tree_synchronizer.cc', | 280 'tree_synchronizer.cc', |
| 281 'tree_synchronizer.h', | 281 'tree_synchronizer.h', |
| 282 'util.h', | 282 'util.h', |
| 283 'video_frame_provider.h', |
| 283 'video_layer.cc', | 284 'video_layer.cc', |
| 284 'video_layer.h', | 285 'video_layer.h', |
| 285 'video_layer_impl.cc', | 286 'video_layer_impl.cc', |
| 286 'video_layer_impl.h', | 287 'video_layer_impl.h', |
| 287 'yuv_video_draw_quad.cc', | 288 'yuv_video_draw_quad.cc', |
| 288 'yuv_video_draw_quad.h', | 289 'yuv_video_draw_quad.h', |
| 289 ], | 290 ], |
| 290 'conditions': [ | 291 'conditions': [ |
| 291 ['inside_chromium_build==1', { | 292 ['inside_chromium_build==1', { |
| 292 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', | 293 'webkit_src_dir': '<(DEPTH)/third_party/WebKit', |
| (...skipping 30 matching lines...) Expand all Loading... |
| 323 ], | 324 ], |
| 324 'all_dependent_settings': { | 325 'all_dependent_settings': { |
| 325 'include_dirs': [ | 326 'include_dirs': [ |
| 326 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 327 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 327 '<(webkit_src_dir)/Source/Platform/chromium' | 328 '<(webkit_src_dir)/Source/Platform/chromium' |
| 328 ] | 329 ] |
| 329 } | 330 } |
| 330 }, | 331 }, |
| 331 ], | 332 ], |
| 332 } | 333 } |
| OLD | NEW |