Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(306)

Side by Side Diff: components/sync/protocol/protocol.gypi

Issue 2130453004: [Sync] Move //sync to //components/sync. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 }
OLDNEW
« no previous file with comments | « components/sync/protocol/proto_value_conversions_unittest.cc ('k') | components/sync/protocol/protocol_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698