| 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 "blimp/client_picture_cache.h", | 10 "blimp/client_picture_cache.h", |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 "layers/layer_position_constraint.cc", | 119 "layers/layer_position_constraint.cc", |
| 120 "layers/layer_position_constraint.h", | 120 "layers/layer_position_constraint.h", |
| 121 "layers/layer_sticky_position_constraint.cc", | 121 "layers/layer_sticky_position_constraint.cc", |
| 122 "layers/layer_sticky_position_constraint.h", | 122 "layers/layer_sticky_position_constraint.h", |
| 123 "layers/layer_utils.cc", | 123 "layers/layer_utils.cc", |
| 124 "layers/layer_utils.h", | 124 "layers/layer_utils.h", |
| 125 "layers/nine_patch_layer.cc", | 125 "layers/nine_patch_layer.cc", |
| 126 "layers/nine_patch_layer.h", | 126 "layers/nine_patch_layer.h", |
| 127 "layers/nine_patch_layer_impl.cc", | 127 "layers/nine_patch_layer_impl.cc", |
| 128 "layers/nine_patch_layer_impl.h", | 128 "layers/nine_patch_layer_impl.h", |
| 129 "layers/overlay_scrollbar_layer.cc", |
| 130 "layers/overlay_scrollbar_layer.h", |
| 131 "layers/overlay_scrollbar_layer_impl.cc", |
| 132 "layers/overlay_scrollbar_layer_impl.h", |
| 129 "layers/paint_properties.h", | 133 "layers/paint_properties.h", |
| 130 "layers/painted_scrollbar_layer.cc", | 134 "layers/painted_scrollbar_layer.cc", |
| 131 "layers/painted_scrollbar_layer.h", | 135 "layers/painted_scrollbar_layer.h", |
| 132 "layers/painted_scrollbar_layer_impl.cc", | 136 "layers/painted_scrollbar_layer_impl.cc", |
| 133 "layers/painted_scrollbar_layer_impl.h", | 137 "layers/painted_scrollbar_layer_impl.h", |
| 134 "layers/picture_image_layer.cc", | 138 "layers/picture_image_layer.cc", |
| 135 "layers/picture_image_layer.h", | 139 "layers/picture_image_layer.h", |
| 136 "layers/picture_layer.cc", | 140 "layers/picture_layer.cc", |
| 137 "layers/picture_layer.h", | 141 "layers/picture_layer.h", |
| 138 "layers/picture_layer_impl.cc", | 142 "layers/picture_layer_impl.cc", |
| (...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 307 "quads/content_draw_quad_base.cc", | 311 "quads/content_draw_quad_base.cc", |
| 308 "quads/content_draw_quad_base.h", | 312 "quads/content_draw_quad_base.h", |
| 309 "quads/debug_border_draw_quad.cc", | 313 "quads/debug_border_draw_quad.cc", |
| 310 "quads/debug_border_draw_quad.h", | 314 "quads/debug_border_draw_quad.h", |
| 311 "quads/draw_polygon.cc", | 315 "quads/draw_polygon.cc", |
| 312 "quads/draw_polygon.h", | 316 "quads/draw_polygon.h", |
| 313 "quads/draw_quad.cc", | 317 "quads/draw_quad.cc", |
| 314 "quads/draw_quad.h", | 318 "quads/draw_quad.h", |
| 315 "quads/largest_draw_quad.cc", | 319 "quads/largest_draw_quad.cc", |
| 316 "quads/largest_draw_quad.h", | 320 "quads/largest_draw_quad.h", |
| 321 "quads/nine_patch_generator.cc", |
| 322 "quads/nine_patch_generator.h", |
| 317 "quads/picture_draw_quad.cc", | 323 "quads/picture_draw_quad.cc", |
| 318 "quads/picture_draw_quad.h", | 324 "quads/picture_draw_quad.h", |
| 319 "quads/render_pass.cc", | 325 "quads/render_pass.cc", |
| 320 "quads/render_pass.h", | 326 "quads/render_pass.h", |
| 321 "quads/render_pass_draw_quad.cc", | 327 "quads/render_pass_draw_quad.cc", |
| 322 "quads/render_pass_draw_quad.h", | 328 "quads/render_pass_draw_quad.h", |
| 323 "quads/shared_quad_state.cc", | 329 "quads/shared_quad_state.cc", |
| 324 "quads/shared_quad_state.h", | 330 "quads/shared_quad_state.h", |
| 325 "quads/solid_color_draw_quad.cc", | 331 "quads/solid_color_draw_quad.cc", |
| 326 "quads/solid_color_draw_quad.h", | 332 "quads/solid_color_draw_quad.h", |
| (...skipping 710 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1037 data = [ | 1043 data = [ |
| 1038 "test/data/", | 1044 "test/data/", |
| 1039 | 1045 |
| 1040 # Needed for isolate script to execute. | 1046 # Needed for isolate script to execute. |
| 1041 "//testing/scripts/common.py", | 1047 "//testing/scripts/common.py", |
| 1042 "//testing/xvfb.py", | 1048 "//testing/xvfb.py", |
| 1043 "//testing/scripts/run_gtest_perf_test.py", | 1049 "//testing/scripts/run_gtest_perf_test.py", |
| 1044 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1050 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
| 1045 ] | 1051 ] |
| 1046 } | 1052 } |
| OLD | NEW |