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

Side by Side Diff: cc/BUILD.gn

Issue 754433003: Update from https://crrev.com/305340 (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/vs_toolchain.py ('k') | cc/blink/BUILD.gn » ('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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 "output/overlay_processor.cc", 259 "output/overlay_processor.cc",
260 "output/overlay_processor.h", 260 "output/overlay_processor.h",
261 "output/overlay_strategy_single_on_top.cc", 261 "output/overlay_strategy_single_on_top.cc",
262 "output/overlay_strategy_single_on_top.h", 262 "output/overlay_strategy_single_on_top.h",
263 "output/program_binding.cc", 263 "output/program_binding.cc",
264 "output/program_binding.h", 264 "output/program_binding.h",
265 "output/render_surface_filters.cc", 265 "output/render_surface_filters.cc",
266 "output/render_surface_filters.h", 266 "output/render_surface_filters.h",
267 "output/renderer.cc", 267 "output/renderer.cc",
268 "output/renderer.h", 268 "output/renderer.h",
269 "output/renderer_settings.cc",
270 "output/renderer_settings.h",
269 "output/shader.cc", 271 "output/shader.cc",
270 "output/shader.h", 272 "output/shader.h",
271 "output/software_frame_data.cc", 273 "output/software_frame_data.cc",
272 "output/software_frame_data.h", 274 "output/software_frame_data.h",
273 "output/software_output_device.cc", 275 "output/software_output_device.cc",
274 "output/software_output_device.h", 276 "output/software_output_device.h",
275 "output/software_renderer.cc", 277 "output/software_renderer.cc",
276 "output/software_renderer.h", 278 "output/software_renderer.h",
277 "output/viewport_selection_bound.cc", 279 "output/viewport_selection_bound.cc",
278 "output/viewport_selection_bound.h", 280 "output/viewport_selection_bound.h",
(...skipping 541 matching lines...) Expand 10 before | Expand all | Expand 10 after
820 "//gpu:test_support", 822 "//gpu:test_support",
821 "//gpu/command_buffer/common:gles2_utils", 823 "//gpu/command_buffer/common:gles2_utils",
822 "//skia", 824 "//skia",
823 "//testing/gmock", 825 "//testing/gmock",
824 "//testing/gtest", 826 "//testing/gtest",
825 "//testing/perf", 827 "//testing/perf",
826 "//ui/gfx", 828 "//ui/gfx",
827 "//ui/gfx/geometry", 829 "//ui/gfx/geometry",
828 ] 830 ]
829 } 831 }
OLDNEW
« no previous file with comments | « build/vs_toolchain.py ('k') | cc/blink/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698