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

Side by Side Diff: cc/BUILD.gn

Issue 2282433002: Revert of cc: Delete all the RendererCapabilities. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-prepare-mailbox-param
Patch Set: Created 4 years, 3 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 | « no previous file | cc/layers/heads_up_display_layer.cc » ('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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 component("cc") { 8 component("cc") {
9 sources = [ 9 sources = [
10 "animation/animation.cc", 10 "animation/animation.cc",
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 "output/overlay_strategy_fullscreen.cc", 251 "output/overlay_strategy_fullscreen.cc",
252 "output/overlay_strategy_fullscreen.h", 252 "output/overlay_strategy_fullscreen.h",
253 "output/overlay_strategy_single_on_top.cc", 253 "output/overlay_strategy_single_on_top.cc",
254 "output/overlay_strategy_single_on_top.h", 254 "output/overlay_strategy_single_on_top.h",
255 "output/overlay_strategy_underlay.cc", 255 "output/overlay_strategy_underlay.cc",
256 "output/overlay_strategy_underlay.h", 256 "output/overlay_strategy_underlay.h",
257 "output/program_binding.cc", 257 "output/program_binding.cc",
258 "output/program_binding.h", 258 "output/program_binding.h",
259 "output/render_surface_filters.cc", 259 "output/render_surface_filters.cc",
260 "output/render_surface_filters.h", 260 "output/render_surface_filters.h",
261 "output/renderer_capabilities.cc",
262 "output/renderer_capabilities.h",
263 "output/renderer_capabilities_impl.cc",
264 "output/renderer_capabilities_impl.h",
261 "output/renderer_settings.cc", 265 "output/renderer_settings.cc",
262 "output/renderer_settings.h", 266 "output/renderer_settings.h",
263 "output/shader.cc", 267 "output/shader.cc",
264 "output/shader.h", 268 "output/shader.h",
265 "output/software_output_device.cc", 269 "output/software_output_device.cc",
266 "output/software_output_device.h", 270 "output/software_output_device.h",
267 "output/software_renderer.cc", 271 "output/software_renderer.cc",
268 "output/software_renderer.h", 272 "output/software_renderer.h",
269 "output/static_geometry_binding.cc", 273 "output/static_geometry_binding.cc",
270 "output/static_geometry_binding.h", 274 "output/static_geometry_binding.h",
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 "//ui/gfx/geometry", 1037 "//ui/gfx/geometry",
1034 "//ui/gl", 1038 "//ui/gl",
1035 "//ui/gl:test_support", 1039 "//ui/gl:test_support",
1036 ] 1040 ]
1037 1041
1038 # This target should not require the Chrome executable to run. 1042 # This target should not require the Chrome executable to run.
1039 assert_no_deps = [ "//chrome" ] 1043 assert_no_deps = [ "//chrome" ]
1040 } 1044 }
1041 # When adding support for isolates, please have a look at run-time dependencies 1045 # When adding support for isolates, please have a look at run-time dependencies
1042 # in the cc_unittests_run target in cc_tests.gyp. 1046 # in the cc_unittests_run target in cc_tests.gyp.
OLDNEW
« no previous file with comments | « no previous file | cc/layers/heads_up_display_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698