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