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

Side by Side Diff: net/net.gyp

Issue 10386120: Utility to resolve an hostname using Chromium's code in net/dns (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Create a standard DnsClient instead of a MockDnsClient to be passed to HostResolverImpl Created 8 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 unified diff | Download patch
« no previous file with comments | « no previous file | net/tools/gdig/gdig.cc » ('j') | net/tools/gdig/gdig.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'linux_link_kerberos%': 0, 9 'linux_link_kerberos%': 0,
10 'conditions': [ 10 'conditions': [
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
1604 'action_name': 'net_resources', 1604 'action_name': 'net_resources',
1605 'variables': { 1605 'variables': {
1606 'grit_grd_file': 'base/net_resources.grd', 1606 'grit_grd_file': 'base/net_resources.grd',
1607 }, 1607 },
1608 'includes': [ '../build/grit_action.gypi' ], 1608 'includes': [ '../build/grit_action.gypi' ],
1609 }, 1609 },
1610 ], 1610 ],
1611 'includes': [ '../build/grit_target.gypi' ], 1611 'includes': [ '../build/grit_target.gypi' ],
1612 }, 1612 },
1613 { 1613 {
1614 'target_name': 'gdig',
szym 2012/06/01 22:07:58 you have trailing whitespace here
Daniele 2012/06/01 22:29:27 Done.
1615 'type': 'executable',
1616 'dependencies': [
1617 'net',
1618 ],
1619 'sources': [
1620 'tools/gdig/gdig.cc',
1621 ],
1622 },
1623 {
1614 'target_name': 'fetch_client', 1624 'target_name': 'fetch_client',
1615 'type': 'executable', 1625 'type': 'executable',
1616 'variables': { 'enable_wexit_time_destructors': 1, }, 1626 'variables': { 'enable_wexit_time_destructors': 1, },
1617 'dependencies': [ 1627 'dependencies': [
1618 'net', 1628 'net',
1619 '../base/base.gyp:base', 1629 '../base/base.gyp:base',
1620 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1630 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1621 '../build/temp_gyp/googleurl.gyp:googleurl', 1631 '../build/temp_gyp/googleurl.gyp:googleurl',
1622 '../testing/gtest.gyp:gtest', 1632 '../testing/gtest.gyp:gtest',
1623 ], 1633 ],
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
1890 'tools/dump_cache/url_to_filename_encoder.cc', 1900 'tools/dump_cache/url_to_filename_encoder.cc',
1891 'tools/dump_cache/url_to_filename_encoder.h', 1901 'tools/dump_cache/url_to_filename_encoder.h',
1892 'tools/dump_cache/url_utilities.h', 1902 'tools/dump_cache/url_utilities.h',
1893 'tools/dump_cache/url_utilities.cc', 1903 'tools/dump_cache/url_utilities.cc',
1894 ], 1904 ],
1895 }, 1905 },
1896 ], 1906 ],
1897 }], 1907 }],
1898 ], 1908 ],
1899 } 1909 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/gdig/gdig.cc » ('j') | net/tools/gdig/gdig.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698