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

Side by Side Diff: cc/blink/BUILD.gn

Issue 474783002: HUD: Show first paint invalidation in red (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: compilefix Created 6 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « cc/BUILD.gn ('k') | cc/blink/blink_layer_debug_info.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 # GYP version: //cc/blink/cc_blink.gyp:cc_blink 5 # GYP version: //cc/blink/cc_blink.gyp:cc_blink
6 component("blink") { 6 component("blink") {
7 output_name = "cc_blink" 7 output_name = "cc_blink"
8 8
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
11 "//base/third_party/dynamic_annotations", 11 "//base/third_party/dynamic_annotations",
12 "//cc", 12 "//cc",
13 "//gpu", 13 "//gpu",
14 "//skia", 14 "//skia",
15 "//third_party/WebKit/public:blink", 15 "//third_party/WebKit/public:blink",
16 "//ui/gfx", 16 "//ui/gfx",
17 "//ui/gfx/geometry", 17 "//ui/gfx/geometry",
18 ] 18 ]
19 19
20 defines = [ "CC_BLINK_IMPLEMENTATION" ] 20 defines = [ "CC_BLINK_IMPLEMENTATION" ]
21 21
22 forward_dependent_configs_from = [ "//skia" ] 22 forward_dependent_configs_from = [ "//skia" ]
23 23
24 sources = [ 24 sources = [
25 "blink_layer_debug_info.cc",
26 "blink_layer_debug_info.h",
25 "cc_blink_export.h", 27 "cc_blink_export.h",
26 "scrollbar_impl.cc", 28 "scrollbar_impl.cc",
27 "scrollbar_impl.h", 29 "scrollbar_impl.h",
28 "web_animation_curve_common.cc", 30 "web_animation_curve_common.cc",
29 "web_animation_curve_common.h", 31 "web_animation_curve_common.h",
30 "web_animation_impl.cc", 32 "web_animation_impl.cc",
31 "web_animation_impl.h", 33 "web_animation_impl.h",
32 "web_compositor_support_impl.cc", 34 "web_compositor_support_impl.cc",
33 "web_compositor_support_impl.h", 35 "web_compositor_support_impl.h",
34 "web_content_layer_impl.cc", 36 "web_content_layer_impl.cc",
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "//cc", 79 "//cc",
78 "//cc:test_support", 80 "//cc:test_support",
79 ] 81 ]
80 82
81 sources = [ 83 sources = [
82 "web_animation_unittest.cc", 84 "web_animation_unittest.cc",
83 "web_float_animation_curve_unittest.cc", 85 "web_float_animation_curve_unittest.cc",
84 "web_layer_impl_fixed_bounds_unittest.cc", 86 "web_layer_impl_fixed_bounds_unittest.cc",
85 ] 87 ]
86 } 88 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/blink/blink_layer_debug_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698