blob: c9d562775a60dabd9d6c623f6bd5b0d996e8fc37 [file] [log] [blame]
[email protected]c0df30362012-01-04 16:15:461# Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]298883bc2010-04-30 14:50:582# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5{
6 'variables': {
7 'chromium_code': 1,
8 },
9 'targets': [
10 {
[email protected]298883bc2010-04-30 14:50:5811 'target_name': 'sync_proto',
[email protected]f30e11dc2011-08-19 18:19:5212 'type': 'static_library',
[email protected]298883bc2010-04-30 14:50:5813 'sources': [
[email protected]1d2f5352011-09-29 22:45:1214 'app_notification_specifics.proto',
[email protected]27cc7332011-11-01 01:56:4315 'app_setting_specifics.proto',
[email protected]017ec4b2010-08-06 08:41:1916 'app_specifics.proto',
[email protected]298883bc2010-04-30 14:50:5817 'autofill_specifics.proto',
18 'bookmark_specifics.proto',
[email protected]c0df30362012-01-04 16:15:4619 'client_commands.proto',
[email protected]abd6c1842011-10-15 20:19:0620 'client_debug_info.proto',
[email protected]de4963c2012-03-24 02:17:3021 'get_updates_caller_info.proto',
[email protected]c0df30362012-01-04 16:15:4622 'encryption.proto',
[email protected]adfc5462011-09-21 19:07:1323 'extension_setting_specifics.proto',
[email protected]d643f412010-06-09 03:06:0324 'extension_specifics.proto',
[email protected]e09b39da2010-06-11 23:06:4925 'nigori_specifics.proto',
[email protected]58fe019372010-05-07 22:50:2926 'password_specifics.proto',
[email protected]298883bc2010-04-30 14:50:5827 'preference_specifics.proto',
[email protected]18b85422011-06-28 15:34:3128 'search_engine_specifics.proto',
[email protected]653d4512010-08-13 01:01:5329 'session_specifics.proto',
[email protected]c0df30362012-01-04 16:15:4630 'sync.proto',
31 'sync_enums.proto',
[email protected]44473f802010-09-27 20:30:2732 'test.proto',
[email protected]298883bc2010-04-30 14:50:5833 'theme_specifics.proto',
34 'typed_url_specifics.proto',
35 ],
[email protected]f30e11dc2011-08-19 18:19:5236 'variables': {
[email protected]1bcf30e2012-03-10 01:06:4137 'proto_out_dir': 'sync/protocol',
[email protected]298883bc2010-04-30 14:50:5838 },
[email protected]1bcf30e2012-03-10 01:06:4139 'includes': ['../../build/protoc.gypi'],
[email protected]298883bc2010-04-30 14:50:5840 },
41 ],
42}