blob: 95a3a2fd40ad513a801191d0146a7deffdea746a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- components/plugins/renderer/BUILD.gn.orig 2017-04-19 19:06:33 UTC
+++ components/plugins/renderer/BUILD.gn
@@ -20,6 +20,7 @@ static_library("renderer") {
}
deps = [
+ "//v8",
"//content/public/child",
"//content/public/common",
"//content/public/renderer",
@@ -28,6 +29,5 @@ static_library("renderer") {
"//third_party/WebKit/public:blink",
"//third_party/re2",
"//ui/base",
- "//v8",
]
}
|