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

Side by Side Diff: cc/cc.gyp

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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_display_item_list_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 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
351 'quads/tile_draw_quad.cc', 351 'quads/tile_draw_quad.cc',
352 'quads/tile_draw_quad.h', 352 'quads/tile_draw_quad.h',
353 'quads/yuv_video_draw_quad.cc', 353 'quads/yuv_video_draw_quad.cc',
354 'quads/yuv_video_draw_quad.h', 354 'quads/yuv_video_draw_quad.h',
355 'resources/bitmap_content_layer_updater.cc', 355 'resources/bitmap_content_layer_updater.cc',
356 'resources/bitmap_content_layer_updater.h', 356 'resources/bitmap_content_layer_updater.h',
357 'resources/bitmap_raster_worker_pool.cc', 357 'resources/bitmap_raster_worker_pool.cc',
358 'resources/bitmap_raster_worker_pool.h', 358 'resources/bitmap_raster_worker_pool.h',
359 'resources/bitmap_skpicture_content_layer_updater.cc', 359 'resources/bitmap_skpicture_content_layer_updater.cc',
360 'resources/bitmap_skpicture_content_layer_updater.h', 360 'resources/bitmap_skpicture_content_layer_updater.h',
361 'resources/clip_display_item.cc',
362 'resources/clip_display_item.h',
361 'resources/content_layer_updater.cc', 363 'resources/content_layer_updater.cc',
362 'resources/content_layer_updater.h', 364 'resources/content_layer_updater.h',
365 'resources/display_item.cc',
366 'resources/display_item.h',
367 'resources/display_item_list.cc',
368 'resources/display_item_list.h',
369 'resources/display_list_raster_source.cc',
370 'resources/display_list_raster_source.h',
371 'resources/display_list_recording_source.cc',
372 'resources/display_list_recording_source.h',
373 'resources/drawing_display_item.cc',
374 'resources/drawing_display_item.h',
363 'resources/eviction_tile_priority_queue.cc', 375 'resources/eviction_tile_priority_queue.cc',
364 'resources/eviction_tile_priority_queue.h', 376 'resources/eviction_tile_priority_queue.h',
377 'resources/filter_display_item.cc',
378 'resources/filter_display_item.h',
365 'resources/gpu_raster_worker_pool.cc', 379 'resources/gpu_raster_worker_pool.cc',
366 'resources/gpu_raster_worker_pool.h', 380 'resources/gpu_raster_worker_pool.h',
367 'resources/image_layer_updater.cc', 381 'resources/image_layer_updater.cc',
368 'resources/image_layer_updater.h', 382 'resources/image_layer_updater.h',
369 'resources/layer_painter.h', 383 'resources/layer_painter.h',
370 'resources/layer_quad.cc', 384 'resources/layer_quad.cc',
371 'resources/layer_quad.h', 385 'resources/layer_quad.h',
372 'resources/layer_tiling_data.cc', 386 'resources/layer_tiling_data.cc',
373 'resources/layer_tiling_data.h', 387 'resources/layer_tiling_data.h',
374 'resources/layer_updater.cc', 388 'resources/layer_updater.cc',
(...skipping 19 matching lines...) Expand all
394 'resources/platform_color.h', 408 'resources/platform_color.h',
395 'resources/prioritized_resource.cc', 409 'resources/prioritized_resource.cc',
396 'resources/prioritized_resource.h', 410 'resources/prioritized_resource.h',
397 'resources/prioritized_resource_manager.cc', 411 'resources/prioritized_resource_manager.cc',
398 'resources/prioritized_resource_manager.h', 412 'resources/prioritized_resource_manager.h',
399 'resources/priority_calculator.cc', 413 'resources/priority_calculator.cc',
400 'resources/priority_calculator.h', 414 'resources/priority_calculator.h',
401 'resources/raster_buffer.cc', 415 'resources/raster_buffer.cc',
402 'resources/raster_buffer.h', 416 'resources/raster_buffer.h',
403 'resources/raster_source.h', 417 'resources/raster_source.h',
418 'resources/raster_source_helper.cc',
419 'resources/raster_source_helper.h',
404 'resources/raster_tile_priority_queue.cc', 420 'resources/raster_tile_priority_queue.cc',
405 'resources/raster_tile_priority_queue.h', 421 'resources/raster_tile_priority_queue.h',
406 'resources/raster_worker_pool.cc', 422 'resources/raster_worker_pool.cc',
407 'resources/raster_worker_pool.h', 423 'resources/raster_worker_pool.h',
408 'resources/rasterizer.cc', 424 'resources/rasterizer.cc',
409 'resources/rasterizer.h', 425 'resources/rasterizer.h',
410 'resources/recording_source.h', 426 'resources/recording_source.h',
411 'resources/release_callback.h', 427 'resources/release_callback.h',
412 'resources/resource.cc', 428 'resources/resource.cc',
413 'resources/resource.h', 429 'resources/resource.h',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'resources/texture_mailbox_deleter.cc', 462 'resources/texture_mailbox_deleter.cc',
447 'resources/texture_mailbox_deleter.h', 463 'resources/texture_mailbox_deleter.h',
448 'resources/texture_uploader.cc', 464 'resources/texture_uploader.cc',
449 'resources/texture_uploader.h', 465 'resources/texture_uploader.h',
450 'resources/tile.cc', 466 'resources/tile.cc',
451 'resources/tile.h', 467 'resources/tile.h',
452 'resources/tile_manager.cc', 468 'resources/tile_manager.cc',
453 'resources/tile_manager.h', 469 'resources/tile_manager.h',
454 'resources/tile_priority.cc', 470 'resources/tile_priority.cc',
455 'resources/tile_priority.h', 471 'resources/tile_priority.h',
472 'resources/tiling_set_eviction_queue.cc',
473 'resources/tiling_set_eviction_queue.h',
456 'resources/transferable_resource.cc', 474 'resources/transferable_resource.cc',
457 'resources/transferable_resource.h', 475 'resources/transferable_resource.h',
476 'resources/transform_display_item.cc',
477 'resources/transform_display_item.h',
478 'resources/transparency_display_item.cc',
479 'resources/transparency_display_item.h',
458 'resources/ui_resource_bitmap.cc', 480 'resources/ui_resource_bitmap.cc',
459 'resources/ui_resource_bitmap.h', 481 'resources/ui_resource_bitmap.h',
460 'resources/ui_resource_client.h', 482 'resources/ui_resource_client.h',
461 'resources/ui_resource_request.cc', 483 'resources/ui_resource_request.cc',
462 'resources/ui_resource_request.h', 484 'resources/ui_resource_request.h',
463 'resources/video_resource_updater.cc', 485 'resources/video_resource_updater.cc',
464 'resources/video_resource_updater.h', 486 'resources/video_resource_updater.h',
465 'resources/zero_copy_raster_worker_pool.cc', 487 'resources/zero_copy_raster_worker_pool.cc',
466 'resources/zero_copy_raster_worker_pool.h', 488 'resources/zero_copy_raster_worker_pool.h',
467 'scheduler/begin_frame_source.cc', 489 'scheduler/begin_frame_source.cc',
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 'surfaces/surface_resource_holder.cc', 572 'surfaces/surface_resource_holder.cc',
551 'surfaces/surface_resource_holder.h', 573 'surfaces/surface_resource_holder.h',
552 'surfaces/surfaces_export.h', 574 'surfaces/surfaces_export.h',
553 ], 575 ],
554 'includes': [ 576 'includes': [
555 '../build/android/increase_size_for_speed.gypi', 577 '../build/android/increase_size_for_speed.gypi',
556 ], 578 ],
557 }, 579 },
558 ], 580 ],
559 } 581 }
OLDNEW
« no previous file with comments | « cc/blink/web_display_item_list_impl.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698