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

Side by Side Diff: cc/BUILD.gn

Issue 1974033004: (reland) cc: Refactor layer/tile manager unittest to extract common code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix perftests Created 4 years, 7 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_tests.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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 698 matching lines...) Expand 10 before | Expand all | Expand 10 after
709 "test/test_gles2_interface.cc", 709 "test/test_gles2_interface.cc",
710 "test/test_gles2_interface.h", 710 "test/test_gles2_interface.h",
711 "test/test_gpu_memory_buffer_manager.cc", 711 "test/test_gpu_memory_buffer_manager.cc",
712 "test/test_gpu_memory_buffer_manager.h", 712 "test/test_gpu_memory_buffer_manager.h",
713 "test/test_hooks.cc", 713 "test/test_hooks.cc",
714 "test/test_hooks.h", 714 "test/test_hooks.h",
715 "test/test_image_factory.cc", 715 "test/test_image_factory.cc",
716 "test/test_image_factory.h", 716 "test/test_image_factory.h",
717 "test/test_in_process_context_provider.cc", 717 "test/test_in_process_context_provider.cc",
718 "test/test_in_process_context_provider.h", 718 "test/test_in_process_context_provider.h",
719 "test/test_layer_tree_host_base.cc",
720 "test/test_layer_tree_host_base.h",
719 "test/test_occlusion_tracker.h", 721 "test/test_occlusion_tracker.h",
720 "test/test_shared_bitmap_manager.cc", 722 "test/test_shared_bitmap_manager.cc",
721 "test/test_shared_bitmap_manager.h", 723 "test/test_shared_bitmap_manager.h",
722 "test/test_task_graph_runner.cc", 724 "test/test_task_graph_runner.cc",
723 "test/test_task_graph_runner.h", 725 "test/test_task_graph_runner.h",
724 "test/test_texture.cc", 726 "test/test_texture.cc",
725 "test/test_texture.h", 727 "test/test_texture.h",
726 "test/test_tile_priorities.cc", 728 "test/test_tile_priorities.cc",
727 "test/test_tile_priorities.h", 729 "test/test_tile_priorities.h",
728 "test/test_web_graphics_context_3d.cc", 730 "test/test_web_graphics_context_3d.cc",
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 "//ui/gfx/geometry", 1007 "//ui/gfx/geometry",
1006 "//ui/gl", 1008 "//ui/gl",
1007 "//ui/gl:test_support", 1009 "//ui/gl:test_support",
1008 ] 1010 ]
1009 1011
1010 # This target should not require the Chrome executable to run. 1012 # This target should not require the Chrome executable to run.
1011 assert_no_deps = [ "//chrome" ] 1013 assert_no_deps = [ "//chrome" ]
1012 } 1014 }
1013 # When adding support for isolates, please have a look at run-time dependencies 1015 # When adding support for isolates, please have a look at run-time dependencies
1014 # in the cc_unittests_run target in cc_tests.gyp. 1016 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698