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

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: Comments. Rest of unit tests. 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 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 'browser/sync/syncable/autofill_migration.h', 982 'browser/sync/syncable/autofill_migration.h',
983 'browser/sync/syncable/blob.h', 983 'browser/sync/syncable/blob.h',
984 'browser/sync/syncable/dir_open_result.h', 984 'browser/sync/syncable/dir_open_result.h',
985 'browser/sync/syncable/directory_backing_store.cc', 985 'browser/sync/syncable/directory_backing_store.cc',
986 'browser/sync/syncable/directory_backing_store.h', 986 'browser/sync/syncable/directory_backing_store.h',
987 'browser/sync/syncable/directory_event.h', 987 'browser/sync/syncable/directory_event.h',
988 'browser/sync/syncable/directory_manager.cc', 988 'browser/sync/syncable/directory_manager.cc',
989 'browser/sync/syncable/directory_manager.h', 989 'browser/sync/syncable/directory_manager.h',
990 'browser/sync/syncable/model_type.cc', 990 'browser/sync/syncable/model_type.cc',
991 'browser/sync/syncable/model_type.h', 991 'browser/sync/syncable/model_type.h',
992 'browser/sync/syncable/nigori_util.cc',
993 'browser/sync/syncable/nigori_util.h',
992 'browser/sync/syncable/path_name_cmp.h', 994 'browser/sync/syncable/path_name_cmp.h',
993 'browser/sync/syncable/syncable-inl.h', 995 'browser/sync/syncable/syncable-inl.h',
994 'browser/sync/syncable/syncable.cc', 996 'browser/sync/syncable/syncable.cc',
995 'browser/sync/syncable/syncable.h', 997 'browser/sync/syncable/syncable.h',
996 'browser/sync/syncable/syncable_changes_version.h', 998 'browser/sync/syncable/syncable_changes_version.h',
997 'browser/sync/syncable/syncable_columns.h', 999 'browser/sync/syncable/syncable_columns.h',
998 'browser/sync/syncable/syncable_id.cc', 1000 'browser/sync/syncable/syncable_id.cc',
999 'browser/sync/syncable/syncable_id.h', 1001 'browser/sync/syncable/syncable_id.h',
1000 'browser/sync/util/channel.h', 1002 'browser/sync/util/channel.h',
1001 'browser/sync/util/crypto_helpers.cc', 1003 'browser/sync/util/crypto_helpers.cc',
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1920 }], # targets 1922 }], # targets
1921 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris" 1923 }], # OS=="linux" or OS=="freebsd" or OS=="openbsd" or OS=="solaris"
1922 ], # 'conditions' 1924 ], # 'conditions'
1923 } 1925 }
1924 1926
1925 # Local Variables: 1927 # Local Variables:
1926 # tab-width:2 1928 # tab-width:2
1927 # indent-tabs-mode:nil 1929 # indent-tabs-mode:nil
1928 # End: 1930 # End:
1929 # vim: set expandtab tabstop=2 shiftwidth=2: 1931 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698