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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 | 83 |
84 # Setup. | 84 # Setup. |
85 "test/cc_blink_test_suite.cc", | 85 "test/cc_blink_test_suite.cc", |
86 "test/run_all_unittests.cc", | 86 "test/run_all_unittests.cc", |
87 ] | 87 ] |
88 | 88 |
89 deps = [ | 89 deps = [ |
90 ":blink", | 90 ":blink", |
91 "//base/test:test_support", | 91 "//base/test:test_support", |
92 "//base/third_party/dynamic_annotations", | 92 "//base/third_party/dynamic_annotations", |
| 93 "//cc", |
| 94 "//cc:test_support", |
93 "//skia", | 95 "//skia", |
94 "//testing/gtest", | 96 "//testing/gtest", |
95 "//third_party/WebKit/public:blink", | 97 "//third_party/WebKit/public:blink", |
| 98 "//ui/gfx:test_support", |
96 "//ui/gfx/geometry", | 99 "//ui/gfx/geometry", |
97 "//ui/gfx:test_support", | |
98 "//cc", | |
99 "//cc:test_support", | |
100 ] | 100 ] |
101 } | 101 } |
102 } | 102 } |
OLD | NEW |