| 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 287 'resources/scoped_resource.cc', | 287 'resources/scoped_resource.cc', |
| 288 'resources/scoped_resource.h', | 288 'resources/scoped_resource.h', |
| 289 'resources/skpicture_content_layer_updater.cc', | 289 'resources/skpicture_content_layer_updater.cc', |
| 290 'resources/skpicture_content_layer_updater.h', | 290 'resources/skpicture_content_layer_updater.h', |
| 291 'resources/sync_point_helper.cc', | 291 'resources/sync_point_helper.cc', |
| 292 'resources/sync_point_helper.h', | 292 'resources/sync_point_helper.h', |
| 293 'resources/texture_mailbox.cc', | 293 'resources/texture_mailbox.cc', |
| 294 'resources/texture_mailbox.h', | 294 'resources/texture_mailbox.h', |
| 295 'resources/tile.cc', | 295 'resources/tile.cc', |
| 296 'resources/tile.h', | 296 'resources/tile.h', |
| 297 'resources/tile_data.cc', |
| 298 'resources/tile_data.h', |
| 297 'resources/tile_manager.cc', | 299 'resources/tile_manager.cc', |
| 298 'resources/tile_manager.h', | 300 'resources/tile_manager.h', |
| 299 'resources/tile_priority.cc', | 301 'resources/tile_priority.cc', |
| 300 'resources/tile_priority.h', | 302 'resources/tile_priority.h', |
| 301 'resources/transferable_resource.cc', | 303 'resources/transferable_resource.cc', |
| 302 'resources/transferable_resource.h', | 304 'resources/transferable_resource.h', |
| 303 'resources/video_resource_updater.cc', | 305 'resources/video_resource_updater.cc', |
| 304 'resources/video_resource_updater.h', | 306 'resources/video_resource_updater.h', |
| 305 'resources/worker_pool.cc', | 307 'resources/worker_pool.cc', |
| 306 'resources/worker_pool.h', | 308 'resources/worker_pool.h', |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 368 'CC_IMPLEMENTATION=1', | 370 'CC_IMPLEMENTATION=1', |
| 369 ], | 371 ], |
| 370 'sources': [ | 372 'sources': [ |
| 371 '<@(cc_source_files)', | 373 '<@(cc_source_files)', |
| 372 ], | 374 ], |
| 373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 374 'msvs_disabled_warnings': [ 4267, ], | 376 'msvs_disabled_warnings': [ 4267, ], |
| 375 }, | 377 }, |
| 376 ], | 378 ], |
| 377 } | 379 } |
| OLD | NEW |