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

Side by Side 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, 10 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/blink/web_content_layer_impl.cc ('k') | cc/cc_tests.gyp » ('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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'base/util.h', 99 'base/util.h',
100 'debug/benchmark_instrumentation.cc', 100 'debug/benchmark_instrumentation.cc',
101 'debug/benchmark_instrumentation.h', 101 'debug/benchmark_instrumentation.h',
102 'debug/debug_colors.cc', 102 'debug/debug_colors.cc',
103 'debug/debug_colors.h', 103 'debug/debug_colors.h',
104 'debug/debug_rect_history.cc', 104 'debug/debug_rect_history.cc',
105 'debug/debug_rect_history.h', 105 'debug/debug_rect_history.h',
106 'debug/devtools_instrumentation.h', 106 'debug/devtools_instrumentation.h',
107 'debug/frame_rate_counter.cc', 107 'debug/frame_rate_counter.cc',
108 'debug/frame_rate_counter.h', 108 'debug/frame_rate_counter.h',
109 'debug/frame_timing_request.cc',
110 'debug/frame_timing_request.h',
109 'debug/frame_timing_tracker.cc', 111 'debug/frame_timing_tracker.cc',
110 'debug/frame_timing_tracker.h', 112 'debug/frame_timing_tracker.h',
111 'debug/frame_viewer_instrumentation.cc', 113 'debug/frame_viewer_instrumentation.cc',
112 'debug/frame_viewer_instrumentation.h', 114 'debug/frame_viewer_instrumentation.h',
113 'debug/invalidation_benchmark.cc', 115 'debug/invalidation_benchmark.cc',
114 'debug/invalidation_benchmark.h', 116 'debug/invalidation_benchmark.h',
115 'debug/lap_timer.cc', 117 'debug/lap_timer.cc',
116 'debug/lap_timer.h', 118 'debug/lap_timer.h',
117 'debug/layer_tree_debug_state.cc', 119 'debug/layer_tree_debug_state.cc',
118 'debug/layer_tree_debug_state.h', 120 'debug/layer_tree_debug_state.h',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
420 'resources/prioritized_resource.h', 422 'resources/prioritized_resource.h',
421 'resources/prioritized_resource_manager.cc', 423 'resources/prioritized_resource_manager.cc',
422 'resources/prioritized_resource_manager.h', 424 'resources/prioritized_resource_manager.h',
423 'resources/priority_calculator.cc', 425 'resources/priority_calculator.cc',
424 'resources/priority_calculator.h', 426 'resources/priority_calculator.h',
425 'resources/raster_buffer.cc', 427 'resources/raster_buffer.cc',
426 'resources/raster_buffer.h', 428 'resources/raster_buffer.h',
427 'resources/raster_source.h', 429 'resources/raster_source.h',
428 'resources/raster_source_helper.cc', 430 'resources/raster_source_helper.cc',
429 'resources/raster_source_helper.h', 431 'resources/raster_source_helper.h',
432 'resources/raster_tile_priority_queue_all.cc',
433 'resources/raster_tile_priority_queue_all.h',
434 'resources/raster_tile_priority_queue_required.cc',
435 'resources/raster_tile_priority_queue_required.h',
430 'resources/raster_tile_priority_queue.cc', 436 'resources/raster_tile_priority_queue.cc',
431 'resources/raster_tile_priority_queue.h', 437 'resources/raster_tile_priority_queue.h',
432 'resources/rasterizer.h', 438 'resources/rasterizer.h',
433 'resources/software_rasterizer.cc', 439 'resources/software_rasterizer.cc',
434 'resources/software_rasterizer.h', 440 'resources/software_rasterizer.h',
435 'resources/tile_task_worker_pool.cc', 441 'resources/tile_task_worker_pool.cc',
436 'resources/tile_task_worker_pool.h', 442 'resources/tile_task_worker_pool.h',
437 'resources/tile_task_runner.cc', 443 'resources/tile_task_runner.cc',
438 'resources/tile_task_runner.h', 444 'resources/tile_task_runner.h',
439 'resources/recording_source.h', 445 'resources/recording_source.h',
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'resources/tile_manager.cc', 489 'resources/tile_manager.cc',
484 'resources/tile_manager.h', 490 'resources/tile_manager.h',
485 'resources/tile_priority.cc', 491 'resources/tile_priority.cc',
486 'resources/tile_priority.h', 492 'resources/tile_priority.h',
487 'resources/tiling_set_eviction_queue.cc', 493 'resources/tiling_set_eviction_queue.cc',
488 'resources/tiling_set_eviction_queue.h', 494 'resources/tiling_set_eviction_queue.h',
489 'resources/tiling_set_raster_queue_all.cc', 495 'resources/tiling_set_raster_queue_all.cc',
490 'resources/tiling_set_raster_queue_all.h', 496 'resources/tiling_set_raster_queue_all.h',
491 'resources/tiling_set_raster_queue_required.cc', 497 'resources/tiling_set_raster_queue_required.cc',
492 'resources/tiling_set_raster_queue_required.h', 498 'resources/tiling_set_raster_queue_required.h',
493 'resources/tiling_set_raster_queue.h',
494 'resources/transferable_resource.cc', 499 'resources/transferable_resource.cc',
495 'resources/transferable_resource.h', 500 'resources/transferable_resource.h',
496 'resources/transform_display_item.cc', 501 'resources/transform_display_item.cc',
497 'resources/transform_display_item.h', 502 'resources/transform_display_item.h',
498 'resources/transparency_display_item.cc', 503 'resources/transparency_display_item.cc',
499 'resources/transparency_display_item.h', 504 'resources/transparency_display_item.h',
500 'resources/ui_resource_bitmap.cc', 505 'resources/ui_resource_bitmap.cc',
501 'resources/ui_resource_bitmap.h', 506 'resources/ui_resource_bitmap.h',
502 'resources/ui_resource_client.h', 507 'resources/ui_resource_client.h',
503 'resources/ui_resource_request.cc', 508 'resources/ui_resource_request.cc',
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
599 'surfaces/surface_resource_holder.cc', 604 'surfaces/surface_resource_holder.cc',
600 'surfaces/surface_resource_holder.h', 605 'surfaces/surface_resource_holder.h',
601 'surfaces/surfaces_export.h', 606 'surfaces/surfaces_export.h',
602 ], 607 ],
603 'includes': [ 608 'includes': [
604 '../build/android/increase_size_for_speed.gypi', 609 '../build/android/increase_size_for_speed.gypi',
605 ], 610 ],
606 }, 611 },
607 ], 612 ],
608 } 613 }
OLDNEW
« 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