| 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("//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 712 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|   723     "test/picture_cache_model.cc", |   723     "test/picture_cache_model.cc", | 
|   724     "test/picture_cache_model.h", |   724     "test/picture_cache_model.h", | 
|   725     "test/pixel_comparator.cc", |   725     "test/pixel_comparator.cc", | 
|   726     "test/pixel_comparator.h", |   726     "test/pixel_comparator.h", | 
|   727     "test/pixel_test.cc", |   727     "test/pixel_test.cc", | 
|   728     "test/pixel_test.h", |   728     "test/pixel_test.h", | 
|   729     "test/pixel_test_output_surface.cc", |   729     "test/pixel_test_output_surface.cc", | 
|   730     "test/pixel_test_output_surface.h", |   730     "test/pixel_test_output_surface.h", | 
|   731     "test/pixel_test_utils.cc", |   731     "test/pixel_test_utils.cc", | 
|   732     "test/pixel_test_utils.h", |   732     "test/pixel_test_utils.h", | 
 |   733     "test/push_properties_counting_layer.cc", | 
 |   734     "test/push_properties_counting_layer.h", | 
 |   735     "test/push_properties_counting_layer_impl.cc", | 
 |   736     "test/push_properties_counting_layer_impl.h", | 
|   733     "test/remote_client_layer_factory.cc", |   737     "test/remote_client_layer_factory.cc", | 
|   734     "test/remote_client_layer_factory.h", |   738     "test/remote_client_layer_factory.h", | 
|   735     "test/remote_proto_channel_bridge.cc", |   739     "test/remote_proto_channel_bridge.cc", | 
|   736     "test/remote_proto_channel_bridge.h", |   740     "test/remote_proto_channel_bridge.h", | 
|   737     "test/render_pass_test_utils.cc", |   741     "test/render_pass_test_utils.cc", | 
|   738     "test/render_pass_test_utils.h", |   742     "test/render_pass_test_utils.h", | 
|   739     "test/scheduler_test_common.cc", |   743     "test/scheduler_test_common.cc", | 
|   740     "test/scheduler_test_common.h", |   744     "test/scheduler_test_common.h", | 
|   741     "test/skia_common.cc", |   745     "test/skia_common.cc", | 
|   742     "test/skia_common.h", |   746     "test/skia_common.h", | 
| (...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  1082  |  1086  | 
|  1083   data = [ |  1087   data = [ | 
|  1084     "test/data/", |  1088     "test/data/", | 
|  1085  |  1089  | 
|  1086     # Needed for isolate script to execute. |  1090     # Needed for isolate script to execute. | 
|  1087     "//testing/scripts/common.py", |  1091     "//testing/scripts/common.py", | 
|  1088     "//testing/xvfb.py", |  1092     "//testing/xvfb.py", | 
|  1089     "//testing/scripts/run_gtest_perf_test.py", |  1093     "//testing/scripts/run_gtest_perf_test.py", | 
|  1090   ] |  1094   ] | 
|  1091 } |  1095 } | 
| OLD | NEW |