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

Side by Side Diff: cc/BUILD.gn

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: three Rs: rebase, readme, review 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
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 "debug/benchmark_instrumentation.cc", 10 "debug/benchmark_instrumentation.cc",
(...skipping 503 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. 514 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed.
515 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] 515 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ]
516 516
517 public_deps = [ 517 public_deps = [
518 "//cc/base", 518 "//cc/base",
519 "//skia", 519 "//skia",
520 ] 520 ]
521 deps = [ 521 deps = [
522 "//base", 522 "//base",
523 "//base/third_party/dynamic_annotations", 523 "//base/third_party/dynamic_annotations",
524 "//cc/paint",
524 "//cc/surfaces:surface_id", 525 "//cc/surfaces:surface_id",
525 "//gpu", 526 "//gpu",
526 "//gpu/command_buffer/client:gles2_implementation", 527 "//gpu/command_buffer/client:gles2_implementation",
527 "//gpu/command_buffer/client:gles2_interface", 528 "//gpu/command_buffer/client:gles2_interface",
528 "//gpu/ipc:gl_in_process_context", 529 "//gpu/ipc:gl_in_process_context",
529 "//gpu/skia_bindings:skia_bindings", 530 "//gpu/skia_bindings:skia_bindings",
530 "//media", 531 "//media",
531 "//third_party/libyuv", 532 "//third_party/libyuv",
532 "//ui/events:events_base", 533 "//ui/events:events_base",
533 "//ui/gfx", 534 "//ui/gfx",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 703
703 public_deps = [ 704 public_deps = [
704 ":cc", 705 ":cc",
705 "//cc/animation", 706 "//cc/animation",
706 "//gpu:test_support", 707 "//gpu:test_support",
707 ] 708 ]
708 deps = [ 709 deps = [
709 "//base", 710 "//base",
710 "//base/test:test_support", 711 "//base/test:test_support",
711 "//base/third_party/dynamic_annotations", 712 "//base/third_party/dynamic_annotations",
713 "//cc/paint",
712 "//cc/surfaces", 714 "//cc/surfaces",
713 "//cc/surfaces:surface_id", 715 "//cc/surfaces:surface_id",
714 "//gpu/command_buffer/client:gles2_c_lib", 716 "//gpu/command_buffer/client:gles2_c_lib",
715 "//gpu/command_buffer/client:gles2_implementation", 717 "//gpu/command_buffer/client:gles2_implementation",
716 "//gpu/command_buffer/common:gles2_utils", 718 "//gpu/command_buffer/common:gles2_utils",
717 "//gpu/ipc:gl_in_process_context", 719 "//gpu/ipc:gl_in_process_context",
718 "//gpu/skia_bindings", 720 "//gpu/skia_bindings",
719 "//media", 721 "//media",
720 "//skia", 722 "//skia",
721 "//testing/gmock", 723 "//testing/gmock",
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
905 907
906 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed. 908 # TODO(khushalsagar): Remove once crbug.com/683263 is fixed.
907 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ] 909 configs = [ "//build/config/compiler:no_size_t_to_int_warning" ]
908 910
909 deps = [ 911 deps = [
910 ":cc", 912 ":cc",
911 ":test_support", 913 ":test_support",
912 "//base/test:test_support", 914 "//base/test:test_support",
913 "//cc/ipc", 915 "//cc/ipc",
914 "//cc/ipc:test_interfaces", 916 "//cc/ipc:test_interfaces",
917 "//cc/paint",
915 "//cc/surfaces", 918 "//cc/surfaces",
916 "//cc/surfaces:surface_id", 919 "//cc/surfaces:surface_id",
917 "//cc/surfaces:surfaces", 920 "//cc/surfaces:surfaces",
918 "//gpu", 921 "//gpu",
919 "//gpu:test_support", 922 "//gpu:test_support",
920 "//gpu/command_buffer/client:gles2_interface", 923 "//gpu/command_buffer/client:gles2_interface",
921 "//gpu/command_buffer/common:gles2_utils", 924 "//gpu/command_buffer/common:gles2_utils",
922 "//media", 925 "//media",
923 "//mojo/edk/system", 926 "//mojo/edk/system",
924 "//mojo/public/cpp/bindings", 927 "//mojo/public/cpp/bindings",
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
988 data = [ 991 data = [
989 "test/data/", 992 "test/data/",
990 993
991 # Needed for isolate script to execute. 994 # Needed for isolate script to execute.
992 "//testing/scripts/common.py", 995 "//testing/scripts/common.py",
993 "//testing/xvfb.py", 996 "//testing/xvfb.py",
994 "//testing/scripts/run_gtest_perf_test.py", 997 "//testing/scripts/run_gtest_perf_test.py",
995 "//tools/perf/generate_legacy_perf_dashboard_json.py", 998 "//tools/perf/generate_legacy_perf_dashboard_json.py",
996 ] 999 ]
997 } 1000 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698