diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 01:32:14 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-07 01:32:14 +0000 |
commit | 7735a67baee596f52d9d627e8c728b9488addd46 (patch) | |
tree | 0ec18aebf64edcb692346fa6b26b8493996bcb72 /cc/cc_tests.gyp | |
parent | 4226d47685044f28fc97f24a6a178fe669aea993 (diff) | |
download | chromium_src-7735a67baee596f52d9d627e8c728b9488addd46.zip chromium_src-7735a67baee596f52d9d627e8c728b9488addd46.tar.gz chromium_src-7735a67baee596f52d9d627e8c728b9488addd46.tar.bz2 |
Depend on public/blink.gyp:blink to depend on Blink library
This way chromium code does not have to depend on the internal directory
structure of blink to depend on the library.
R=darin@chromium.org, thakis@chromium.org
Review URL: https://codereview.chromium.org/16295027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@204687 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index 4cc4109..07cecc0 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -265,7 +265,7 @@ '../skia/skia.gyp:skia', '../testing/gmock.gyp:gmock', '../testing/gtest.gyp:gtest', - '../third_party/WebKit/Source/WebKit/chromium/WebKit.gyp:webkit', + '../third_party/WebKit/public/blink.gyp:blink', '../third_party/mesa/mesa.gyp:osmesa', '../ui/gl/gl.gyp:gl', '../ui/ui.gyp:ui', |