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

Side by Side Diff: cc/blink/cc_blink.gyp

Issue 2315743005: cc: Remove all gyp files. (Closed)
Patch Set: Created 4 years, 3 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 | « cc/blink/BUILD.gn ('k') | cc/blink/cc_blink_tests.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 # found in the LICENSE file.
4
5 {
6 'targets': [
7 {
8 # GN version: //cc/blink
9 'target_name': 'cc_blink',
10 'type': '<(component)',
11 'dependencies': [
12 '../../gpu/gpu.gyp:command_buffer_common',
13 '../../base/base.gyp:base',
14 '../../third_party/WebKit/public/blink.gyp:blink',
15 '../../skia/skia.gyp:skia',
16 '../cc.gyp:cc',
17 '../../ui/gfx/gfx.gyp:gfx',
18 '../../ui/gfx/gfx.gyp:gfx_geometry',
19 ],
20 'defines': [
21 'CC_BLINK_IMPLEMENTATION',
22 ],
23 'export_dependent_settings': [
24 '../../skia/skia.gyp:skia',
25 ],
26 # This sources list is duplicated in //cc/blink/BUILD.gn
27 'sources': [
28 'cc_blink_export.h',
29 'context_provider_web_context.h',
30 'scrollbar_impl.cc',
31 'scrollbar_impl.h',
32 'web_compositor_support_impl.cc',
33 'web_compositor_support_impl.h',
34 'web_content_layer_impl.cc',
35 'web_content_layer_impl.h',
36 'web_display_item_list_impl.cc',
37 'web_display_item_list_impl.h',
38 'web_external_bitmap_impl.cc',
39 'web_external_bitmap_impl.h',
40 'web_external_texture_layer_impl.cc',
41 'web_external_texture_layer_impl.h',
42 'web_image_layer_impl.cc',
43 'web_image_layer_impl.h',
44 'web_layer_impl.cc',
45 'web_layer_impl.h',
46 'web_layer_impl_fixed_bounds.cc',
47 'web_layer_impl_fixed_bounds.h',
48 'web_scrollbar_layer_impl.cc',
49 'web_scrollbar_layer_impl.h',
50 ],
51 },
52 ]
53 }
OLDNEW
« no previous file with comments | « cc/blink/BUILD.gn ('k') | cc/blink/cc_blink_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698