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

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

Issue 761903003: Update from https://crrev.com/306655 (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 | « cc/base/rolling_time_delta_history.cc ('k') | cc/blink/cc_blink.gyp » ('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 public_deps = [ 9 public_deps = [
10 "//skia", 10 "//skia",
(...skipping 15 matching lines...) Expand all
26 "scrollbar_impl.cc", 26 "scrollbar_impl.cc",
27 "scrollbar_impl.h", 27 "scrollbar_impl.h",
28 "web_animation_curve_common.cc", 28 "web_animation_curve_common.cc",
29 "web_animation_curve_common.h", 29 "web_animation_curve_common.h",
30 "web_animation_impl.cc", 30 "web_animation_impl.cc",
31 "web_animation_impl.h", 31 "web_animation_impl.h",
32 "web_compositor_support_impl.cc", 32 "web_compositor_support_impl.cc",
33 "web_compositor_support_impl.h", 33 "web_compositor_support_impl.h",
34 "web_content_layer_impl.cc", 34 "web_content_layer_impl.cc",
35 "web_content_layer_impl.h", 35 "web_content_layer_impl.h",
36 "web_display_item_list_impl.cc",
37 "web_display_item_list_impl.h",
36 "web_external_bitmap_impl.cc", 38 "web_external_bitmap_impl.cc",
37 "web_external_bitmap_impl.h", 39 "web_external_bitmap_impl.h",
38 "web_external_texture_layer_impl.cc", 40 "web_external_texture_layer_impl.cc",
39 "web_external_texture_layer_impl.h", 41 "web_external_texture_layer_impl.h",
40 "web_filter_animation_curve_impl.cc", 42 "web_filter_animation_curve_impl.cc",
41 "web_filter_animation_curve_impl.h", 43 "web_filter_animation_curve_impl.h",
42 "web_filter_operations_impl.cc", 44 "web_filter_operations_impl.cc",
43 "web_filter_operations_impl.h", 45 "web_filter_operations_impl.h",
44 "web_float_animation_curve_impl.cc", 46 "web_float_animation_curve_impl.cc",
45 "web_float_animation_curve_impl.h", 47 "web_float_animation_curve_impl.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 "//cc:test_support", 82 "//cc:test_support",
81 ] 83 ]
82 84
83 sources = [ 85 sources = [
84 "web_animation_unittest.cc", 86 "web_animation_unittest.cc",
85 "web_float_animation_curve_unittest.cc", 87 "web_float_animation_curve_unittest.cc",
86 "web_layer_impl_fixed_bounds_unittest.cc", 88 "web_layer_impl_fixed_bounds_unittest.cc",
87 ] 89 ]
88 } 90 }
89 } 91 }
OLDNEW
« no previous file with comments | « cc/base/rolling_time_delta_history.cc ('k') | cc/blink/cc_blink.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698