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

Side by Side Diff: cc/BUILD.gn

Issue 1997743002: cc: Implement test task runner for tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_schedule_complete
Patch Set: nits 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 "test/test_layer_tree_host_base.h", 720 "test/test_layer_tree_host_base.h",
721 "test/test_occlusion_tracker.h", 721 "test/test_occlusion_tracker.h",
722 "test/test_shared_bitmap_manager.cc", 722 "test/test_shared_bitmap_manager.cc",
723 "test/test_shared_bitmap_manager.h", 723 "test/test_shared_bitmap_manager.h",
724 "test/test_task_graph_runner.cc", 724 "test/test_task_graph_runner.cc",
725 "test/test_task_graph_runner.h", 725 "test/test_task_graph_runner.h",
726 "test/test_texture.cc", 726 "test/test_texture.cc",
727 "test/test_texture.h", 727 "test/test_texture.h",
728 "test/test_tile_priorities.cc", 728 "test/test_tile_priorities.cc",
729 "test/test_tile_priorities.h", 729 "test/test_tile_priorities.h",
730 "test/test_tile_task_runner.cc",
731 "test/test_tile_task_runner.h",
730 "test/test_web_graphics_context_3d.cc", 732 "test/test_web_graphics_context_3d.cc",
731 "test/test_web_graphics_context_3d.h", 733 "test/test_web_graphics_context_3d.h",
732 "test/threaded_channel_for_test.cc", 734 "test/threaded_channel_for_test.cc",
733 "test/threaded_channel_for_test.h", 735 "test/threaded_channel_for_test.h",
734 ] 736 ]
735 737
736 configs += [ "//build/config:precompiled_headers" ] 738 configs += [ "//build/config:precompiled_headers" ]
737 739
738 public_deps = [ 740 public_deps = [
739 ":cc", 741 ":cc",
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1007 "//ui/gfx/geometry", 1009 "//ui/gfx/geometry",
1008 "//ui/gl", 1010 "//ui/gl",
1009 "//ui/gl:test_support", 1011 "//ui/gl:test_support",
1010 ] 1012 ]
1011 1013
1012 # This target should not require the Chrome executable to run. 1014 # This target should not require the Chrome executable to run.
1013 assert_no_deps = [ "//chrome" ] 1015 assert_no_deps = [ "//chrome" ]
1014 } 1016 }
1015 # When adding support for isolates, please have a look at run-time dependencies 1017 # When adding support for isolates, please have a look at run-time dependencies
1016 # in the cc_unittests_run target in cc_tests.gyp. 1018 # 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