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

Side by Side Diff: rlz/rlz.gyp

Issue 1653693002: Move base/prefs to components/prefs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: iOS fix Created 4 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
« no previous file with comments | « net/net_common.gypi ('k') | third_party/libaddressinput/libaddressinput.gyp » ('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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'test/rlz_test_helpers.h', 123 'test/rlz_test_helpers.h',
124 ], 124 ],
125 }, 125 },
126 { 126 {
127 'target_name': 'rlz_unittests', 127 'target_name': 'rlz_unittests',
128 'type': 'executable', 128 'type': 'executable',
129 'dependencies': [ 129 'dependencies': [
130 ':rlz_lib', 130 ':rlz_lib',
131 ':test_support_rlz', 131 ':test_support_rlz',
132 '../base/base.gyp:base', 132 '../base/base.gyp:base',
133 '../base/base.gyp:base_prefs',
134 '../testing/gmock.gyp:gmock', 133 '../testing/gmock.gyp:gmock',
135 '../testing/gtest.gyp:gtest', 134 '../testing/gtest.gyp:gtest',
136 '../third_party/zlib/zlib.gyp:zlib', 135 '../third_party/zlib/zlib.gyp:zlib',
137 ], 136 ],
138 'sources': [ 137 'sources': [
139 'lib/crc32_unittest.cc', 138 'lib/crc32_unittest.cc',
140 'lib/crc8_unittest.cc', 139 'lib/crc8_unittest.cc',
141 'lib/financial_ping_test.cc', 140 'lib/financial_ping_test.cc',
142 'lib/lib_values_unittest.cc', 141 'lib/lib_values_unittest.cc',
143 'lib/machine_id_unittest.cc', 142 'lib/machine_id_unittest.cc',
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 ], 178 ],
180 'dependencies': [ 179 'dependencies': [
181 ':rlz_lib', 180 ':rlz_lib',
182 '../third_party/zlib/zlib.gyp:zlib', 181 '../third_party/zlib/zlib.gyp:zlib',
183 ], 182 ],
184 }, 183 },
185 ], 184 ],
186 }], 185 }],
187 ], 186 ],
188 } 187 }
OLDNEW
« no previous file with comments | « net/net_common.gypi ('k') | third_party/libaddressinput/libaddressinput.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698