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

Side by Side Diff: sync/sync.gyp

Issue 10917246: [Sync] Add keystore encryption info to about:sync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 3 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 | « sync/internal_api/sync_manager_impl.cc ('k') | no next file » | 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 }, 8 },
9 'targets': [ 9 'targets': [
10 # The core sync library. 10 # The core sync library.
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 'api/sync_data.h', 395 'api/sync_data.h',
396 'api/sync_data.cc', 396 'api/sync_data.cc',
397 'api/sync_change.h', 397 'api/sync_change.h',
398 'api/sync_change.cc', 398 'api/sync_change.cc',
399 'api/sync_change_processor.h', 399 'api/sync_change_processor.h',
400 'api/sync_change_processor.cc', 400 'api/sync_change_processor.cc',
401 'api/sync_error.h', 401 'api/sync_error.h',
402 'api/sync_error.cc', 402 'api/sync_error.cc',
403 'api/sync_error_factory.h', 403 'api/sync_error_factory.h',
404 'api/sync_error_factory.cc', 404 'api/sync_error_factory.cc',
405 'api/time.h',
405 ], 406 ],
406 }, 407 },
407 408
408 # Test support files for the 'sync' target. 409 # Test support files for the 'sync' target.
409 { 410 {
410 'target_name': 'test_support_sync', 411 'target_name': 'test_support_sync',
411 'type': 'static_library', 412 'type': 'static_library',
412 'variables': { 'enable_wexit_time_destructors': 1, }, 413 'variables': { 'enable_wexit_time_destructors': 1, },
413 'include_dirs': [ 414 'include_dirs': [
414 '..', 415 '..',
(...skipping 463 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 'variables': { 879 'variables': {
879 'test_suite_name': 'sync_unit_tests', 880 'test_suite_name': 'sync_unit_tests',
880 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 881 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
881 }, 882 },
882 'includes': [ '../build/apk_test.gypi' ], 883 'includes': [ '../build/apk_test.gypi' ],
883 }, 884 },
884 ], 885 ],
885 }], 886 }],
886 ], 887 ],
887 } 888 }
OLDNEW
« no previous file with comments | « sync/internal_api/sync_manager_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698