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

Side by Side Diff: chrome/chrome.gyp

Issue 6465005: [Sync] Initial support for encrypting any datatype (no UI hookup yet). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Self review Created 9 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 7
8 'variables': { 8 'variables': {
9 'version_py_path': 'tools/build/version.py', 9 'version_py_path': 'tools/build/version.py',
10 'version_path': 'VERSION', 10 'version_path': 'VERSION',
(...skipping 959 matching lines...) Expand 10 before | Expand all | Expand 10 after
970 'browser/sync/syncable/autofill_migration.h', 970 'browser/sync/syncable/autofill_migration.h',
971 'browser/sync/syncable/blob.h', 971 'browser/sync/syncable/blob.h',
972 'browser/sync/syncable/dir_open_result.h', 972 'browser/sync/syncable/dir_open_result.h',
973 'browser/sync/syncable/directory_backing_store.cc', 973 'browser/sync/syncable/directory_backing_store.cc',
974 'browser/sync/syncable/directory_backing_store.h', 974 'browser/sync/syncable/directory_backing_store.h',
975 'browser/sync/syncable/directory_event.h', 975 'browser/sync/syncable/directory_event.h',
976 'browser/sync/syncable/directory_manager.cc', 976 'browser/sync/syncable/directory_manager.cc',
977 'browser/sync/syncable/directory_manager.h', 977 'browser/sync/syncable/directory_manager.h',
978 'browser/sync/syncable/model_type.cc', 978 'browser/sync/syncable/model_type.cc',
979 'browser/sync/syncable/model_type.h', 979 'browser/sync/syncable/model_type.h',
980 'browser/sync/syncable/nigori_util.cc',
981 'browser/sync/syncable/nigori_util.h',
980 'browser/sync/syncable/path_name_cmp.h', 982 'browser/sync/syncable/path_name_cmp.h',
981 'browser/sync/syncable/syncable-inl.h', 983 'browser/sync/syncable/syncable-inl.h',
982 'browser/sync/syncable/syncable.cc', 984 'browser/sync/syncable/syncable.cc',
983 'browser/sync/syncable/syncable.h', 985 'browser/sync/syncable/syncable.h',
984 'browser/sync/syncable/syncable_changes_version.h', 986 'browser/sync/syncable/syncable_changes_version.h',
985 'browser/sync/syncable/syncable_columns.h', 987 'browser/sync/syncable/syncable_columns.h',
986 'browser/sync/syncable/syncable_id.cc', 988 'browser/sync/syncable/syncable_id.cc',
987 'browser/sync/syncable/syncable_id.h', 989 'browser/sync/syncable/syncable_id.h',
988 'browser/sync/util/channel.h', 990 'browser/sync/util/channel.h',
989 'browser/sync/util/crypto_helpers.cc', 991 'browser/sync/util/crypto_helpers.cc',
(...skipping 919 matching lines...) Expand 10 before | Expand all | Expand 10 after
1909 }], # targets 1911 }], # targets
1910 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1912 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1911 ], # 'conditions' 1913 ], # 'conditions'
1912 } 1914 }
1913 1915
1914 # Local Variables: 1916 # Local Variables:
1915 # tab-width:2 1917 # tab-width:2
1916 # indent-tabs-mode:nil 1918 # indent-tabs-mode:nil
1917 # End: 1919 # End:
1918 # vim: set expandtab tabstop=2 shiftwidth=2: 1920 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698