| 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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 61 | 61 |
| 62 deps = [ | 62 deps = [ |
| 63 ":blink", | 63 ":blink", |
| 64 "//base/test:test_support", | 64 "//base/test:test_support", |
| 65 "//base/third_party/dynamic_annotations", | 65 "//base/third_party/dynamic_annotations", |
| 66 "//cc", | 66 "//cc", |
| 67 "//cc:test_support", | 67 "//cc:test_support", |
| 68 "//skia", | 68 "//skia", |
| 69 "//testing/gmock", | 69 "//testing/gmock", |
| 70 "//testing/gtest", | 70 "//testing/gtest", |
| 71 "//third_party/WebKit/public:blink_for_unittests", | 71 "//third_party/WebKit/public:blink", |
| 72 "//ui/gfx:test_support", | 72 "//ui/gfx:test_support", |
| 73 "//ui/gfx/geometry", | 73 "//ui/gfx/geometry", |
| 74 ] | 74 ] |
| 75 } | 75 } |
| OLD | NEW |