Index: chrome/chrome_renderer.gypi |
diff --git a/chrome/chrome_renderer.gypi b/chrome/chrome_renderer.gypi |
index fb28f98fc24e172a826abb3d85c2b474200ca9ba..8615c3f06d705a39aa2d799e0ade482a394c5321 100644 |
--- a/chrome/chrome_renderer.gypi |
+++ b/chrome/chrome_renderer.gypi |
@@ -288,6 +288,9 @@ |
'../third_party/npapi/npapi.gyp:npapi', |
'../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', |
'../ui/surface/surface.gyp:surface', |
+ # FIXME(andrewhayden) This needs to be conditionally performed based on, |
+ # ostensibly, a boolean that indicates what the embedder wants. |
+ '../third_party/cld_2/cld_2.gyp:cld2_dynamic', |
], |
'include_dirs': [ |
'..', |