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 443 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
454 'resources/memory_history.cc', | 454 'resources/memory_history.cc', |
455 'resources/memory_history.h', | 455 'resources/memory_history.h', |
456 'resources/platform_color.h', | 456 'resources/platform_color.h', |
457 'resources/prioritized_resource.cc', | 457 'resources/prioritized_resource.cc', |
458 'resources/prioritized_resource.h', | 458 'resources/prioritized_resource.h', |
459 'resources/prioritized_resource_manager.cc', | 459 'resources/prioritized_resource_manager.cc', |
460 'resources/prioritized_resource_manager.h', | 460 'resources/prioritized_resource_manager.h', |
461 'resources/priority_calculator.cc', | 461 'resources/priority_calculator.cc', |
462 'resources/priority_calculator.h', | 462 'resources/priority_calculator.h', |
463 'resources/release_callback.h', | 463 'resources/release_callback.h', |
464 'resources/resource.cc', | |
465 'resources/resource.h', | 464 'resources/resource.h', |
466 'resources/resource_format.cc', | 465 'resources/resource_format.cc', |
467 'resources/resource_format.h', | 466 'resources/resource_format.h', |
468 'resources/resource_pool.cc', | 467 'resources/resource_pool.cc', |
469 'resources/resource_pool.h', | 468 'resources/resource_pool.h', |
470 'resources/resource_provider.cc', | 469 'resources/resource_provider.cc', |
471 'resources/resource_provider.h', | 470 'resources/resource_provider.h', |
472 'resources/resource_update.cc', | 471 'resources/resource_update.cc', |
473 'resources/resource_update.h', | 472 'resources/resource_update.h', |
474 'resources/resource_update_controller.cc', | 473 'resources/resource_update_controller.cc', |
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
674 'raster/texture_compressor_etc1_sse.h', | 673 'raster/texture_compressor_etc1_sse.h', |
675 ], | 674 ], |
676 'cflags': [ | 675 'cflags': [ |
677 '-msse2', | 676 '-msse2', |
678 ], | 677 ], |
679 }], | 678 }], |
680 ], | 679 ], |
681 }, | 680 }, |
682 ], | 681 ], |
683 } | 682 } |
OLD | NEW |