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

Side by Side Diff: sync/protocol/sync_proto.gyp

Issue 11745024: Synced Notification Sync Change Processor (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Lint fixes Created 7 years, 10 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 (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 {
(...skipping 15 matching lines...) Expand all
26 'get_updates_caller_info.proto', 26 'get_updates_caller_info.proto',
27 'history_delete_directive_specifics.proto', 27 'history_delete_directive_specifics.proto',
28 'nigori_specifics.proto', 28 'nigori_specifics.proto',
29 'password_specifics.proto', 29 'password_specifics.proto',
30 'preference_specifics.proto', 30 'preference_specifics.proto',
31 'priority_preference_specifics.proto', 31 'priority_preference_specifics.proto',
32 'search_engine_specifics.proto', 32 'search_engine_specifics.proto',
33 'session_specifics.proto', 33 'session_specifics.proto',
34 'sync.proto', 34 'sync.proto',
35 'sync_enums.proto', 35 'sync_enums.proto',
36 'synced_notification_data.proto',
37 'synced_notification_render.proto',
36 'synced_notification_specifics.proto', 38 'synced_notification_specifics.proto',
37 'test.proto', 39 'test.proto',
38 'theme_specifics.proto', 40 'theme_specifics.proto',
39 'typed_url_specifics.proto', 41 'typed_url_specifics.proto',
40 ], 42 ],
41 'variables': { 43 'variables': {
42 'proto_out_dir': 'sync/protocol', 44 'proto_out_dir': 'sync/protocol',
43 }, 45 },
44 'includes': ['../../build/protoc.gypi'], 46 'includes': ['../../build/protoc.gypi'],
45 }, 47 },
46 ], 48 ],
47 } 49 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698