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

Side by Side Diff: cc/BUILD.gn

Issue 603683006: cc: Remove low quality mode and cleanup tile versions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 6 years, 2 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
361 "resources/prioritized_resource.cc", 361 "resources/prioritized_resource.cc",
362 "resources/prioritized_resource.h", 362 "resources/prioritized_resource.h",
363 "resources/prioritized_resource_manager.cc", 363 "resources/prioritized_resource_manager.cc",
364 "resources/prioritized_resource_manager.h", 364 "resources/prioritized_resource_manager.h",
365 "resources/prioritized_tile_set.cc", 365 "resources/prioritized_tile_set.cc",
366 "resources/prioritized_tile_set.h", 366 "resources/prioritized_tile_set.h",
367 "resources/priority_calculator.cc", 367 "resources/priority_calculator.cc",
368 "resources/priority_calculator.h", 368 "resources/priority_calculator.h",
369 "resources/raster_buffer.cc", 369 "resources/raster_buffer.cc",
370 "resources/raster_buffer.h", 370 "resources/raster_buffer.h",
371 "resources/raster_mode.cc",
372 "resources/raster_mode.h",
373 "resources/raster_tile_priority_queue.cc", 371 "resources/raster_tile_priority_queue.cc",
374 "resources/raster_tile_priority_queue.h", 372 "resources/raster_tile_priority_queue.h",
375 "resources/raster_worker_pool.cc", 373 "resources/raster_worker_pool.cc",
376 "resources/raster_worker_pool.h", 374 "resources/raster_worker_pool.h",
377 "resources/rasterizer.cc", 375 "resources/rasterizer.cc",
378 "resources/rasterizer.h", 376 "resources/rasterizer.h",
379 "resources/release_callback.h", 377 "resources/release_callback.h",
380 "resources/resource.cc", 378 "resources/resource.cc",
381 "resources/resource.h", 379 "resources/resource.h",
382 "resources/resource_format.cc", 380 "resources/resource_format.cc",
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "//gpu/command_buffer/common:gles2_utils", 819 "//gpu/command_buffer/common:gles2_utils",
822 "//media", 820 "//media",
823 "//skia", 821 "//skia",
824 "//testing/gmock", 822 "//testing/gmock",
825 "//testing/gtest", 823 "//testing/gtest",
826 "//testing/perf", 824 "//testing/perf",
827 "//ui/gfx", 825 "//ui/gfx",
828 "//ui/gfx/geometry", 826 "//ui/gfx/geometry",
829 ] 827 ]
830 } 828 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698