Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(29)

Side by Side Diff: cc/cc.gyp

Issue 1015373003: Add texture compression interface and ETC1 encoder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move files from cc/resources/texture_compress to cc/resources/ Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
471 'resources/single_release_callback.cc', 471 'resources/single_release_callback.cc',
472 'resources/single_release_callback.h', 472 'resources/single_release_callback.h',
473 'resources/single_release_callback_impl.cc', 473 'resources/single_release_callback_impl.cc',
474 'resources/single_release_callback_impl.h', 474 'resources/single_release_callback_impl.h',
475 'resources/skpicture_content_layer_updater.cc', 475 'resources/skpicture_content_layer_updater.cc',
476 'resources/skpicture_content_layer_updater.h', 476 'resources/skpicture_content_layer_updater.h',
477 'resources/software_rasterizer.cc', 477 'resources/software_rasterizer.cc',
478 'resources/software_rasterizer.h', 478 'resources/software_rasterizer.h',
479 'resources/task_graph_runner.cc', 479 'resources/task_graph_runner.cc',
480 'resources/task_graph_runner.h', 480 'resources/task_graph_runner.h',
481 'resources/texture_compressor.cc',
482 'resources/texture_compressor.h',
483 'resources/texture_compressor_etc1.cc',
484 'resources/texture_compressor_etc1.h',
481 'resources/texture_mailbox.cc', 485 'resources/texture_mailbox.cc',
482 'resources/texture_mailbox.h', 486 'resources/texture_mailbox.h',
483 'resources/texture_mailbox_deleter.cc', 487 'resources/texture_mailbox_deleter.cc',
484 'resources/texture_mailbox_deleter.h', 488 'resources/texture_mailbox_deleter.h',
485 'resources/texture_uploader.cc', 489 'resources/texture_uploader.cc',
486 'resources/texture_uploader.h', 490 'resources/texture_uploader.h',
487 'resources/tile.cc', 491 'resources/tile.cc',
488 'resources/tile.h', 492 'resources/tile.h',
489 'resources/tile_draw_info.cc', 493 'resources/tile_draw_info.cc',
490 'resources/tile_draw_info.h', 494 'resources/tile_draw_info.h',
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
615 'surfaces/surface_resource_holder.cc', 619 'surfaces/surface_resource_holder.cc',
616 'surfaces/surface_resource_holder.h', 620 'surfaces/surface_resource_holder.h',
617 'surfaces/surfaces_export.h', 621 'surfaces/surfaces_export.h',
618 ], 622 ],
619 'includes': [ 623 'includes': [
620 '../build/android/increase_size_for_speed.gypi', 624 '../build/android/increase_size_for_speed.gypi',
621 ], 625 ],
622 }, 626 },
623 ], 627 ],
624 } 628 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/cc_tests.gyp » ('j') | cc/resources/texture_compressor_etc1.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698