Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Unified Diff: remoting/remoting.gyp

Issue 2850025: Fix remoting_unittests on shlib-dbg build bots (Closed)
Patch Set: done done done Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 47dc6ea6938c8f2281cb4ccc28d59bacfb2e8a61..9a5e40c8fc940beecd0a8bb142bc16d6ce1f642d 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -306,6 +306,18 @@
'../gfx/gfx.gyp:*',
'../testing/gmock.gyp:gmock',
'../testing/gtest.gyp:gtest',
+ # TODO(hclam): Remove all these extra dependencies notifier is moved
+ # outside of chrome.gyp.
+ '../chrome/chrome.gyp:browser',
+ '../chrome/chrome.gyp:chrome_version_info',
+ '../chrome/chrome.gyp:debugger',
+ '../chrome/chrome.gyp:plugin',
+ '../chrome/chrome.gyp:renderer',
+ '../third_party/WebKit/WebKit/chromium/WebKit.gyp:webkit',
+ '../webkit/support/webkit_support.gyp:appcache',
+ '../webkit/support/webkit_support.gyp:database',
+ '../webkit/support/webkit_support.gyp:glue',
+ '../webkit/support/webkit_support.gyp:webkit_support',
],
'include_dirs': [
'../testing/gmock/include',
« no previous file with comments | « no previous file | third_party/libjingle/libjingle.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698