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

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: Tried to address all the comments szym provided in the previous code review Created 8 years, 7 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 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
1585 'action_name': 'net_resources', 1585 'action_name': 'net_resources',
1586 'variables': { 1586 'variables': {
1587 'grit_grd_file': 'base/net_resources.grd', 1587 'grit_grd_file': 'base/net_resources.grd',
1588 }, 1588 },
1589 'includes': [ '../build/grit_action.gypi' ], 1589 'includes': [ '../build/grit_action.gypi' ],
1590 }, 1590 },
1591 ], 1591 ],
1592 'includes': [ '../build/grit_target.gypi' ], 1592 'includes': [ '../build/grit_target.gypi' ],
1593 }, 1593 },
1594 { 1594 {
1595 'target_name': 'gdig',
1596 'type': 'executable',
1597 'dependencies': [
1598 'net',
1599 ],
1600 'sources': [
1601 'tools/gdig/gdig.cc',
1602 ],
1603 },
1604 {
1595 'target_name': 'fetch_client', 1605 'target_name': 'fetch_client',
1596 'type': 'executable', 1606 'type': 'executable',
1597 'variables': { 'enable_wexit_time_destructors': 1, }, 1607 'variables': { 'enable_wexit_time_destructors': 1, },
1598 'dependencies': [ 1608 'dependencies': [
1599 'net', 1609 'net',
1600 '../base/base.gyp:base', 1610 '../base/base.gyp:base',
1601 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1611 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1602 '../build/temp_gyp/googleurl.gyp:googleurl', 1612 '../build/temp_gyp/googleurl.gyp:googleurl',
1603 '../testing/gtest.gyp:gtest', 1613 '../testing/gtest.gyp:gtest',
1604 ], 1614 ],
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 'tools/dump_cache/url_to_filename_encoder.cc', 1856 'tools/dump_cache/url_to_filename_encoder.cc',
1847 'tools/dump_cache/url_to_filename_encoder.h', 1857 'tools/dump_cache/url_to_filename_encoder.h',
1848 'tools/dump_cache/url_utilities.h', 1858 'tools/dump_cache/url_utilities.h',
1849 'tools/dump_cache/url_utilities.cc', 1859 'tools/dump_cache/url_utilities.cc',
1850 ], 1860 ],
1851 }, 1861 },
1852 ], 1862 ],
1853 }], 1863 }],
1854 ], 1864 ],
1855 } 1865 }
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