blob: 7e829ee46e02369d515ac129eb8d1f1752c6acbb (
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 2016-08-03 22:02:16.000000000 +0300
+++ components/plugins/renderer/BUILD.gn 2016-09-26 06:14:10.664010000 +0300
@@ -25,6 +25,7 @@
}
deps = [
+ "//v8",
"//content/public/child",
"//content/public/common",
"//content/public/renderer",
@@ -33,6 +34,5 @@
"//third_party/WebKit/public:blink",
"//third_party/re2",
"//ui/base",
- "//v8",
]
}
|