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

Unified Diff: cc/BUILD.gn

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 | « build/win/asan.gyp ('k') | cc/blink/web_content_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index 2a8951bbcc09fb60eac23fe2e5252fef55692aee..eee115c431a98a80fc10a5cb99c002d6406843d5 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -80,6 +80,8 @@ component("cc") {
"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",
@@ -394,6 +396,10 @@ component("cc") {
"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",
@@ -456,7 +462,6 @@ component("cc") {
"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 | « build/win/asan.gyp ('k') | cc/blink/web_content_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698