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

Unified Diff: remoting/chromoting.gyp

Issue 2711001: Fix chromoting build issues on Windows (Closed)
Patch Set: fixed gyp 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 | remoting/host/capturer_gdi.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/chromoting.gyp
diff --git a/remoting/chromoting.gyp b/remoting/chromoting.gyp
index 3136800863a3850e6ebc599c617f454f290eee87..054e3e0c2cc00a31b76db4cff27b2fd63229ca50 100644
--- a/remoting/chromoting.gyp
+++ b/remoting/chromoting.gyp
@@ -118,7 +118,6 @@
'export_dependent_settings': [
'../third_party/protobuf2/protobuf.gyp:protobuf_lite',
'base/protocol/chromotocol.gyp:chromotocol_proto_lib',
- 'chromoting_jingle_glue',
# TODO(hclam): Enable VP8 in the build.
#'third_party/on2/on2.gyp:vp8',
],
@@ -244,9 +243,9 @@
'target_name': 'chromoting_jingle_glue',
'type': '<(library)',
'dependencies': [
+ '../chrome/chrome.gyp:notifier',
'../third_party/libjingle/libjingle.gyp:libjingle',
'../third_party/libjingle/libjingle.gyp:libjingle_p2p',
- '../chrome/chrome.gyp:notifier',
],
'export_dependent_settings': [
'../third_party/libjingle/libjingle.gyp:libjingle',
« no previous file with comments | « no previous file | remoting/host/capturer_gdi.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698