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

Side by Side Diff: cc/BUILD.gn

Issue 783543003: Update from https://crrev.com/306901 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/win/asan.gyp ('k') | cc/base/switches.h » ('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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 "base/scoped_ptr_algorithm.h", 55 "base/scoped_ptr_algorithm.h",
56 "base/scoped_ptr_deque.h", 56 "base/scoped_ptr_deque.h",
57 "base/scoped_ptr_vector.h", 57 "base/scoped_ptr_vector.h",
58 "base/simple_enclosed_region.cc", 58 "base/simple_enclosed_region.cc",
59 "base/simple_enclosed_region.h", 59 "base/simple_enclosed_region.h",
60 "base/swap_promise.h", 60 "base/swap_promise.h",
61 "base/swap_promise_monitor.cc", 61 "base/swap_promise_monitor.cc",
62 "base/swap_promise_monitor.h", 62 "base/swap_promise_monitor.h",
63 "base/switches.cc", 63 "base/switches.cc",
64 "base/switches.h", 64 "base/switches.h",
65 "base/synced_property.h",
65 "base/tiling_data.cc", 66 "base/tiling_data.cc",
66 "base/tiling_data.h", 67 "base/tiling_data.h",
67 "base/time_util.h", 68 "base/time_util.h",
68 "base/unique_notifier.cc", 69 "base/unique_notifier.cc",
69 "base/unique_notifier.h", 70 "base/unique_notifier.h",
70 "base/util.h", 71 "base/util.h",
71 "debug/benchmark_instrumentation.cc", 72 "debug/benchmark_instrumentation.cc",
72 "debug/benchmark_instrumentation.h", 73 "debug/benchmark_instrumentation.h",
73 "debug/debug_colors.cc", 74 "debug/debug_colors.cc",
74 "debug/debug_colors.h", 75 "debug/debug_colors.h",
(...skipping 777 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 "//gpu/command_buffer/common:gles2_utils", 853 "//gpu/command_buffer/common:gles2_utils",
853 "//skia", 854 "//skia",
854 "//testing/gmock", 855 "//testing/gmock",
855 "//testing/gtest", 856 "//testing/gtest",
856 "//testing/perf", 857 "//testing/perf",
857 "//ui/gfx", 858 "//ui/gfx",
858 "//ui/gfx/geometry", 859 "//ui/gfx/geometry",
859 "//ui/gl", 860 "//ui/gl",
860 ] 861 ]
861 } 862 }
OLDNEW
« no previous file with comments | « build/win/asan.gyp ('k') | cc/base/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698