diff options
Diffstat (limited to 'chrome/chrome.gyp')
-rw-r--r-- | chrome/chrome.gyp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 6900688..7df1243 100644 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -720,6 +720,8 @@ 'gpu/gpu_video_decoder.h', 'gpu/gpu_video_service.cc', 'gpu/gpu_video_service.h', + 'gpu/gpu_watchdog_thread.cc', + 'gpu/gpu_watchdog_thread.h', 'gpu/media/gpu_video_device.h', 'gpu/media/fake_gl_video_decode_engine.cc', 'gpu/media/fake_gl_video_decode_engine.h', @@ -735,6 +737,7 @@ '<(DEPTH)/third_party/angle/include', '<(DEPTH)/third_party/angle/src', '<(DEPTH)/third_party/wtl/include', + '$(DXSDK_DIR)/include', ], 'dependencies': [ '../third_party/angle/src/build_angle.gyp:libEGL', |