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

Side by Side Diff: cc/cc.gyp

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: 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_layer_impl.cc ('k') | cc/input/top_controls_manager.h » ('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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 'resources/bitmap_content_layer_updater.cc', 363 'resources/bitmap_content_layer_updater.cc',
364 'resources/bitmap_content_layer_updater.h', 364 'resources/bitmap_content_layer_updater.h',
365 'resources/bitmap_skpicture_content_layer_updater.cc', 365 'resources/bitmap_skpicture_content_layer_updater.cc',
366 'resources/bitmap_skpicture_content_layer_updater.h', 366 'resources/bitmap_skpicture_content_layer_updater.h',
367 'resources/bitmap_tile_task_worker_pool.cc', 367 'resources/bitmap_tile_task_worker_pool.cc',
368 'resources/bitmap_tile_task_worker_pool.h', 368 'resources/bitmap_tile_task_worker_pool.h',
369 'resources/clip_display_item.cc', 369 'resources/clip_display_item.cc',
370 'resources/clip_display_item.h', 370 'resources/clip_display_item.h',
371 'resources/clip_path_display_item.cc', 371 'resources/clip_path_display_item.cc',
372 'resources/clip_path_display_item.h', 372 'resources/clip_path_display_item.h',
373 'resources/compositing_display_item.cc',
374 'resources/compositing_display_item.h',
373 'resources/content_layer_updater.cc', 375 'resources/content_layer_updater.cc',
374 'resources/content_layer_updater.h', 376 'resources/content_layer_updater.h',
375 'resources/display_item.cc', 377 'resources/display_item.cc',
376 'resources/display_item.h', 378 'resources/display_item.h',
377 'resources/display_item_list.cc', 379 'resources/display_item_list.cc',
378 'resources/display_item_list.h', 380 'resources/display_item_list.h',
379 'resources/display_list_raster_source.cc', 381 'resources/display_list_raster_source.cc',
380 'resources/display_list_raster_source.h', 382 'resources/display_list_raster_source.h',
381 'resources/display_list_recording_source.cc', 383 'resources/display_list_recording_source.cc',
382 'resources/display_list_recording_source.h', 384 'resources/display_list_recording_source.h',
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
493 'resources/tiling_set_eviction_queue.cc', 495 'resources/tiling_set_eviction_queue.cc',
494 'resources/tiling_set_eviction_queue.h', 496 'resources/tiling_set_eviction_queue.h',
495 'resources/tiling_set_raster_queue_all.cc', 497 'resources/tiling_set_raster_queue_all.cc',
496 'resources/tiling_set_raster_queue_all.h', 498 'resources/tiling_set_raster_queue_all.h',
497 'resources/tiling_set_raster_queue_required.cc', 499 'resources/tiling_set_raster_queue_required.cc',
498 'resources/tiling_set_raster_queue_required.h', 500 'resources/tiling_set_raster_queue_required.h',
499 'resources/transferable_resource.cc', 501 'resources/transferable_resource.cc',
500 'resources/transferable_resource.h', 502 'resources/transferable_resource.h',
501 'resources/transform_display_item.cc', 503 'resources/transform_display_item.cc',
502 'resources/transform_display_item.h', 504 'resources/transform_display_item.h',
503 'resources/transparency_display_item.cc',
504 'resources/transparency_display_item.h',
505 'resources/ui_resource_bitmap.cc', 505 'resources/ui_resource_bitmap.cc',
506 'resources/ui_resource_bitmap.h', 506 'resources/ui_resource_bitmap.h',
507 'resources/ui_resource_client.h', 507 'resources/ui_resource_client.h',
508 'resources/ui_resource_request.cc', 508 'resources/ui_resource_request.cc',
509 'resources/ui_resource_request.h', 509 'resources/ui_resource_request.h',
510 'resources/video_resource_updater.cc', 510 'resources/video_resource_updater.cc',
511 'resources/video_resource_updater.h', 511 'resources/video_resource_updater.h',
512 'resources/zero_copy_tile_task_worker_pool.cc', 512 'resources/zero_copy_tile_task_worker_pool.cc',
513 'resources/zero_copy_tile_task_worker_pool.h', 513 'resources/zero_copy_tile_task_worker_pool.h',
514 'scheduler/begin_frame_source.cc', 514 'scheduler/begin_frame_source.cc',
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'surfaces/surface_resource_holder.cc', 608 'surfaces/surface_resource_holder.cc',
609 'surfaces/surface_resource_holder.h', 609 'surfaces/surface_resource_holder.h',
610 'surfaces/surfaces_export.h', 610 'surfaces/surfaces_export.h',
611 ], 611 ],
612 'includes': [ 612 'includes': [
613 '../build/android/increase_size_for_speed.gypi', 613 '../build/android/increase_size_for_speed.gypi',
614 ], 614 ],
615 }, 615 },
616 ], 616 ],
617 } 617 }
OLDNEW
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/input/top_controls_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698