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

Side by Side Diff: cc/BUILD.gn

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « build/slave/OWNERS ('k') | cc/DEPS » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "resources/bitmap_content_layer_updater.cc", 313 "resources/bitmap_content_layer_updater.cc",
314 "resources/bitmap_content_layer_updater.h", 314 "resources/bitmap_content_layer_updater.h",
315 "resources/bitmap_raster_worker_pool.cc", 315 "resources/bitmap_raster_worker_pool.cc",
316 "resources/bitmap_raster_worker_pool.h", 316 "resources/bitmap_raster_worker_pool.h",
317 "resources/bitmap_skpicture_content_layer_updater.cc", 317 "resources/bitmap_skpicture_content_layer_updater.cc",
318 "resources/bitmap_skpicture_content_layer_updater.h", 318 "resources/bitmap_skpicture_content_layer_updater.h",
319 "resources/content_layer_updater.cc", 319 "resources/content_layer_updater.cc",
320 "resources/content_layer_updater.h", 320 "resources/content_layer_updater.h",
321 "resources/eviction_tile_priority_queue.cc", 321 "resources/eviction_tile_priority_queue.cc",
322 "resources/eviction_tile_priority_queue.h", 322 "resources/eviction_tile_priority_queue.h",
323 "resources/gpu_memory_buffer_manager.h",
324 "resources/gpu_raster_worker_pool.cc", 323 "resources/gpu_raster_worker_pool.cc",
325 "resources/gpu_raster_worker_pool.h", 324 "resources/gpu_raster_worker_pool.h",
326 "resources/image_layer_updater.cc", 325 "resources/image_layer_updater.cc",
327 "resources/image_layer_updater.h", 326 "resources/image_layer_updater.h",
328 "resources/layer_painter.h", 327 "resources/layer_painter.h",
329 "resources/layer_quad.cc", 328 "resources/layer_quad.cc",
330 "resources/layer_quad.h", 329 "resources/layer_quad.h",
331 "resources/layer_tiling_data.cc", 330 "resources/layer_tiling_data.cc",
332 "resources/layer_tiling_data.h", 331 "resources/layer_tiling_data.h",
333 "resources/layer_updater.cc", 332 "resources/layer_updater.cc",
(...skipping 20 matching lines...) Expand all
354 "resources/pixel_buffer_raster_worker_pool.h", 353 "resources/pixel_buffer_raster_worker_pool.h",
355 "resources/platform_color.h", 354 "resources/platform_color.h",
356 "resources/prioritized_resource.cc", 355 "resources/prioritized_resource.cc",
357 "resources/prioritized_resource.h", 356 "resources/prioritized_resource.h",
358 "resources/prioritized_resource_manager.cc", 357 "resources/prioritized_resource_manager.cc",
359 "resources/prioritized_resource_manager.h", 358 "resources/prioritized_resource_manager.h",
360 "resources/priority_calculator.cc", 359 "resources/priority_calculator.cc",
361 "resources/priority_calculator.h", 360 "resources/priority_calculator.h",
362 "resources/raster_buffer.cc", 361 "resources/raster_buffer.cc",
363 "resources/raster_buffer.h", 362 "resources/raster_buffer.h",
363 "resources/raster_source.h",
364 "resources/raster_tile_priority_queue.cc", 364 "resources/raster_tile_priority_queue.cc",
365 "resources/raster_tile_priority_queue.h", 365 "resources/raster_tile_priority_queue.h",
366 "resources/raster_worker_pool.cc", 366 "resources/raster_worker_pool.cc",
367 "resources/raster_worker_pool.h", 367 "resources/raster_worker_pool.h",
368 "resources/rasterizer.cc", 368 "resources/rasterizer.cc",
369 "resources/rasterizer.h", 369 "resources/rasterizer.h",
370 "resources/release_callback.h", 370 "resources/release_callback.h",
371 "resources/resource.cc", 371 "resources/resource.cc",
372 "resources/resource.h", 372 "resources/resource.h",
373 "resources/resource_format.cc", 373 "resources/resource_format.cc",
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 } 472 }
473 473
474 public_deps = [ 474 public_deps = [
475 "//skia", 475 "//skia",
476 ] 476 ]
477 deps = [ 477 deps = [
478 "//base", 478 "//base",
479 "//base/third_party/dynamic_annotations", 479 "//base/third_party/dynamic_annotations",
480 "//gpu", 480 "//gpu",
481 "//gpu/command_buffer/client:gles2_interface", 481 "//gpu/command_buffer/client:gles2_interface",
482 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
482 "//ui/events:events_base", 483 "//ui/events:events_base",
483 "//ui/gfx", 484 "//ui/gfx",
484 "//ui/gfx/geometry", 485 "//ui/gfx/geometry",
485 ] 486 ]
486 487
487 defines = [ "CC_IMPLEMENTATION=1" ] 488 defines = [ "CC_IMPLEMENTATION=1" ]
488 489
489 if (!is_debug && (is_win || is_android)) { 490 if (!is_debug && (is_win || is_android)) {
490 configs -= [ "//build/config/compiler:optimize" ] 491 configs -= [ "//build/config/compiler:optimize" ]
491 configs += [ "//build/config/compiler:optimize_max" ] 492 configs += [ "//build/config/compiler:optimize_max" ]
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
619 620
620 public_deps = [ 621 public_deps = [
621 ":cc", 622 ":cc",
622 "//gpu:test_support", 623 "//gpu:test_support",
623 ] 624 ]
624 deps = [ 625 deps = [
625 "//base", 626 "//base",
626 "//base/third_party/dynamic_annotations", 627 "//base/third_party/dynamic_annotations",
627 "//gpu/command_buffer/client:gles2_c_lib", 628 "//gpu/command_buffer/client:gles2_c_lib",
628 "//gpu/command_buffer/client:gles2_implementation", 629 "//gpu/command_buffer/client:gles2_implementation",
630 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
629 "//gpu/command_buffer/client:gl_in_process_context", 631 "//gpu/command_buffer/client:gl_in_process_context",
630 "//gpu/command_buffer/common:gles2_utils", 632 "//gpu/command_buffer/common:gles2_utils",
631 "//gpu/skia_bindings", 633 "//gpu/skia_bindings",
632 "//skia", 634 "//skia",
633 "//testing/gmock", 635 "//testing/gmock",
634 "//testing/gtest", 636 "//testing/gtest",
635 "//ui/gfx", 637 "//ui/gfx",
636 "//ui/gfx/geometry", 638 "//ui/gfx/geometry",
637 "//ui/gfx:test_support", 639 "//ui/gfx:test_support",
638 "//ui/gl", 640 "//ui/gl",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
807 "//gpu:test_support", 809 "//gpu:test_support",
808 "//gpu/command_buffer/common:gles2_utils", 810 "//gpu/command_buffer/common:gles2_utils",
809 "//skia", 811 "//skia",
810 "//testing/gmock", 812 "//testing/gmock",
811 "//testing/gtest", 813 "//testing/gtest",
812 "//testing/perf", 814 "//testing/perf",
813 "//ui/gfx", 815 "//ui/gfx",
814 "//ui/gfx/geometry", 816 "//ui/gfx/geometry",
815 ] 817 ]
816 } 818 }
OLDNEW
« no previous file with comments | « build/slave/OWNERS ('k') | cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698