[email protected] | c0df3036 | 2012-01-04 16:15:46 | [diff] [blame] | 1 | # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 2 | # 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] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 11 | 'target_name': 'sync_proto', |
[email protected] | f30e11dc | 2011-08-19 18:19:52 | [diff] [blame] | 12 | 'type': 'static_library', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 13 | 'sources': [ |
[email protected] | 1d2f535 | 2011-09-29 22:45:12 | [diff] [blame] | 14 | 'app_notification_specifics.proto', |
[email protected] | 27cc733 | 2011-11-01 01:56:43 | [diff] [blame] | 15 | 'app_setting_specifics.proto', |
[email protected] | 017ec4b | 2010-08-06 08:41:19 | [diff] [blame] | 16 | 'app_specifics.proto', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 17 | 'autofill_specifics.proto', |
| 18 | 'bookmark_specifics.proto', |
[email protected] | c0df3036 | 2012-01-04 16:15:46 | [diff] [blame] | 19 | 'client_commands.proto', |
[email protected] | abd6c184 | 2011-10-15 20:19:06 | [diff] [blame] | 20 | 'client_debug_info.proto', |
[email protected] | de4963c | 2012-03-24 02:17:30 | [diff] [blame] | 21 | 'get_updates_caller_info.proto', |
[email protected] | c0df3036 | 2012-01-04 16:15:46 | [diff] [blame] | 22 | 'encryption.proto', |
[email protected] | adfc546 | 2011-09-21 19:07:13 | [diff] [blame] | 23 | 'extension_setting_specifics.proto', |
[email protected] | d643f41 | 2010-06-09 03:06:03 | [diff] [blame] | 24 | 'extension_specifics.proto', |
[email protected] | e09b39da | 2010-06-11 23:06:49 | [diff] [blame] | 25 | 'nigori_specifics.proto', |
[email protected] | 58fe01937 | 2010-05-07 22:50:29 | [diff] [blame] | 26 | 'password_specifics.proto', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 27 | 'preference_specifics.proto', |
[email protected] | 18b8542 | 2011-06-28 15:34:31 | [diff] [blame] | 28 | 'search_engine_specifics.proto', |
[email protected] | 653d451 | 2010-08-13 01:01:53 | [diff] [blame] | 29 | 'session_specifics.proto', |
[email protected] | c0df3036 | 2012-01-04 16:15:46 | [diff] [blame] | 30 | 'sync.proto', |
| 31 | 'sync_enums.proto', |
[email protected] | 44473f80 | 2010-09-27 20:30:27 | [diff] [blame] | 32 | 'test.proto', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 33 | 'theme_specifics.proto', |
| 34 | 'typed_url_specifics.proto', |
| 35 | ], |
[email protected] | f30e11dc | 2011-08-19 18:19:52 | [diff] [blame] | 36 | 'variables': { |
[email protected] | 1bcf30e | 2012-03-10 01:06:41 | [diff] [blame] | 37 | 'proto_out_dir': 'sync/protocol', |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 38 | }, |
[email protected] | 1bcf30e | 2012-03-10 01:06:41 | [diff] [blame] | 39 | 'includes': ['../../build/protoc.gypi'], |
[email protected] | 298883bc | 2010-04-30 14:50:58 | [diff] [blame] | 40 | }, |
| 41 | ], |
| 42 | } |