summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-21 15:55:03 +0000
committerabarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-21 15:55:03 +0000
commit58e3684d7f1caa82003e82e626bc9dd707a12e27 (patch)
tree8444a145b34518469b9b4824a7b2d971659e731a /BUILD.gn
parentcf7314f77243f0b3cd078b664a24dee3b739f177 (diff)
downloadchromium_src-58e3684d7f1caa82003e82e626bc9dd707a12e27.zip
chromium_src-58e3684d7f1caa82003e82e626bc9dd707a12e27.tar.gz
chromium_src-58e3684d7f1caa82003e82e626bc9dd707a12e27.tar.bz2
Add missing v8 dependency in GN build
This CL fixes the GN build at top-of-tree Blink by adding a missing dependency on V8. It also restores //chrome/renderer to the root BUILD.gn, which I removed previously in an attempt to get the build green. TBR=brettw Review URL: https://codereview.chromium.org/345303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 4308624..54812f72 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -22,6 +22,7 @@ group("root") {
"//apps/common/api:apps_api",
"//cc",
"//chrome/common",
+ "//chrome/renderer",
"//components:all_components",
"//content",
"//crypto",
@@ -124,6 +125,7 @@ group("root") {
deps -= [
"//cc",
"//chrome/common", # Blocked on content.
+ "//chrome/renderer", # Blocked on content.
"//content",
"//extensions/common/api:extensions_api",
"//pdf", # Not compiled on Android in GYP yet, either.