OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |