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

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: 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
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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 'output/software_output_device.h', 329 'output/software_output_device.h',
330 'output/software_renderer.cc', 330 'output/software_renderer.cc',
331 'output/software_renderer.h', 331 'output/software_renderer.h',
332 'output/static_geometry_binding.cc', 332 'output/static_geometry_binding.cc',
333 'output/static_geometry_binding.h', 333 'output/static_geometry_binding.h',
334 'output/swap_promise.h', 334 'output/swap_promise.h',
335 'output/texture_mailbox_deleter.cc', 335 'output/texture_mailbox_deleter.cc',
336 'output/texture_mailbox_deleter.h', 336 'output/texture_mailbox_deleter.h',
337 'output/viewport_selection_bound.cc', 337 'output/viewport_selection_bound.cc',
338 'output/viewport_selection_bound.h', 338 'output/viewport_selection_bound.h',
339 'output/vsync_parameter_observer.h',
340 'playback/clip_display_item.cc', 339 'playback/clip_display_item.cc',
341 'playback/clip_display_item.h', 340 'playback/clip_display_item.h',
342 'playback/clip_path_display_item.cc', 341 'playback/clip_path_display_item.cc',
343 'playback/clip_path_display_item.h', 342 'playback/clip_path_display_item.h',
344 'playback/compositing_display_item.cc', 343 'playback/compositing_display_item.cc',
345 'playback/compositing_display_item.h', 344 'playback/compositing_display_item.h',
346 'playback/display_item.cc', 345 'playback/display_item.cc',
347 'playback/display_item.h', 346 'playback/display_item.h',
348 'playback/display_item_list.cc', 347 'playback/display_item_list.cc',
349 'playback/display_item_list.h', 348 'playback/display_item_list.h',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
634 'surfaces/surface_resource_holder.cc', 633 'surfaces/surface_resource_holder.cc',
635 'surfaces/surface_resource_holder.h', 634 'surfaces/surface_resource_holder.h',
636 'surfaces/surfaces_export.h', 635 'surfaces/surfaces_export.h',
637 ], 636 ],
638 'includes': [ 637 'includes': [
639 '../build/android/increase_size_for_speed.gypi', 638 '../build/android/increase_size_for_speed.gypi',
640 ], 639 ],
641 }, 640 },
642 ], 641 ],
643 } 642 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/output/vsync_parameter_observer.h » ('j') | cc/scheduler/scheduler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698