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

Side by Side Diff: cc/cc.gyp

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 | « cc/BUILD.gn ('k') | cc/output/vsync_parameter_observer.h » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'output/software_output_device.h', 323 'output/software_output_device.h',
324 'output/software_renderer.cc', 324 'output/software_renderer.cc',
325 'output/software_renderer.h', 325 'output/software_renderer.h',
326 'output/static_geometry_binding.cc', 326 'output/static_geometry_binding.cc',
327 'output/static_geometry_binding.h', 327 'output/static_geometry_binding.h',
328 'output/swap_promise.h', 328 'output/swap_promise.h',
329 'output/texture_mailbox_deleter.cc', 329 'output/texture_mailbox_deleter.cc',
330 'output/texture_mailbox_deleter.h', 330 'output/texture_mailbox_deleter.h',
331 'output/viewport_selection_bound.cc', 331 'output/viewport_selection_bound.cc',
332 'output/viewport_selection_bound.h', 332 'output/viewport_selection_bound.h',
333 'output/vsync_parameter_observer.h',
334 'playback/clip_display_item.cc', 333 'playback/clip_display_item.cc',
335 'playback/clip_display_item.h', 334 'playback/clip_display_item.h',
336 'playback/clip_path_display_item.cc', 335 'playback/clip_path_display_item.cc',
337 'playback/clip_path_display_item.h', 336 'playback/clip_path_display_item.h',
338 'playback/compositing_display_item.cc', 337 'playback/compositing_display_item.cc',
339 'playback/compositing_display_item.h', 338 'playback/compositing_display_item.h',
340 'playback/display_item.cc', 339 'playback/display_item.cc',
341 'playback/display_item.h', 340 'playback/display_item.h',
342 'playback/display_item_list.cc', 341 'playback/display_item_list.cc',
343 'playback/display_item_list.h', 342 'playback/display_item_list.h',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 'surfaces/surface_resource_holder.cc', 610 'surfaces/surface_resource_holder.cc',
612 'surfaces/surface_resource_holder.h', 611 'surfaces/surface_resource_holder.h',
613 'surfaces/surfaces_export.h', 612 'surfaces/surfaces_export.h',
614 ], 613 ],
615 'includes': [ 614 'includes': [
616 '../build/android/increase_size_for_speed.gypi', 615 '../build/android/increase_size_for_speed.gypi',
617 ], 616 ],
618 }, 617 },
619 ], 618 ],
620 } 619 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/vsync_parameter_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698