| 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 { | 10 { |
| 11 'target_name': 'sync_proto', | 11 'target_name': 'sync_proto', |
| 12 'type': 'static_library', | 12 'type': 'static_library', |
| 13 'sources': [ | 13 'sources': [ |
| 14 'app_notification_specifics.proto', | 14 'app_notification_specifics.proto', |
| 15 'app_setting_specifics.proto', | 15 'app_setting_specifics.proto', |
| 16 'app_specifics.proto', | 16 'app_specifics.proto', |
| 17 'autofill_specifics.proto', | 17 'autofill_specifics.proto', |
| 18 'bookmark_specifics.proto', | 18 'bookmark_specifics.proto', |
| 19 'client_commands.proto', | 19 'client_commands.proto', |
| 20 'client_debug_info.proto', | 20 'client_debug_info.proto', |
| 21 'get_updates_caller_info.proto', | 21 'device_info_specifics.proto', |
| 22 'encryption.proto', | 22 'encryption.proto', |
| 23 'extension_setting_specifics.proto', | 23 'extension_setting_specifics.proto', |
| 24 'extension_specifics.proto', | 24 'extension_specifics.proto', |
| 25 'get_updates_caller_info.proto', |
| 25 'nigori_specifics.proto', | 26 'nigori_specifics.proto', |
| 26 'password_specifics.proto', | 27 'password_specifics.proto', |
| 27 'preference_specifics.proto', | 28 'preference_specifics.proto', |
| 28 'search_engine_specifics.proto', | 29 'search_engine_specifics.proto', |
| 29 'session_specifics.proto', | 30 'session_specifics.proto', |
| 30 'sync.proto', | 31 'sync.proto', |
| 31 'sync_enums.proto', | 32 'sync_enums.proto', |
| 32 'test.proto', | 33 'test.proto', |
| 33 'theme_specifics.proto', | 34 'theme_specifics.proto', |
| 34 'typed_url_specifics.proto', | 35 'typed_url_specifics.proto', |
| 35 ], | 36 ], |
| 36 'variables': { | 37 'variables': { |
| 37 'proto_out_dir': 'sync/protocol', | 38 'proto_out_dir': 'sync/protocol', |
| 38 }, | 39 }, |
| 39 'includes': ['../../build/protoc.gypi'], | 40 'includes': ['../../build/protoc.gypi'], |
| 40 }, | 41 }, |
| 41 ], | 42 ], |
| 42 } | 43 } |
| OLD | NEW |