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

Side by Side Diff: rlz/rlz.gyp

Issue 12092068: Get rid of vista_winnt (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « no previous file | rlz/win/lib/process_info.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 '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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'win/lib/machine_deal.h', 64 'win/lib/machine_deal.h',
65 'win/lib/machine_id_win.cc', 65 'win/lib/machine_id_win.cc',
66 'win/lib/process_info.cc', 66 'win/lib/process_info.cc',
67 'win/lib/process_info.h', 67 'win/lib/process_info.h',
68 'win/lib/registry_util.cc', 68 'win/lib/registry_util.cc',
69 'win/lib/registry_util.h', 69 'win/lib/registry_util.h',
70 'win/lib/rlz_lib.h', 70 'win/lib/rlz_lib.h',
71 'win/lib/rlz_lib_win.cc', 71 'win/lib/rlz_lib_win.cc',
72 'win/lib/rlz_value_store_registry.cc', 72 'win/lib/rlz_value_store_registry.cc',
73 'win/lib/rlz_value_store_registry.h', 73 'win/lib/rlz_value_store_registry.h',
74 'win/lib/vista_winnt.h',
75 ], 74 ],
76 'conditions': [ 75 'conditions': [
77 ['rlz_use_chrome_net==1', { 76 ['rlz_use_chrome_net==1', {
78 'defines': [ 77 'defines': [
79 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 78 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
80 ], 79 ],
81 'direct_dependent_settings': { 80 'direct_dependent_settings': {
82 'defines': [ 81 'defines': [
83 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET', 82 'RLZ_NETWORK_IMPLEMENTATION_CHROME_NET',
84 ], 83 ],
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
154 ], 153 ],
155 'dependencies': [ 154 'dependencies': [
156 ':rlz_lib', 155 ':rlz_lib',
157 '../third_party/zlib/zlib.gyp:zlib', 156 '../third_party/zlib/zlib.gyp:zlib',
158 ], 157 ],
159 }, 158 },
160 ], 159 ],
161 }], 160 }],
162 ], 161 ],
163 } 162 }
OLDNEW
« no previous file with comments | « no previous file | rlz/win/lib/process_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698