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

Side by Side Diff: cc/BUILD.gn

Issue 2423483003: cc: Make visible rect computation aware of pixel-moving filters (Closed)
Patch Set: It's 2017 -- update copyright for new files Created 3 years, 11 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/layers/render_surface_impl.h » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//cc/cc.gni") 6 import("//cc/cc.gni")
7 7
8 cc_component("cc") { 8 cc_component("cc") {
9 sources = [ 9 sources = [
10 "blimp/client_picture_cache.h", 10 "blimp/client_picture_cache.h",
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
456 "tiles/tile_task_manager.cc", 456 "tiles/tile_task_manager.cc",
457 "tiles/tile_task_manager.h", 457 "tiles/tile_task_manager.h",
458 "tiles/tiling_set_eviction_queue.cc", 458 "tiles/tiling_set_eviction_queue.cc",
459 "tiles/tiling_set_eviction_queue.h", 459 "tiles/tiling_set_eviction_queue.h",
460 "tiles/tiling_set_raster_queue_all.cc", 460 "tiles/tiling_set_raster_queue_all.cc",
461 "tiles/tiling_set_raster_queue_all.h", 461 "tiles/tiling_set_raster_queue_all.h",
462 "tiles/tiling_set_raster_queue_required.cc", 462 "tiles/tiling_set_raster_queue_required.cc",
463 "tiles/tiling_set_raster_queue_required.h", 463 "tiles/tiling_set_raster_queue_required.h",
464 "trees/blocking_task_runner.cc", 464 "trees/blocking_task_runner.cc",
465 "trees/blocking_task_runner.h", 465 "trees/blocking_task_runner.h",
466 "trees/clip_expander.cc",
467 "trees/clip_expander.h",
466 "trees/clip_node.cc", 468 "trees/clip_node.cc",
467 "trees/clip_node.h", 469 "trees/clip_node.h",
468 "trees/compositor_mode.h", 470 "trees/compositor_mode.h",
469 "trees/damage_tracker.cc", 471 "trees/damage_tracker.cc",
470 "trees/damage_tracker.h", 472 "trees/damage_tracker.h",
471 "trees/draw_property_utils.cc", 473 "trees/draw_property_utils.cc",
472 "trees/draw_property_utils.h", 474 "trees/draw_property_utils.h",
473 "trees/effect_node.cc", 475 "trees/effect_node.cc",
474 "trees/effect_node.h", 476 "trees/effect_node.h",
475 "trees/element_id.cc", 477 "trees/element_id.cc",
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
1037 data = [ 1039 data = [
1038 "test/data/", 1040 "test/data/",
1039 1041
1040 # Needed for isolate script to execute. 1042 # Needed for isolate script to execute.
1041 "//testing/scripts/common.py", 1043 "//testing/scripts/common.py",
1042 "//testing/xvfb.py", 1044 "//testing/xvfb.py",
1043 "//testing/scripts/run_gtest_perf_test.py", 1045 "//testing/scripts/run_gtest_perf_test.py",
1044 "//tools/perf/generate_legacy_perf_dashboard_json.py", 1046 "//tools/perf/generate_legacy_perf_dashboard_json.py",
1045 ] 1047 ]
1046 } 1048 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/render_surface_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698