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

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: 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') | cc/scheduler/scheduler.h » ('J')
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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 "output/software_output_device.h", 273 "output/software_output_device.h",
274 "output/software_renderer.cc", 274 "output/software_renderer.cc",
275 "output/software_renderer.h", 275 "output/software_renderer.h",
276 "output/static_geometry_binding.cc", 276 "output/static_geometry_binding.cc",
277 "output/static_geometry_binding.h", 277 "output/static_geometry_binding.h",
278 "output/swap_promise.h", 278 "output/swap_promise.h",
279 "output/texture_mailbox_deleter.cc", 279 "output/texture_mailbox_deleter.cc",
280 "output/texture_mailbox_deleter.h", 280 "output/texture_mailbox_deleter.h",
281 "output/viewport_selection_bound.cc", 281 "output/viewport_selection_bound.cc",
282 "output/viewport_selection_bound.h", 282 "output/viewport_selection_bound.h",
283 "output/vsync_parameter_observer.h",
284 "playback/clip_display_item.cc", 283 "playback/clip_display_item.cc",
285 "playback/clip_display_item.h", 284 "playback/clip_display_item.h",
286 "playback/clip_path_display_item.cc", 285 "playback/clip_path_display_item.cc",
287 "playback/clip_path_display_item.h", 286 "playback/clip_path_display_item.h",
288 "playback/compositing_display_item.cc", 287 "playback/compositing_display_item.cc",
289 "playback/compositing_display_item.h", 288 "playback/compositing_display_item.h",
290 "playback/display_item.cc", 289 "playback/display_item.cc",
291 "playback/display_item.h", 290 "playback/display_item.h",
292 "playback/display_item_list.cc", 291 "playback/display_item_list.cc",
293 "playback/display_item_list.h", 292 "playback/display_item_list.h",
(...skipping 621 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 "//ui/gfx/geometry", 914 "//ui/gfx/geometry",
916 "//ui/gl", 915 "//ui/gl",
917 ] 916 ]
918 917
919 if (is_android) { 918 if (is_android) {
920 isolate_file = "cc_perftests.isolate" 919 isolate_file = "cc_perftests.isolate"
921 } 920 }
922 } 921 }
923 # When adding support for isolates, please have a look at run-time dependencies 922 # When adding support for isolates, please have a look at run-time dependencies
924 # in the cc_unittests_run target in cc_tests.gyp. 923 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/scheduler/scheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698