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

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

Issue 8313002: Revert 105667 - Send important client side event information to the server. We create a class cal... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/browser/sync/sessions/session_state.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sync.proto', 14 'sync.proto',
15 'encryption.proto', 15 'encryption.proto',
16 'app_notification_specifics.proto', 16 'app_notification_specifics.proto',
17 'app_specifics.proto', 17 'app_specifics.proto',
18 'autofill_specifics.proto', 18 'autofill_specifics.proto',
19 'bookmark_specifics.proto', 19 'bookmark_specifics.proto',
20 'client_debug_info.proto',
21 'extension_setting_specifics.proto', 20 'extension_setting_specifics.proto',
22 'extension_specifics.proto', 21 'extension_specifics.proto',
23 'nigori_specifics.proto', 22 'nigori_specifics.proto',
24 'password_specifics.proto', 23 'password_specifics.proto',
25 'preference_specifics.proto', 24 'preference_specifics.proto',
26 'search_engine_specifics.proto', 25 'search_engine_specifics.proto',
27 'session_specifics.proto', 26 'session_specifics.proto',
28 'test.proto', 27 'test.proto',
29 'theme_specifics.proto', 28 'theme_specifics.proto',
30 'typed_url_specifics.proto', 29 'typed_url_specifics.proto',
31 ], 30 ],
32 'variables': { 31 'variables': {
33 'proto_out_dir': 'chrome/browser/sync/protocol', 32 'proto_out_dir': 'chrome/browser/sync/protocol',
34 }, 33 },
35 'includes': ['../../../../build/protoc.gypi'], 34 'includes': ['../../../../build/protoc.gypi'],
36 }, 35 },
37 ], 36 ],
38 } 37 }
OLDNEW
« no previous file with comments | « chrome/browser/sync/protocol/sync.proto ('k') | chrome/browser/sync/sessions/session_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698