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

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

Issue 862133002: Update from https://crrev.com/312398 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
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")
6
5 # GYP version: //cc/blink/cc_blink.gyp:cc_blink 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink
6 component("blink") { 8 component("blink") {
7 output_name = "cc_blink" 9 output_name = "cc_blink"
8 10
9 sources = [ 11 sources = [
10 "cc_blink_export.h", 12 "cc_blink_export.h",
11 "scrollbar_impl.cc", 13 "scrollbar_impl.cc",
12 "scrollbar_impl.h", 14 "scrollbar_impl.h",
13 "web_animation_curve_common.cc", 15 "web_animation_curve_common.cc",
14 "web_animation_curve_common.h", 16 "web_animation_curve_common.h",
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "//base/third_party/dynamic_annotations", 85 "//base/third_party/dynamic_annotations",
84 "//skia", 86 "//skia",
85 "//testing/gtest", 87 "//testing/gtest",
86 "//ui/gfx/geometry", 88 "//ui/gfx/geometry",
87 "//ui/gfx:test_support", 89 "//ui/gfx:test_support",
88 "//cc", 90 "//cc",
89 "//cc:test_support", 91 "//cc:test_support",
90 ] 92 ]
91 } 93 }
92 } 94 }
OLDNEW
« no previous file with comments | « cc/base/math_util.cc ('k') | cc/blink/web_display_item_list_impl.h » ('j') | shell/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698