OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |