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

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

Issue 2261623002: Make DrawingBuffer and Canvas2DLayerBridge be cc::TextureLayerClients. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: webmailbox: fix-passrefptr Created 4 years, 4 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/blink/web_compositor_support_impl.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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink
8 component("blink") { 8 component("blink") {
9 output_name = "cc_blink" 9 output_name = "cc_blink"
10 10
11 sources = [ 11 sources = [
12 "cc_blink_export.h", 12 "cc_blink_export.h",
13 "scrollbar_impl.cc", 13 "scrollbar_impl.cc",
14 "scrollbar_impl.h", 14 "scrollbar_impl.h",
15 "web_compositor_support_impl.cc", 15 "web_compositor_support_impl.cc",
16 "web_compositor_support_impl.h", 16 "web_compositor_support_impl.h",
17 "web_content_layer_impl.cc", 17 "web_content_layer_impl.cc",
18 "web_content_layer_impl.h", 18 "web_content_layer_impl.h",
19 "web_display_item_list_impl.cc", 19 "web_display_item_list_impl.cc",
20 "web_display_item_list_impl.h", 20 "web_display_item_list_impl.h",
21 "web_external_bitmap_impl.cc",
22 "web_external_bitmap_impl.h",
23 "web_external_texture_layer_impl.cc", 21 "web_external_texture_layer_impl.cc",
24 "web_external_texture_layer_impl.h", 22 "web_external_texture_layer_impl.h",
25 "web_image_layer_impl.cc", 23 "web_image_layer_impl.cc",
26 "web_image_layer_impl.h", 24 "web_image_layer_impl.h",
27 "web_layer_impl.cc", 25 "web_layer_impl.cc",
28 "web_layer_impl.h", 26 "web_layer_impl.h",
29 "web_layer_impl_fixed_bounds.cc", 27 "web_layer_impl_fixed_bounds.cc",
30 "web_layer_impl_fixed_bounds.h", 28 "web_layer_impl_fixed_bounds.h",
31 "web_scrollbar_layer_impl.cc", 29 "web_scrollbar_layer_impl.cc",
32 "web_scrollbar_layer_impl.h", 30 "web_scrollbar_layer_impl.h",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "//cc", 64 "//cc",
67 "//cc:test_support", 65 "//cc:test_support",
68 "//skia", 66 "//skia",
69 "//testing/gmock", 67 "//testing/gmock",
70 "//testing/gtest", 68 "//testing/gtest",
71 "//third_party/WebKit/public:blink", 69 "//third_party/WebKit/public:blink",
72 "//ui/gfx:test_support", 70 "//ui/gfx:test_support",
73 "//ui/gfx/geometry", 71 "//ui/gfx/geometry",
74 ] 72 ]
75 } 73 }
OLDNEW
« no previous file with comments | « no previous file | cc/blink/web_compositor_support_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698