Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(589)

Side by Side Diff: rlz.gyp

Issue 6310062: URLFetcher has moved from content to net, update references. (Closed) Base URL: http://rlz.googlecode.com/svn/trunk/
Patch Set: Created 11 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/financial_ping.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2011 Google Inc. All Rights Reserved. 1 # Copyright 2011 Google Inc. All Rights Reserved.
2 # Use of this source code is governed by an Apache-style license that can be 2 # Use of this source code is governed by an Apache-style license that can be
3 # found in the COPYING file. 3 # found in the COPYING file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'variables': { 8 'variables': {
9 # Set force_rlz_use_chrome_net to 1 to use chrome's network stack instead 9 # Set force_rlz_use_chrome_net to 1 to use chrome's network stack instead
10 # of win inet. 10 # of win inet.
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 76 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
77 ], 77 ],
78 'direct_dependent_settings': { 78 'direct_dependent_settings': {
79 'defines': [ 79 'defines': [
80 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 80 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
81 ], 81 ],
82 }, 82 },
83 'dependencies': [ 83 'dependencies': [
84 '../build/temp_gyp/googleurl.gyp:googleurl', 84 '../build/temp_gyp/googleurl.gyp:googleurl',
85 '../net/net.gyp:net', 85 '../net/net.gyp:net',
86 # TODO: Remove this once URLFetcher has moved to net, http://118220
87 '../content/content.gyp:content_common',
88 ], 86 ],
89 }, { 87 }, {
90 'defines': [ 88 'defines': [
91 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET', 89 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET',
92 ], 90 ],
93 'direct_dependent_settings': { 91 'direct_dependent_settings': {
94 'defines': [ 92 'defines': [
95 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET', 93 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET',
96 ], 94 ],
97 }, 95 },
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 ], 142 ],
145 'dependencies': [ 143 'dependencies': [
146 ':rlz_lib', 144 ':rlz_lib',
147 '../third_party/zlib/zlib.gyp:zlib', 145 '../third_party/zlib/zlib.gyp:zlib',
148 ], 146 ],
149 }, 147 },
150 ], 148 ],
151 }], 149 }],
152 ], 150 ],
153 } 151 }
OLDNEW
« no previous file with comments | « lib/financial_ping.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b