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

Side by Side Diff: sync/sync.gyp

Issue 10455012: [Sync] Add support for performing a GetKey on startup. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 8 years, 5 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) 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'engine/build_commit_command.cc', 70 'engine/build_commit_command.cc',
71 'engine/build_commit_command.h', 71 'engine/build_commit_command.h',
72 'engine/commit.cc', 72 'engine/commit.cc',
73 'engine/commit.h', 73 'engine/commit.h',
74 'engine/conflict_resolver.cc', 74 'engine/conflict_resolver.cc',
75 'engine/conflict_resolver.h', 75 'engine/conflict_resolver.h',
76 'engine/download_updates_command.cc', 76 'engine/download_updates_command.cc',
77 'engine/download_updates_command.h', 77 'engine/download_updates_command.h',
78 'engine/get_commit_ids_command.cc', 78 'engine/get_commit_ids_command.cc',
79 'engine/get_commit_ids_command.h', 79 'engine/get_commit_ids_command.h',
80 'engine/get_key_command.cc',
81 'engine/get_key_command.h',
80 'engine/model_changing_syncer_command.cc', 82 'engine/model_changing_syncer_command.cc',
81 'engine/model_changing_syncer_command.h', 83 'engine/model_changing_syncer_command.h',
82 'engine/net/server_connection_manager.cc', 84 'engine/net/server_connection_manager.cc',
83 'engine/net/server_connection_manager.h', 85 'engine/net/server_connection_manager.h',
84 'engine/net/url_translator.cc', 86 'engine/net/url_translator.cc',
85 'engine/net/url_translator.h', 87 'engine/net/url_translator.h',
86 'engine/nudge_source.cc', 88 'engine/nudge_source.cc',
87 'engine/nudge_source.h', 89 'engine/nudge_source.h',
88 'engine/process_commit_response_command.cc', 90 'engine/process_commit_response_command.cc',
89 'engine/process_commit_response_command.h', 91 'engine/process_commit_response_command.h',
(...skipping 722 matching lines...) Expand 10 before | Expand all | Expand 10 after
812 'test_suite_name': 'sync_unit_tests', 814 'test_suite_name': 'sync_unit_tests',
813 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)', 815 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)sync_unit _tests<(SHARED_LIB_SUFFIX)',
814 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] , 816 'input_jars_paths': [ '<(PRODUCT_DIR)/lib.java/chromium_base.jar', ] ,
815 }, 817 },
816 'includes': [ '../build/apk_test.gypi' ], 818 'includes': [ '../build/apk_test.gypi' ],
817 }, 819 },
818 ], 820 ],
819 }], 821 }],
820 ], 822 ],
821 } 823 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698