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

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: Changed sort order of dependencies in net.gpy. Added a line in include files. 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') | no next file with comments »
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 1592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1603 'action_name': 'net_resources', 1603 'action_name': 'net_resources',
1604 'variables': { 1604 'variables': {
1605 'grit_grd_file': 'base/net_resources.grd', 1605 'grit_grd_file': 'base/net_resources.grd',
1606 }, 1606 },
1607 'includes': [ '../build/grit_action.gypi' ], 1607 'includes': [ '../build/grit_action.gypi' ],
1608 }, 1608 },
1609 ], 1609 ],
1610 'includes': [ '../build/grit_target.gypi' ], 1610 'includes': [ '../build/grit_target.gypi' ],
1611 }, 1611 },
1612 { 1612 {
1613 'target_name': 'gdig',
1614 'type': 'executable',
1615 'dependencies': [
1616 '../base/base.gyp:base',
1617 'net',
1618 ],
1619 'sources': [
1620 'tools/gdig/gdig.cc',
1621 ],
1622 },
1623 {
1613 'target_name': 'fetch_client', 1624 'target_name': 'fetch_client',
1614 'type': 'executable', 1625 'type': 'executable',
1615 'variables': { 'enable_wexit_time_destructors': 1, }, 1626 'variables': { 'enable_wexit_time_destructors': 1, },
1616 'dependencies': [ 1627 'dependencies': [
1617 'net', 1628 'net',
1618 '../base/base.gyp:base', 1629 '../base/base.gyp:base',
1619 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1630 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1620 '../build/temp_gyp/googleurl.gyp:googleurl', 1631 '../build/temp_gyp/googleurl.gyp:googleurl',
1621 '../testing/gtest.gyp:gtest', 1632 '../testing/gtest.gyp:gtest',
1622 ], 1633 ],
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
1900 'tools/dump_cache/url_to_filename_encoder.cc', 1911 'tools/dump_cache/url_to_filename_encoder.cc',
1901 'tools/dump_cache/url_to_filename_encoder.h', 1912 'tools/dump_cache/url_to_filename_encoder.h',
1902 'tools/dump_cache/url_utilities.h', 1913 'tools/dump_cache/url_utilities.h',
1903 'tools/dump_cache/url_utilities.cc', 1914 'tools/dump_cache/url_utilities.cc',
1904 ], 1915 ],
1905 }, 1916 },
1906 ], 1917 ],
1907 }], 1918 }],
1908 ], 1919 ],
1909 } 1920 }
OLDNEW
« no previous file with comments | « no previous file | net/tools/gdig/gdig.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698