diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 20:26:48 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 20:26:48 +0000 |
commit | 229094b938e29f8b7118cfb949112575295cd92d (patch) | |
tree | 9ec7899adb3421a940e668980ca28ebacb415473 /webkit/child/BUILD.gn | |
parent | 51c9abfa3e4dc0d11d26f885bb76461584288185 (diff) | |
download | chromium_src-229094b938e29f8b7118cfb949112575295cd92d.zip chromium_src-229094b938e29f8b7118cfb949112575295cd92d.tar.gz chromium_src-229094b938e29f8b7118cfb949112575295cd92d.tar.bz2 |
Hook up V8 to more of the GN build.
Implement webkit/common/gpu.
Minor fixes to the gin unit tests (it defines its own test runner so shouldn't depend on run_all_unittests -- GN found this because run_all_unittests in the GN build is a source_set instead of a static library and results in a duplicate definition).
R=jochen@chromium.org
Review URL: https://codereview.chromium.org/319583004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275233 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/child/BUILD.gn')
-rw-r--r-- | webkit/child/BUILD.gn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webkit/child/BUILD.gn b/webkit/child/BUILD.gn index 04611e4..f0c3626 100644 --- a/webkit/child/BUILD.gn +++ b/webkit/child/BUILD.gn @@ -44,7 +44,7 @@ component("child") { "//ui/gfx/geometry", "//ui/native_theme", "//url", - #"//v8", TODO(GYP) + "//v8", "//webkit/common", ] } |