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

Unified Diff: content/content_renderer.gypi

Issue 7599003: Add IPC for DNS host address resolution. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 4 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 | « content/common/p2p_messages.h ('k') | content/renderer/p2p/host_address_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_renderer.gypi
diff --git a/content/content_renderer.gypi b/content/content_renderer.gypi
index ac6034f253c6d9d8c3381395d3f06c25ed7f530f..eb739387ff6558900af252fe92e356c0485981af 100644
--- a/content/content_renderer.gypi
+++ b/content/content_renderer.gypi
@@ -181,6 +181,8 @@
'conditions': [
['p2p_apis==1', {
'sources': [
+ 'renderer/p2p/host_address_request.cc',
+ 'renderer/p2p/host_address_request.h',
'renderer/p2p/ipc_network_manager.cc',
'renderer/p2p/ipc_network_manager.h',
'renderer/p2p/ipc_socket_factory.cc',
« no previous file with comments | « content/common/p2p_messages.h ('k') | content/renderer/p2p/host_address_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698