Allow user to pass in a path for extra dependencies for gpu

BUG=skia:

Review URL: https://codereview.chromium.org/986363002
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index e835e34..c69a486 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -108,6 +108,11 @@
         'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
       ],
       'conditions': [
+        [ 'skia_gpu_extra_dependency_path', {
+          'dependencies' : [
+              '<(skia_gpu_extra_dependency_path):*',
+          ]
+        }],
         [ 'skia_stroke_path_rendering', {
           'sources': [
             '../experimental/StrokePathRenderer/GrStrokePathRenderer.h',