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

Side by Side Diff: cc/cc.gyp

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Rebase 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 unified diff | Download patch
« no previous file with comments | « cc/blink/web_transform_animation_curve_impl.cc ('k') | cc/debug/rendering_stats.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 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'resources/display_list_raster_source.cc', 371 'resources/display_list_raster_source.cc',
372 'resources/display_list_raster_source.h', 372 'resources/display_list_raster_source.h',
373 'resources/display_list_recording_source.cc', 373 'resources/display_list_recording_source.cc',
374 'resources/display_list_recording_source.h', 374 'resources/display_list_recording_source.h',
375 'resources/drawing_display_item.cc', 375 'resources/drawing_display_item.cc',
376 'resources/drawing_display_item.h', 376 'resources/drawing_display_item.h',
377 'resources/eviction_tile_priority_queue.cc', 377 'resources/eviction_tile_priority_queue.cc',
378 'resources/eviction_tile_priority_queue.h', 378 'resources/eviction_tile_priority_queue.h',
379 'resources/filter_display_item.cc', 379 'resources/filter_display_item.cc',
380 'resources/filter_display_item.h', 380 'resources/filter_display_item.h',
381 'resources/float_clip_display_item.cc',
382 'resources/float_clip_display_item.h',
383 'resources/gpu_rasterizer.cc',
384 'resources/gpu_rasterizer.h',
381 'resources/gpu_tile_task_worker_pool.cc', 385 'resources/gpu_tile_task_worker_pool.cc',
382 'resources/gpu_tile_task_worker_pool.h', 386 'resources/gpu_tile_task_worker_pool.h',
383 'resources/image_layer_updater.cc', 387 'resources/image_layer_updater.cc',
384 'resources/image_layer_updater.h', 388 'resources/image_layer_updater.h',
385 'resources/layer_painter.h', 389 'resources/layer_painter.h',
386 'resources/layer_quad.cc', 390 'resources/layer_quad.cc',
387 'resources/layer_quad.h', 391 'resources/layer_quad.h',
388 'resources/layer_tiling_data.cc', 392 'resources/layer_tiling_data.cc',
389 'resources/layer_tiling_data.h', 393 'resources/layer_tiling_data.h',
390 'resources/layer_updater.cc', 394 'resources/layer_updater.cc',
(...skipping 21 matching lines...) Expand all
412 'resources/prioritized_resource_manager.h', 416 'resources/prioritized_resource_manager.h',
413 'resources/priority_calculator.cc', 417 'resources/priority_calculator.cc',
414 'resources/priority_calculator.h', 418 'resources/priority_calculator.h',
415 'resources/raster_buffer.cc', 419 'resources/raster_buffer.cc',
416 'resources/raster_buffer.h', 420 'resources/raster_buffer.h',
417 'resources/raster_source.h', 421 'resources/raster_source.h',
418 'resources/raster_source_helper.cc', 422 'resources/raster_source_helper.cc',
419 'resources/raster_source_helper.h', 423 'resources/raster_source_helper.h',
420 'resources/raster_tile_priority_queue.cc', 424 'resources/raster_tile_priority_queue.cc',
421 'resources/raster_tile_priority_queue.h', 425 'resources/raster_tile_priority_queue.h',
426 'resources/rasterizer.h',
427 'resources/software_rasterizer.cc',
428 'resources/software_rasterizer.h',
422 'resources/tile_task_worker_pool.cc', 429 'resources/tile_task_worker_pool.cc',
423 'resources/tile_task_worker_pool.h', 430 'resources/tile_task_worker_pool.h',
424 'resources/tile_task_runner.cc', 431 'resources/tile_task_runner.cc',
425 'resources/tile_task_runner.h', 432 'resources/tile_task_runner.h',
426 'resources/recording_source.h', 433 'resources/recording_source.h',
427 'resources/release_callback.h', 434 'resources/release_callback.h',
428 'resources/resource.cc', 435 'resources/resource.cc',
429 'resources/resource.h', 436 'resources/resource.h',
430 'resources/resource_format.cc', 437 'resources/resource_format.cc',
431 'resources/resource_format.h', 438 'resources/resource_format.h',
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
583 'surfaces/surface_resource_holder.cc', 590 'surfaces/surface_resource_holder.cc',
584 'surfaces/surface_resource_holder.h', 591 'surfaces/surface_resource_holder.h',
585 'surfaces/surfaces_export.h', 592 'surfaces/surfaces_export.h',
586 ], 593 ],
587 'includes': [ 594 'includes': [
588 '../build/android/increase_size_for_speed.gypi', 595 '../build/android/increase_size_for_speed.gypi',
589 ], 596 ],
590 }, 597 },
591 ], 598 ],
592 } 599 }
OLDNEW
« no previous file with comments | « cc/blink/web_transform_animation_curve_impl.cc ('k') | cc/debug/rendering_stats.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698