Chromium Code Reviews| 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 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 375 'resources/one_copy_raster_worker_pool.cc', | 375 'resources/one_copy_raster_worker_pool.cc', |
| 376 'resources/one_copy_raster_worker_pool.h', | 376 'resources/one_copy_raster_worker_pool.h', |
| 377 'resources/picture.cc', | 377 'resources/picture.cc', |
| 378 'resources/picture.h', | 378 'resources/picture.h', |
| 379 'resources/picture_layer_tiling.cc', | 379 'resources/picture_layer_tiling.cc', |
| 380 'resources/picture_layer_tiling.h', | 380 'resources/picture_layer_tiling.h', |
| 381 'resources/picture_layer_tiling_set.cc', | 381 'resources/picture_layer_tiling_set.cc', |
| 382 'resources/picture_layer_tiling_set.h', | 382 'resources/picture_layer_tiling_set.h', |
| 383 'resources/picture_pile.cc', | 383 'resources/picture_pile.cc', |
| 384 'resources/picture_pile.h', | 384 'resources/picture_pile.h', |
| 385 'resources/picture_pile_base.cc', | |
|
vmpstr
2014/11/11 23:57:07
.gyp changes should have corresponding BUILD.gn ch
hendrikw
2014/11/12 00:02:34
Acknowledged.
| |
| 386 'resources/picture_pile_base.h', | |
| 387 'resources/picture_pile_impl.cc', | 385 'resources/picture_pile_impl.cc', |
| 388 'resources/picture_pile_impl.h', | 386 'resources/picture_pile_impl.h', |
| 389 'resources/pixel_buffer_raster_worker_pool.cc', | 387 'resources/pixel_buffer_raster_worker_pool.cc', |
| 390 'resources/pixel_buffer_raster_worker_pool.h', | 388 'resources/pixel_buffer_raster_worker_pool.h', |
| 391 'resources/platform_color.h', | 389 'resources/platform_color.h', |
| 392 'resources/prioritized_resource.cc', | 390 'resources/prioritized_resource.cc', |
| 393 'resources/prioritized_resource.h', | 391 'resources/prioritized_resource.h', |
| 394 'resources/prioritized_resource_manager.cc', | 392 'resources/prioritized_resource_manager.cc', |
| 395 'resources/prioritized_resource_manager.h', | 393 'resources/prioritized_resource_manager.h', |
| 396 'resources/priority_calculator.cc', | 394 'resources/priority_calculator.cc', |
| (...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 547 'surfaces/surface_resource_holder.cc', | 545 'surfaces/surface_resource_holder.cc', |
| 548 'surfaces/surface_resource_holder.h', | 546 'surfaces/surface_resource_holder.h', |
| 549 'surfaces/surfaces_export.h', | 547 'surfaces/surfaces_export.h', |
| 550 ], | 548 ], |
| 551 'includes': [ | 549 'includes': [ |
| 552 '../build/android/increase_size_for_speed.gypi', | 550 '../build/android/increase_size_for_speed.gypi', |
| 553 ], | 551 ], |
| 554 }, | 552 }, |
| 555 ], | 553 ], |
| 556 } | 554 } |
| OLD | NEW |