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

Unified Diff: cc/cc.gyp

Issue 885443002: Roll Chrome into Mojo. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Rebase to ToT mojo Created 5 years, 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/blink/web_content_layer_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 69d1907aa89833e6eef1ff51b57d252ef3afbc1f..49d2f64de6d003764b9c99e92f0fbcf8ba5129fc 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -106,6 +106,8 @@
'debug/devtools_instrumentation.h',
'debug/frame_rate_counter.cc',
'debug/frame_rate_counter.h',
+ 'debug/frame_timing_request.cc',
+ 'debug/frame_timing_request.h',
'debug/frame_timing_tracker.cc',
'debug/frame_timing_tracker.h',
'debug/frame_viewer_instrumentation.cc',
@@ -427,6 +429,10 @@
'resources/raster_source.h',
'resources/raster_source_helper.cc',
'resources/raster_source_helper.h',
+ 'resources/raster_tile_priority_queue_all.cc',
+ 'resources/raster_tile_priority_queue_all.h',
+ 'resources/raster_tile_priority_queue_required.cc',
+ 'resources/raster_tile_priority_queue_required.h',
'resources/raster_tile_priority_queue.cc',
'resources/raster_tile_priority_queue.h',
'resources/rasterizer.h',
@@ -490,7 +496,6 @@
'resources/tiling_set_raster_queue_all.h',
'resources/tiling_set_raster_queue_required.cc',
'resources/tiling_set_raster_queue_required.h',
- 'resources/tiling_set_raster_queue.h',
'resources/transferable_resource.cc',
'resources/transferable_resource.h',
'resources/transform_display_item.cc',
« no previous file with comments | « cc/blink/web_content_layer_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698