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

Side by Side Diff: cc/cc.gyp

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 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/animation/layer_animation_controller_unittest.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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 'output/copy_output_request.cc', 272 'output/copy_output_request.cc',
273 'output/copy_output_request.h', 273 'output/copy_output_request.h',
274 'output/copy_output_result.cc', 274 'output/copy_output_result.cc',
275 'output/copy_output_result.h', 275 'output/copy_output_result.h',
276 'output/delegated_frame_data.cc', 276 'output/delegated_frame_data.cc',
277 'output/delegated_frame_data.h', 277 'output/delegated_frame_data.h',
278 'output/delegating_renderer.cc', 278 'output/delegating_renderer.cc',
279 'output/delegating_renderer.h', 279 'output/delegating_renderer.h',
280 'output/direct_renderer.cc', 280 'output/direct_renderer.cc',
281 'output/direct_renderer.h', 281 'output/direct_renderer.h',
282 'output/dynamic_geometry_binding.cc',
283 'output/dynamic_geometry_binding.h',
282 'output/filter_operation.cc', 284 'output/filter_operation.cc',
283 'output/filter_operation.h', 285 'output/filter_operation.h',
284 'output/filter_operations.cc', 286 'output/filter_operations.cc',
285 'output/filter_operations.h', 287 'output/filter_operations.h',
286 'output/geometry_binding.cc', 288 'output/geometry_binding.cc',
287 'output/geometry_binding.h', 289 'output/geometry_binding.h',
288 'output/gl_frame_data.cc', 290 'output/gl_frame_data.cc',
289 'output/gl_frame_data.h', 291 'output/gl_frame_data.h',
290 'output/gl_renderer.cc', 292 'output/gl_renderer.cc',
291 'output/gl_renderer.h', 293 'output/gl_renderer.h',
(...skipping 20 matching lines...) Expand all
312 'output/renderer_settings.cc', 314 'output/renderer_settings.cc',
313 'output/renderer_settings.h', 315 'output/renderer_settings.h',
314 'output/shader.cc', 316 'output/shader.cc',
315 'output/shader.h', 317 'output/shader.h',
316 'output/software_frame_data.cc', 318 'output/software_frame_data.cc',
317 'output/software_frame_data.h', 319 'output/software_frame_data.h',
318 'output/software_output_device.cc', 320 'output/software_output_device.cc',
319 'output/software_output_device.h', 321 'output/software_output_device.h',
320 'output/software_renderer.cc', 322 'output/software_renderer.cc',
321 'output/software_renderer.h', 323 'output/software_renderer.h',
324 'output/static_geometry_binding.cc',
325 'output/static_geometry_binding.h',
322 'output/viewport_selection_bound.cc', 326 'output/viewport_selection_bound.cc',
323 'output/viewport_selection_bound.h', 327 'output/viewport_selection_bound.h',
324 'output/vsync_parameter_observer.h', 328 'output/vsync_parameter_observer.h',
325 'quads/checkerboard_draw_quad.cc', 329 'quads/checkerboard_draw_quad.cc',
326 'quads/checkerboard_draw_quad.h', 330 'quads/checkerboard_draw_quad.h',
327 'quads/content_draw_quad_base.cc', 331 'quads/content_draw_quad_base.cc',
328 'quads/content_draw_quad_base.h', 332 'quads/content_draw_quad_base.h',
329 'quads/debug_border_draw_quad.cc', 333 'quads/debug_border_draw_quad.cc',
330 'quads/debug_border_draw_quad.h', 334 'quads/debug_border_draw_quad.h',
331 'quads/draw_polygon.cc', 335 'quads/draw_polygon.cc',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'resources/picture_layer_tiling.cc', 416 'resources/picture_layer_tiling.cc',
413 'resources/picture_layer_tiling.h', 417 'resources/picture_layer_tiling.h',
414 'resources/picture_layer_tiling_set.cc', 418 'resources/picture_layer_tiling_set.cc',
415 'resources/picture_layer_tiling_set.h', 419 'resources/picture_layer_tiling_set.h',
416 'resources/picture_pile.cc', 420 'resources/picture_pile.cc',
417 'resources/picture_pile.h', 421 'resources/picture_pile.h',
418 'resources/picture_pile_impl.cc', 422 'resources/picture_pile_impl.cc',
419 'resources/picture_pile_impl.h', 423 'resources/picture_pile_impl.h',
420 'resources/pixel_buffer_tile_task_worker_pool.cc', 424 'resources/pixel_buffer_tile_task_worker_pool.cc',
421 'resources/pixel_buffer_tile_task_worker_pool.h', 425 'resources/pixel_buffer_tile_task_worker_pool.h',
426 'resources/pixel_ref_map.cc',
427 'resources/pixel_ref_map.h',
422 'resources/platform_color.h', 428 'resources/platform_color.h',
423 'resources/prioritized_resource.cc', 429 'resources/prioritized_resource.cc',
424 'resources/prioritized_resource.h', 430 'resources/prioritized_resource.h',
425 'resources/prioritized_resource_manager.cc', 431 'resources/prioritized_resource_manager.cc',
426 'resources/prioritized_resource_manager.h', 432 'resources/prioritized_resource_manager.h',
427 'resources/priority_calculator.cc', 433 'resources/priority_calculator.cc',
428 'resources/priority_calculator.h', 434 'resources/priority_calculator.h',
429 'resources/raster_buffer.cc', 435 'resources/raster_buffer.cc',
430 'resources/raster_buffer.h', 436 'resources/raster_buffer.h',
431 'resources/raster_source.h', 437 'resources/raster_source.h',
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 'scheduler/scheduler_settings.cc', 528 'scheduler/scheduler_settings.cc',
523 'scheduler/scheduler_settings.h', 529 'scheduler/scheduler_settings.h',
524 'scheduler/scheduler_state_machine.cc', 530 'scheduler/scheduler_state_machine.cc',
525 'scheduler/scheduler_state_machine.h', 531 'scheduler/scheduler_state_machine.h',
526 'trees/blocking_task_runner.cc', 532 'trees/blocking_task_runner.cc',
527 'trees/blocking_task_runner.h', 533 'trees/blocking_task_runner.h',
528 'trees/damage_tracker.cc', 534 'trees/damage_tracker.cc',
529 'trees/damage_tracker.h', 535 'trees/damage_tracker.h',
530 'trees/draw_property_utils.cc', 536 'trees/draw_property_utils.cc',
531 'trees/draw_property_utils.h', 537 'trees/draw_property_utils.h',
532 'trees/layer_sorter.cc',
533 'trees/layer_sorter.h',
534 'trees/layer_tree_host.cc', 538 'trees/layer_tree_host.cc',
535 'trees/layer_tree_host.h', 539 'trees/layer_tree_host.h',
536 'trees/layer_tree_host_client.h', 540 'trees/layer_tree_host_client.h',
537 'trees/layer_tree_host_common.cc', 541 'trees/layer_tree_host_common.cc',
538 'trees/layer_tree_host_common.h', 542 'trees/layer_tree_host_common.h',
539 'trees/layer_tree_host_impl.cc', 543 'trees/layer_tree_host_impl.cc',
540 'trees/layer_tree_host_impl.h', 544 'trees/layer_tree_host_impl.h',
545 'trees/layer_tree_host_single_thread_client.h',
541 'trees/layer_tree_impl.cc', 546 'trees/layer_tree_impl.cc',
542 'trees/layer_tree_impl.h', 547 'trees/layer_tree_impl.h',
543 'trees/layer_tree_settings.cc', 548 'trees/layer_tree_settings.cc',
544 'trees/layer_tree_settings.h', 549 'trees/layer_tree_settings.h',
545 'trees/occlusion.cc', 550 'trees/occlusion.cc',
546 'trees/occlusion.h', 551 'trees/occlusion.h',
547 'trees/occlusion_tracker.cc', 552 'trees/occlusion_tracker.cc',
548 'trees/occlusion_tracker.h', 553 'trees/occlusion_tracker.h',
549 'trees/property_tree.cc', 554 'trees/property_tree.cc',
550 'trees/property_tree.h', 555 'trees/property_tree.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
608 'surfaces/surface_resource_holder.cc', 613 'surfaces/surface_resource_holder.cc',
609 'surfaces/surface_resource_holder.h', 614 'surfaces/surface_resource_holder.h',
610 'surfaces/surfaces_export.h', 615 'surfaces/surfaces_export.h',
611 ], 616 ],
612 'includes': [ 617 'includes': [
613 '../build/android/increase_size_for_speed.gypi', 618 '../build/android/increase_size_for_speed.gypi',
614 ], 619 ],
615 }, 620 },
616 ], 621 ],
617 } 622 }
OLDNEW
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698