| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 # The directory that contains the sync protocol buffer definitions. | 7 # The directory that contains the sync protocol buffer definitions. |
| 8 # This variable can be overridden for other builds that require the proto | 8 # This variable can be overridden for other builds that require the proto |
| 9 # files to be stored in an intermediate directory. | 9 # files to be stored in an intermediate directory. |
| 10 'sync_proto_sources_dir%': '.', | 10 'sync_proto_sources_dir%': '.', |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 '<(sync_proto_sources_dir)/synced_notification_app_info_specifics.proto', | 51 '<(sync_proto_sources_dir)/synced_notification_app_info_specifics.proto', |
| 52 '<(sync_proto_sources_dir)/synced_notification_specifics.proto', | 52 '<(sync_proto_sources_dir)/synced_notification_specifics.proto', |
| 53 '<(sync_proto_sources_dir)/test.proto', | 53 '<(sync_proto_sources_dir)/test.proto', |
| 54 '<(sync_proto_sources_dir)/theme_specifics.proto', | 54 '<(sync_proto_sources_dir)/theme_specifics.proto', |
| 55 '<(sync_proto_sources_dir)/typed_url_specifics.proto', | 55 '<(sync_proto_sources_dir)/typed_url_specifics.proto', |
| 56 '<(sync_proto_sources_dir)/unique_position.proto', | 56 '<(sync_proto_sources_dir)/unique_position.proto', |
| 57 '<(sync_proto_sources_dir)/wifi_credential_specifics.proto', | 57 '<(sync_proto_sources_dir)/wifi_credential_specifics.proto', |
| 58 ], | 58 ], |
| 59 }, | 59 }, |
| 60 } | 60 } |
| OLD | NEW |