| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'include_dirs': [ | 6 'include_dirs': [ |
| 7 '..', | 7 '..', |
| 8 ], | 8 ], |
| 9 'defines': [ | 9 'defines': [ |
| 10 'SYNC_IMPLEMENTATION', | 10 'SYNC_IMPLEMENTATION', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 'protocol/get_updates_caller_info.proto', | 26 'protocol/get_updates_caller_info.proto', |
| 27 'protocol/history_delete_directive_specifics.proto', | 27 'protocol/history_delete_directive_specifics.proto', |
| 28 'protocol/nigori_specifics.proto', | 28 'protocol/nigori_specifics.proto', |
| 29 'protocol/password_specifics.proto', | 29 'protocol/password_specifics.proto', |
| 30 'protocol/preference_specifics.proto', | 30 'protocol/preference_specifics.proto', |
| 31 'protocol/priority_preference_specifics.proto', | 31 'protocol/priority_preference_specifics.proto', |
| 32 'protocol/search_engine_specifics.proto', | 32 'protocol/search_engine_specifics.proto', |
| 33 'protocol/session_specifics.proto', | 33 'protocol/session_specifics.proto', |
| 34 'protocol/sync.proto', | 34 'protocol/sync.proto', |
| 35 'protocol/sync_enums.proto', | 35 'protocol/sync_enums.proto', |
| 36 'protocol/synced_notification_data.proto', |
| 37 'protocol/synced_notification_render.proto', |
| 36 'protocol/synced_notification_specifics.proto', | 38 'protocol/synced_notification_specifics.proto', |
| 37 'protocol/test.proto', | 39 'protocol/test.proto', |
| 38 'protocol/theme_specifics.proto', | 40 'protocol/theme_specifics.proto', |
| 39 'protocol/typed_url_specifics.proto', | 41 'protocol/typed_url_specifics.proto', |
| 40 'protocol/unique_position.proto', | 42 'protocol/unique_position.proto', |
| 41 ], | 43 ], |
| 42 'variables': { | 44 'variables': { |
| 43 'proto_in_dir': './protocol', | 45 'proto_in_dir': './protocol', |
| 44 'proto_out_dir': 'sync/protocol', | 46 'proto_out_dir': 'sync/protocol', |
| 45 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:', | 47 'cc_generator_options': 'dllexport_decl=SYNC_EXPORT:', |
| 46 'cc_include': 'sync/base/sync_export.h', | 48 'cc_include': 'sync/base/sync_export.h', |
| 47 }, | 49 }, |
| 48 'includes': [ | 50 'includes': [ |
| 49 '../build/protoc.gypi' | 51 '../build/protoc.gypi' |
| 50 ], | 52 ], |
| 51 } | 53 } |
| OLD | NEW |