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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 "resources/scoped_ui_resource.h", | 357 "resources/scoped_ui_resource.h", |
358 "resources/shared_bitmap.cc", | 358 "resources/shared_bitmap.cc", |
359 "resources/shared_bitmap.h", | 359 "resources/shared_bitmap.h", |
360 "resources/shared_bitmap_manager.h", | 360 "resources/shared_bitmap_manager.h", |
361 "resources/single_release_callback.cc", | 361 "resources/single_release_callback.cc", |
362 "resources/single_release_callback.h", | 362 "resources/single_release_callback.h", |
363 "resources/single_release_callback_impl.cc", | 363 "resources/single_release_callback_impl.cc", |
364 "resources/single_release_callback_impl.h", | 364 "resources/single_release_callback_impl.h", |
365 "resources/texture_mailbox.cc", | 365 "resources/texture_mailbox.cc", |
366 "resources/texture_mailbox.h", | 366 "resources/texture_mailbox.h", |
| 367 "resources/texture_mailbox_releaser_provider.h", |
367 "resources/transferable_resource.cc", | 368 "resources/transferable_resource.cc", |
368 "resources/transferable_resource.h", | 369 "resources/transferable_resource.h", |
369 "resources/ui_resource_bitmap.cc", | 370 "resources/ui_resource_bitmap.cc", |
370 "resources/ui_resource_bitmap.h", | 371 "resources/ui_resource_bitmap.h", |
371 "resources/ui_resource_client.h", | 372 "resources/ui_resource_client.h", |
372 "resources/ui_resource_manager.cc", | 373 "resources/ui_resource_manager.cc", |
373 "resources/ui_resource_manager.h", | 374 "resources/ui_resource_manager.h", |
374 "resources/ui_resource_request.cc", | 375 "resources/ui_resource_request.cc", |
375 "resources/ui_resource_request.h", | 376 "resources/ui_resource_request.h", |
376 "resources/video_resource_updater.cc", | 377 "resources/video_resource_updater.cc", |
(...skipping 615 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
992 data = [ | 993 data = [ |
993 "test/data/", | 994 "test/data/", |
994 | 995 |
995 # Needed for isolate script to execute. | 996 # Needed for isolate script to execute. |
996 "//testing/scripts/common.py", | 997 "//testing/scripts/common.py", |
997 "//testing/xvfb.py", | 998 "//testing/xvfb.py", |
998 "//testing/scripts/run_gtest_perf_test.py", | 999 "//testing/scripts/run_gtest_perf_test.py", |
999 "//tools/perf/generate_legacy_perf_dashboard_json.py", | 1000 "//tools/perf/generate_legacy_perf_dashboard_json.py", |
1000 ] | 1001 ] |
1001 } | 1002 } |
OLD | NEW |