blob: 4430da175838ac5f9980a20db353c3dcfb023b55 (
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-01-26 00:49:12 UTC
+++ components/plugins/renderer/BUILD.gn
@@ -19,6 +19,7 @@ static_library("renderer") {
}
deps = [
+ "//v8",
"//content/public/child",
"//content/public/common",
"//content/public/renderer",
@@ -27,6 +28,5 @@ static_library("renderer") {
"//third_party/WebKit/public:blink",
"//third_party/re2",
"//ui/base",
- "//v8",
]
}
|