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

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

Issue 1737873002: Fix cc_blink_unittests link errors in static GN builds after r377586. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | 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
(...skipping 28 matching lines...) Expand all
39 39
40 public_deps = [ 40 public_deps = [
41 "//skia", 41 "//skia",
42 ] 42 ]
43 43
44 deps = [ 44 deps = [
45 "//base", 45 "//base",
46 "//base/third_party/dynamic_annotations", 46 "//base/third_party/dynamic_annotations",
47 "//cc", 47 "//cc",
48 "//gpu", 48 "//gpu",
49 "//third_party/WebKit/public:blink", 49 "//third_party/WebKit/public:blink_for_unittests",
50 "//ui/gfx", 50 "//ui/gfx",
51 "//ui/gfx/geometry", 51 "//ui/gfx/geometry",
52 ] 52 ]
53 } 53 }
54 54
55 # GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests 55 # GYP version: //cc/blink/cc_blink_tests.gyp:cc_blink_unittests
56 # TODO(GYP): make linking work on the mac. 56 # TODO(GYP): make linking work on the mac.
57 if (!is_mac) { 57 if (!is_mac) {
58 test("cc_blink_unittests") { 58 test("cc_blink_unittests") {
59 sources = [ 59 sources = [
(...skipping 12 matching lines...) Expand all
72 "//cc:test_support", 72 "//cc:test_support",
73 "//skia", 73 "//skia",
74 "//testing/gmock", 74 "//testing/gmock",
75 "//testing/gtest", 75 "//testing/gtest",
76 "//third_party/WebKit/public:blink", 76 "//third_party/WebKit/public:blink",
77 "//ui/gfx:test_support", 77 "//ui/gfx:test_support",
78 "//ui/gfx/geometry", 78 "//ui/gfx/geometry",
79 ] 79 ]
80 } 80 }
81 } 81 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698