| 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("//cc/cc.gni") |    5 import("//cc/cc.gni") | 
|    6 import("//gpu/vulkan/features.gni") |    6 import("//gpu/vulkan/features.gni") | 
|    7  |    7  | 
|    8 cc_component("cc") { |    8 cc_component("cc") { | 
|    9   sources = [ |    9   sources = [ | 
|   10     "benchmarks/benchmark_instrumentation.cc", |   10     "benchmarks/benchmark_instrumentation.cc", | 
| (...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  512   testonly = true |  512   testonly = true | 
|  513   sources = [ |  513   sources = [ | 
|  514     "test/animation_test_common.cc", |  514     "test/animation_test_common.cc", | 
|  515     "test/animation_test_common.h", |  515     "test/animation_test_common.h", | 
|  516     "test/animation_timelines_test_common.cc", |  516     "test/animation_timelines_test_common.cc", | 
|  517     "test/animation_timelines_test_common.h", |  517     "test/animation_timelines_test_common.h", | 
|  518     "test/begin_frame_args_test.cc", |  518     "test/begin_frame_args_test.cc", | 
|  519     "test/begin_frame_args_test.h", |  519     "test/begin_frame_args_test.h", | 
|  520     "test/begin_frame_source_test.cc", |  520     "test/begin_frame_source_test.cc", | 
|  521     "test/begin_frame_source_test.h", |  521     "test/begin_frame_source_test.h", | 
 |  522     "test/compositor_frame_helpers.cc", | 
 |  523     "test/compositor_frame_helpers.h", | 
|  522     "test/fake_compositor_frame_sink.cc", |  524     "test/fake_compositor_frame_sink.cc", | 
|  523     "test/fake_compositor_frame_sink.h", |  525     "test/fake_compositor_frame_sink.h", | 
|  524     "test/fake_compositor_frame_sink_client.cc", |  526     "test/fake_compositor_frame_sink_client.cc", | 
|  525     "test/fake_compositor_frame_sink_client.h", |  527     "test/fake_compositor_frame_sink_client.h", | 
|  526     "test/fake_compositor_frame_sink_support_client.cc", |  528     "test/fake_compositor_frame_sink_support_client.cc", | 
|  527     "test/fake_compositor_frame_sink_support_client.h", |  529     "test/fake_compositor_frame_sink_support_client.h", | 
|  528     "test/fake_content_layer_client.cc", |  530     "test/fake_content_layer_client.cc", | 
|  529     "test/fake_content_layer_client.h", |  531     "test/fake_content_layer_client.h", | 
|  530     "test/fake_external_begin_frame_source.cc", |  532     "test/fake_external_begin_frame_source.cc", | 
|  531     "test/fake_external_begin_frame_source.h", |  533     "test/fake_external_begin_frame_source.h", | 
| (...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  961   data = [ |  963   data = [ | 
|  962     "test/data/", |  964     "test/data/", | 
|  963  |  965  | 
|  964     # Needed for isolate script to execute. |  966     # Needed for isolate script to execute. | 
|  965     "//testing/scripts/common.py", |  967     "//testing/scripts/common.py", | 
|  966     "//testing/xvfb.py", |  968     "//testing/xvfb.py", | 
|  967     "//testing/scripts/run_gtest_perf_test.py", |  969     "//testing/scripts/run_gtest_perf_test.py", | 
|  968     "//tools/perf/generate_legacy_perf_dashboard_json.py", |  970     "//tools/perf/generate_legacy_perf_dashboard_json.py", | 
|  969   ] |  971   ] | 
|  970 } |  972 } | 
| OLD | NEW |