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

Side by Side Diff: cc/BUILD.gn

Issue 656263003: cc: Move GpuMemoryBufferManager interface to gpu namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn build fix 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 | « no previous file | 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 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
320 "resources/bitmap_content_layer_updater.cc", 320 "resources/bitmap_content_layer_updater.cc",
321 "resources/bitmap_content_layer_updater.h", 321 "resources/bitmap_content_layer_updater.h",
322 "resources/bitmap_raster_worker_pool.cc", 322 "resources/bitmap_raster_worker_pool.cc",
323 "resources/bitmap_raster_worker_pool.h", 323 "resources/bitmap_raster_worker_pool.h",
324 "resources/bitmap_skpicture_content_layer_updater.cc", 324 "resources/bitmap_skpicture_content_layer_updater.cc",
325 "resources/bitmap_skpicture_content_layer_updater.h", 325 "resources/bitmap_skpicture_content_layer_updater.h",
326 "resources/content_layer_updater.cc", 326 "resources/content_layer_updater.cc",
327 "resources/content_layer_updater.h", 327 "resources/content_layer_updater.h",
328 "resources/eviction_tile_priority_queue.cc", 328 "resources/eviction_tile_priority_queue.cc",
329 "resources/eviction_tile_priority_queue.h", 329 "resources/eviction_tile_priority_queue.h",
330 "resources/gpu_memory_buffer_manager.h",
331 "resources/gpu_raster_worker_pool.cc", 330 "resources/gpu_raster_worker_pool.cc",
332 "resources/gpu_raster_worker_pool.h", 331 "resources/gpu_raster_worker_pool.h",
333 "resources/image_layer_updater.cc", 332 "resources/image_layer_updater.cc",
334 "resources/image_layer_updater.h", 333 "resources/image_layer_updater.h",
335 "resources/layer_painter.h", 334 "resources/layer_painter.h",
336 "resources/layer_quad.cc", 335 "resources/layer_quad.cc",
337 "resources/layer_quad.h", 336 "resources/layer_quad.h",
338 "resources/layer_tiling_data.cc", 337 "resources/layer_tiling_data.cc",
339 "resources/layer_tiling_data.h", 338 "resources/layer_tiling_data.h",
340 "resources/layer_updater.cc", 339 "resources/layer_updater.cc",
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 } 480 }
482 481
483 public_deps = [ 482 public_deps = [
484 "//skia", 483 "//skia",
485 ] 484 ]
486 deps = [ 485 deps = [
487 "//base", 486 "//base",
488 "//base/third_party/dynamic_annotations", 487 "//base/third_party/dynamic_annotations",
489 "//gpu", 488 "//gpu",
490 "//gpu/command_buffer/client:gles2_interface", 489 "//gpu/command_buffer/client:gles2_interface",
490 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
491 "//media", 491 "//media",
492 "//ui/events:events_base", 492 "//ui/events:events_base",
493 "//ui/gfx", 493 "//ui/gfx",
494 "//ui/gfx/geometry", 494 "//ui/gfx/geometry",
495 ] 495 ]
496 496
497 defines = [ "CC_IMPLEMENTATION=1" ] 497 defines = [ "CC_IMPLEMENTATION=1" ]
498 498
499 if (!is_debug && (is_win || is_android)) { 499 if (!is_debug && (is_win || is_android)) {
500 configs -= [ "//build/config/compiler:optimize" ] 500 configs -= [ "//build/config/compiler:optimize" ]
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
631 631
632 public_deps = [ 632 public_deps = [
633 ":cc", 633 ":cc",
634 "//gpu:test_support", 634 "//gpu:test_support",
635 ] 635 ]
636 deps = [ 636 deps = [
637 "//base", 637 "//base",
638 "//base/third_party/dynamic_annotations", 638 "//base/third_party/dynamic_annotations",
639 "//gpu/command_buffer/client:gles2_c_lib", 639 "//gpu/command_buffer/client:gles2_c_lib",
640 "//gpu/command_buffer/client:gles2_implementation", 640 "//gpu/command_buffer/client:gles2_implementation",
641 "//gpu/command_buffer/client:gpu_memory_buffer_manager",
641 "//gpu/command_buffer/client:gl_in_process_context", 642 "//gpu/command_buffer/client:gl_in_process_context",
642 "//gpu/command_buffer/common:gles2_utils", 643 "//gpu/command_buffer/common:gles2_utils",
643 "//gpu/skia_bindings", 644 "//gpu/skia_bindings",
644 "//skia", 645 "//skia",
645 "//testing/gmock", 646 "//testing/gmock",
646 "//testing/gtest", 647 "//testing/gtest",
647 "//ui/gfx", 648 "//ui/gfx",
648 "//ui/gfx/geometry", 649 "//ui/gfx/geometry",
649 "//ui/gfx:test_support", 650 "//ui/gfx:test_support",
650 "//ui/gl", 651 "//ui/gl",
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "//gpu/command_buffer/common:gles2_utils", 825 "//gpu/command_buffer/common:gles2_utils",
825 "//media", 826 "//media",
826 "//skia", 827 "//skia",
827 "//testing/gmock", 828 "//testing/gmock",
828 "//testing/gtest", 829 "//testing/gtest",
829 "//testing/perf", 830 "//testing/perf",
830 "//ui/gfx", 831 "//ui/gfx",
831 "//ui/gfx/geometry", 832 "//ui/gfx/geometry",
832 ] 833 ]
833 } 834 }
OLDNEW
« no previous file with comments | « no previous file | cc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698