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

Side by Side Diff: cc/BUILD.gn

Issue 999173004: cc: Move worker threads to content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment and webview fix 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 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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 "test/test_gpu_memory_buffer_manager.h", 660 "test/test_gpu_memory_buffer_manager.h",
661 "test/test_image_factory.cc", 661 "test/test_image_factory.cc",
662 "test/test_image_factory.h", 662 "test/test_image_factory.h",
663 "test/test_in_process_context_provider.cc", 663 "test/test_in_process_context_provider.cc",
664 "test/test_in_process_context_provider.h", 664 "test/test_in_process_context_provider.h",
665 "test/test_now_source.cc", 665 "test/test_now_source.cc",
666 "test/test_now_source.h", 666 "test/test_now_source.h",
667 "test/test_occlusion_tracker.h", 667 "test/test_occlusion_tracker.h",
668 "test/test_shared_bitmap_manager.cc", 668 "test/test_shared_bitmap_manager.cc",
669 "test/test_shared_bitmap_manager.h", 669 "test/test_shared_bitmap_manager.h",
670 "test/test_task_graph_runner.cc",
671 "test/test_task_graph_runner.h",
670 "test/test_texture.cc", 672 "test/test_texture.cc",
671 "test/test_texture.h", 673 "test/test_texture.h",
672 "test/test_tile_priorities.cc", 674 "test/test_tile_priorities.cc",
673 "test/test_tile_priorities.h", 675 "test/test_tile_priorities.h",
674 "test/test_web_graphics_context_3d.cc", 676 "test/test_web_graphics_context_3d.cc",
675 "test/test_web_graphics_context_3d.h", 677 "test/test_web_graphics_context_3d.h",
676 "test/tiled_layer_test_common.cc", 678 "test/tiled_layer_test_common.cc",
677 "test/tiled_layer_test_common.h", 679 "test/tiled_layer_test_common.h",
678 ] 680 ]
679 681
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "//testing/gmock", 902 "//testing/gmock",
901 "//testing/gtest", 903 "//testing/gtest",
902 "//testing/perf", 904 "//testing/perf",
903 "//ui/gfx", 905 "//ui/gfx",
904 "//ui/gfx/geometry", 906 "//ui/gfx/geometry",
905 "//ui/gl", 907 "//ui/gl",
906 ] 908 ]
907 } 909 }
908 # When adding support for isolates, please have a look at run-time dependencies 910 # When adding support for isolates, please have a look at run-time dependencies
909 # in the cc_unittests_run target in cc_tests.gyp. 911 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698