OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |