| 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") |
| 6 |
| 5 # GYP version: //cc/blink/cc_blink.gyp:cc_blink | 7 # GYP version: //cc/blink/cc_blink.gyp:cc_blink |
| 6 component("blink") { | 8 component("blink") { |
| 7 output_name = "cc_blink" | 9 output_name = "cc_blink" |
| 8 | 10 |
| 9 sources = [ | 11 sources = [ |
| 10 "cc_blink_export.h", | 12 "cc_blink_export.h", |
| 11 "scrollbar_impl.cc", | 13 "scrollbar_impl.cc", |
| 12 "scrollbar_impl.h", | 14 "scrollbar_impl.h", |
| 13 "web_animation_curve_common.cc", | 15 "web_animation_curve_common.cc", |
| 14 "web_animation_curve_common.h", | 16 "web_animation_curve_common.h", |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 83 "//base/third_party/dynamic_annotations", | 85 "//base/third_party/dynamic_annotations", |
| 84 "//skia", | 86 "//skia", |
| 85 "//testing/gtest", | 87 "//testing/gtest", |
| 86 "//ui/gfx/geometry", | 88 "//ui/gfx/geometry", |
| 87 "//ui/gfx:test_support", | 89 "//ui/gfx:test_support", |
| 88 "//cc", | 90 "//cc", |
| 89 "//cc:test_support", | 91 "//cc:test_support", |
| 90 ] | 92 ] |
| 91 } | 93 } |
| 92 } | 94 } |
| OLD | NEW |