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

Side by Side Diff: cc/BUILD.gn

Issue 1201573002: cc: Remove BeginFrameSourcesConstructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove refptr changes Created 5 years, 6 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
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 component("cc") { 7 component("cc") {
8 sources = [ 8 sources = [
9 "animation/animation.cc", 9 "animation/animation.cc",
10 "animation/animation.h", 10 "animation/animation.h",
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 "output/software_output_device.h", 267 "output/software_output_device.h",
268 "output/software_renderer.cc", 268 "output/software_renderer.cc",
269 "output/software_renderer.h", 269 "output/software_renderer.h",
270 "output/static_geometry_binding.cc", 270 "output/static_geometry_binding.cc",
271 "output/static_geometry_binding.h", 271 "output/static_geometry_binding.h",
272 "output/swap_promise.h", 272 "output/swap_promise.h",
273 "output/texture_mailbox_deleter.cc", 273 "output/texture_mailbox_deleter.cc",
274 "output/texture_mailbox_deleter.h", 274 "output/texture_mailbox_deleter.h",
275 "output/viewport_selection_bound.cc", 275 "output/viewport_selection_bound.cc",
276 "output/viewport_selection_bound.h", 276 "output/viewport_selection_bound.h",
277 "output/vsync_parameter_observer.h",
278 "playback/clip_display_item.cc", 277 "playback/clip_display_item.cc",
279 "playback/clip_display_item.h", 278 "playback/clip_display_item.h",
280 "playback/clip_path_display_item.cc", 279 "playback/clip_path_display_item.cc",
281 "playback/clip_path_display_item.h", 280 "playback/clip_path_display_item.h",
282 "playback/compositing_display_item.cc", 281 "playback/compositing_display_item.cc",
283 "playback/compositing_display_item.h", 282 "playback/compositing_display_item.h",
284 "playback/display_item.cc", 283 "playback/display_item.cc",
285 "playback/display_item.h", 284 "playback/display_item.h",
286 "playback/display_item_list.cc", 285 "playback/display_item_list.cc",
287 "playback/display_item_list.h", 286 "playback/display_item_list.h",
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "//ui/gfx/geometry", 882 "//ui/gfx/geometry",
884 "//ui/gl", 883 "//ui/gl",
885 ] 884 ]
886 885
887 if (is_android) { 886 if (is_android) {
888 isolate_file = "cc_perftests.isolate" 887 isolate_file = "cc_perftests.isolate"
889 } 888 }
890 } 889 }
891 # When adding support for isolates, please have a look at run-time dependencies 890 # When adding support for isolates, please have a look at run-time dependencies
892 # in the cc_unittests_run target in cc_tests.gyp. 891 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698