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

Side by Side Diff: cc/BUILD.gn

Issue 675083002: Add cc::RendererSettings for use in with cc::Display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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 | « no previous file | cc/cc.gyp » ('j') | cc/output/renderer.h » ('J')
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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 "output/overlay_processor.cc", 262 "output/overlay_processor.cc",
263 "output/overlay_processor.h", 263 "output/overlay_processor.h",
264 "output/overlay_strategy_single_on_top.cc", 264 "output/overlay_strategy_single_on_top.cc",
265 "output/overlay_strategy_single_on_top.h", 265 "output/overlay_strategy_single_on_top.h",
266 "output/program_binding.cc", 266 "output/program_binding.cc",
267 "output/program_binding.h", 267 "output/program_binding.h",
268 "output/render_surface_filters.cc", 268 "output/render_surface_filters.cc",
269 "output/render_surface_filters.h", 269 "output/render_surface_filters.h",
270 "output/renderer.cc", 270 "output/renderer.cc",
271 "output/renderer.h", 271 "output/renderer.h",
272 "output/renderer_settings.cc",
273 "output/renderer_settings.h",
272 "output/shader.cc", 274 "output/shader.cc",
273 "output/shader.h", 275 "output/shader.h",
274 "output/software_frame_data.cc", 276 "output/software_frame_data.cc",
275 "output/software_frame_data.h", 277 "output/software_frame_data.h",
276 "output/software_output_device.cc", 278 "output/software_output_device.cc",
277 "output/software_output_device.h", 279 "output/software_output_device.h",
278 "output/software_renderer.cc", 280 "output/software_renderer.cc",
279 "output/software_renderer.h", 281 "output/software_renderer.h",
280 "output/viewport_selection_bound.cc", 282 "output/viewport_selection_bound.cc",
281 "output/viewport_selection_bound.h", 283 "output/viewport_selection_bound.h",
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 "//gpu/command_buffer/common:gles2_utils", 826 "//gpu/command_buffer/common:gles2_utils",
825 "//media", 827 "//media",
826 "//skia", 828 "//skia",
827 "//testing/gmock", 829 "//testing/gmock",
828 "//testing/gtest", 830 "//testing/gtest",
829 "//testing/perf", 831 "//testing/perf",
830 "//ui/gfx", 832 "//ui/gfx",
831 "//ui/gfx/geometry", 833 "//ui/gfx/geometry",
832 ] 834 ]
833 } 835 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | cc/output/renderer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698