diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-29 23:33:57 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-29 23:33:57 +0000 |
commit | 34dc645193743944aac8cbf8bf7206a0257d302b (patch) | |
tree | 3be447dd7e3d03f480850b7d2097fdf1da0a1e37 /skia/skia_library.gypi | |
parent | 80876023433816bebf353a08489826d5db3ca840 (diff) | |
download | chromium_src-34dc645193743944aac8cbf8bf7206a0257d302b.zip chromium_src-34dc645193743944aac8cbf8bf7206a0257d302b.tar.gz chromium_src-34dc645193743944aac8cbf8bf7206a0257d302b.tar.bz2 |
Remove dependency on Blink's Source/WebKit/chromium
We used to depend directly on this GYP file in Blink's Source directory. As
part of cleaning up Blink's directory structure, we're moving all direct
dependencies from Chromium to Blink into Blink's public directory.
This CL removes this dependency because it currently does nothing. I'll
re-introduce the dependency once the move is complete.
R=djsollen@google.com, thakis@chromium.org
Review URL: https://codereview.chromium.org/21138002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214259 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia_library.gypi')
-rw-r--r-- | skia/skia_library.gypi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/skia/skia_library.gypi b/skia/skia_library.gypi index b501dbc..986efe4 100644 --- a/skia/skia_library.gypi +++ b/skia/skia_library.gypi @@ -256,7 +256,9 @@ }], [ 'OS != "ios"', { 'dependencies': [ - '<(DEPTH)/third_party/WebKit/Source/WebKit/chromium/skia_webkit.gyp:skia_webkit', + # FIXME: Add a dependency on + # '<(DEPTH)/third_party/WebKit/public/blink_skia_config.gyp:blink_skia_config' + # once https://codereview.chromium.org/21137002 rolls into Chromium. ], }], [ 'OS != "mac"', { |