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 'cc_source_files': [ | 8 'cc_source_files': [ |
9 'animation/animation.cc', | 9 'animation/animation.cc', |
10 'animation/animation.h', | 10 'animation/animation.h', |
(...skipping 273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
284 'resources/resource_update.cc', | 284 'resources/resource_update.cc', |
285 'resources/resource_update.h', | 285 'resources/resource_update.h', |
286 'resources/resource_update_controller.cc', | 286 'resources/resource_update_controller.cc', |
287 'resources/resource_update_controller.h', | 287 'resources/resource_update_controller.h', |
288 'resources/resource_update_queue.cc', | 288 'resources/resource_update_queue.cc', |
289 'resources/resource_update_queue.h', | 289 'resources/resource_update_queue.h', |
290 'resources/scoped_resource.cc', | 290 'resources/scoped_resource.cc', |
291 'resources/scoped_resource.h', | 291 'resources/scoped_resource.h', |
292 'resources/skpicture_content_layer_updater.cc', | 292 'resources/skpicture_content_layer_updater.cc', |
293 'resources/skpicture_content_layer_updater.h', | 293 'resources/skpicture_content_layer_updater.h', |
| 294 'resources/sync_point_helper.cc', |
| 295 'resources/sync_point_helper.h', |
294 'resources/texture_mailbox.cc', | 296 'resources/texture_mailbox.cc', |
295 'resources/texture_mailbox.h', | 297 'resources/texture_mailbox.h', |
296 'resources/tile.cc', | 298 'resources/tile.cc', |
297 'resources/tile.h', | 299 'resources/tile.h', |
298 'resources/tile_manager.cc', | 300 'resources/tile_manager.cc', |
299 'resources/tile_manager.h', | 301 'resources/tile_manager.h', |
300 'resources/tile_priority.cc', | 302 'resources/tile_priority.cc', |
301 'resources/tile_priority.h', | 303 'resources/tile_priority.h', |
302 'resources/transferable_resource.cc', | 304 'resources/transferable_resource.cc', |
303 'resources/transferable_resource.h', | 305 'resources/transferable_resource.h', |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 'CC_IMPLEMENTATION=1', | 384 'CC_IMPLEMENTATION=1', |
383 ], | 385 ], |
384 'sources': [ | 386 'sources': [ |
385 '<@(cc_source_files)', | 387 '<@(cc_source_files)', |
386 ], | 388 ], |
387 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 389 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
388 'msvs_disabled_warnings': [ 4267, ], | 390 'msvs_disabled_warnings': [ 4267, ], |
389 }, | 391 }, |
390 ], | 392 ], |
391 } | 393 } |
OLD | NEW |