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