Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Side by Side Diff: cc/BUILD.gn

Issue 2322943003: cc: Move UI Resource management out of LayerTreeHost. (Closed)
Patch Set: format Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 "resources/single_release_callback.h", 416 "resources/single_release_callback.h",
417 "resources/single_release_callback_impl.cc", 417 "resources/single_release_callback_impl.cc",
418 "resources/single_release_callback_impl.h", 418 "resources/single_release_callback_impl.h",
419 "resources/texture_mailbox.cc", 419 "resources/texture_mailbox.cc",
420 "resources/texture_mailbox.h", 420 "resources/texture_mailbox.h",
421 "resources/transferable_resource.cc", 421 "resources/transferable_resource.cc",
422 "resources/transferable_resource.h", 422 "resources/transferable_resource.h",
423 "resources/ui_resource_bitmap.cc", 423 "resources/ui_resource_bitmap.cc",
424 "resources/ui_resource_bitmap.h", 424 "resources/ui_resource_bitmap.h",
425 "resources/ui_resource_client.h", 425 "resources/ui_resource_client.h",
426 "resources/ui_resource_manager.cc",
427 "resources/ui_resource_manager.h",
426 "resources/ui_resource_request.cc", 428 "resources/ui_resource_request.cc",
427 "resources/ui_resource_request.h", 429 "resources/ui_resource_request.h",
428 "resources/video_resource_updater.cc", 430 "resources/video_resource_updater.cc",
429 "resources/video_resource_updater.h", 431 "resources/video_resource_updater.h",
430 "scheduler/begin_frame_source.cc", 432 "scheduler/begin_frame_source.cc",
431 "scheduler/begin_frame_source.h", 433 "scheduler/begin_frame_source.h",
432 "scheduler/begin_frame_tracker.cc", 434 "scheduler/begin_frame_tracker.cc",
433 "scheduler/begin_frame_tracker.h", 435 "scheduler/begin_frame_tracker.h",
434 "scheduler/commit_earlyout_reason.cc", 436 "scheduler/commit_earlyout_reason.cc",
435 "scheduler/commit_earlyout_reason.h", 437 "scheduler/commit_earlyout_reason.h",
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
1034 "//testing/perf", 1036 "//testing/perf",
1035 "//ui/gfx", 1037 "//ui/gfx",
1036 "//ui/gfx/geometry", 1038 "//ui/gfx/geometry",
1037 "//ui/gl", 1039 "//ui/gl",
1038 "//ui/gl:test_support", 1040 "//ui/gl:test_support",
1039 ] 1041 ]
1040 1042
1041 # This target should not require the Chrome executable to run. 1043 # This target should not require the Chrome executable to run.
1042 assert_no_deps = [ "//chrome" ] 1044 assert_no_deps = [ "//chrome" ]
1043 } 1045 }
OLDNEW
« no previous file with comments | « no previous file | cc/layers/nine_patch_layer_unittest.cc » ('j') | cc/layers/painted_scrollbar_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698