summaryrefslogtreecommitdiffstats
path: root/gin/gin.gyp
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 20:26:48 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 20:26:48 +0000
commit229094b938e29f8b7118cfb949112575295cd92d (patch)
tree9ec7899adb3421a940e668980ca28ebacb415473 /gin/gin.gyp
parent51c9abfa3e4dc0d11d26f885bb76461584288185 (diff)
downloadchromium_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 'gin/gin.gyp')
-rw-r--r--gin/gin.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gin/gin.gyp b/gin/gin.gyp
index f7f25a91..6ee6065 100644
--- a/gin/gin.gyp
+++ b/gin/gin.gyp
@@ -119,7 +119,7 @@
'target_name': 'gin_unittests',
'type': 'executable',
'dependencies': [
- '../base/base.gyp:run_all_unittests',
+ '../base/base.gyp:test_support_base',
'../v8/tools/gyp/v8.gyp:v8',
'gin_test',
],