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

Side by Side Diff: sync/sync_core.gypi

Issue 14963003: Use the machine hostname on Linux machines for the sync session name rather than (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: Created 7 years, 7 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 | « AUTHORS ('k') | sync/util/get_session_name.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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 'include_dirs': [ 6 'include_dirs': [
7 '..', 7 '..',
8 ], 8 ],
9 'defines': [ 9 'defines': [
10 'SYNC_IMPLEMENTATION', 10 'SYNC_IMPLEMENTATION',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 'util/data_encryption_win.h', 174 'util/data_encryption_win.h',
175 175
176 'util/data_type_histogram.h', 176 'util/data_type_histogram.h',
177 'util/encryptor.h', 177 'util/encryptor.h',
178 'util/extensions_activity_monitor.cc', 178 'util/extensions_activity_monitor.cc',
179 'util/extensions_activity_monitor.h', 179 'util/extensions_activity_monitor.h',
180 'util/get_session_name.cc', 180 'util/get_session_name.cc',
181 'util/get_session_name.h', 181 'util/get_session_name.h',
182 'util/get_session_name_ios.mm', 182 'util/get_session_name_ios.mm',
183 'util/get_session_name_ios.h', 183 'util/get_session_name_ios.h',
184 'util/get_session_name_linux.cc',
185 'util/get_session_name_linux.h',
184 'util/get_session_name_mac.mm', 186 'util/get_session_name_mac.mm',
185 'util/get_session_name_mac.h', 187 'util/get_session_name_mac.h',
186 'util/get_session_name_win.cc', 188 'util/get_session_name_win.cc',
187 'util/get_session_name_win.h', 189 'util/get_session_name_win.h',
188 'util/logging.cc', 190 'util/logging.cc',
189 'util/logging.h', 191 'util/logging.h',
190 'util/nigori.cc', 192 'util/nigori.cc',
191 'util/nigori.h', 193 'util/nigori.h',
192 'util/time.cc', 194 'util/time.cc',
193 'util/time.h', 195 'util/time.h',
194 ], 196 ],
195 } 197 }
OLDNEW
« no previous file with comments | « AUTHORS ('k') | sync/util/get_session_name.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698