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

Side by Side Diff: rlz/rlz.gyp

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix Created 7 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 | Annotate | Revision Log
« no previous file with comments | « printing/printing.gyp ('k') | sync/sync_core.gypi » ('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 'variables': { 8 'variables': {
9 # Force rlz to use chrome's networking stack. 9 # Force rlz to use chrome's networking stack.
10 'force_rlz_use_chrome_net%': 1, 10 'force_rlz_use_chrome_net%': 1,
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 ['rlz_use_chrome_net==1', { 76 ['rlz_use_chrome_net==1', {
77 'defines': [ 77 'defines': [
78 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 78 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
79 ], 79 ],
80 'direct_dependent_settings': { 80 'direct_dependent_settings': {
81 'defines': [ 81 'defines': [
82 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 82 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
83 ], 83 ],
84 }, 84 },
85 'dependencies': [ 85 'dependencies': [
86 '../build/temp_gyp/googleurl.gyp:googleurl',
87 '../net/net.gyp:net', 86 '../net/net.gyp:net',
87 '../url/url.gyp:url_lib',
88 ], 88 ],
89 }, { 89 }, {
90 'defines': [ 90 'defines': [
91 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET', 91 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET',
92 ], 92 ],
93 'direct_dependent_settings': { 93 'direct_dependent_settings': {
94 'defines': [ 94 'defines': [
95 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET', 95 'RLZ_NETWORK_IMPLEMENTATION_WIN_INET',
96 ], 96 ],
97 }, 97 },
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 ], 157 ],
158 'dependencies': [ 158 'dependencies': [
159 ':rlz_lib', 159 ':rlz_lib',
160 '../third_party/zlib/zlib.gyp:zlib', 160 '../third_party/zlib/zlib.gyp:zlib',
161 ], 161 ],
162 }, 162 },
163 ], 163 ],
164 }], 164 }],
165 ], 165 ],
166 } 166 }
OLDNEW
« no previous file with comments | « printing/printing.gyp ('k') | sync/sync_core.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698