diff options
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 43b729e..5bdd04a 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -596,6 +596,8 @@ # and get rid of the common_constants.gypi which was added as a hack # to avoid making common compile on 64 bit on Windows. '../chrome/common/chrome_content_client.cc', + '../chrome/common/chrome_content_gpu_client.cc', + '../chrome/common/chrome_content_plugin_client.cc', '../content/common/child_process.cc', '../content/common/child_thread.cc', '../content/common/content_client.cc', |