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

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

Issue 9668028: [Sync] Create new top-level sync/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync to head Created 8 years, 9 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 | « sync/protocol/sync_enums.proto ('k') | sync/protocol/test.proto » ('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) 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 'preference_specifics.proto', 26 'preference_specifics.proto',
27 'search_engine_specifics.proto', 27 'search_engine_specifics.proto',
28 'session_specifics.proto', 28 'session_specifics.proto',
29 'sync.proto', 29 'sync.proto',
30 'sync_enums.proto', 30 'sync_enums.proto',
31 'test.proto', 31 'test.proto',
32 'theme_specifics.proto', 32 'theme_specifics.proto',
33 'typed_url_specifics.proto', 33 'typed_url_specifics.proto',
34 ], 34 ],
35 'variables': { 35 'variables': {
36 'proto_out_dir': 'chrome/browser/sync/protocol', 36 'proto_out_dir': 'sync/protocol',
37 }, 37 },
38 'includes': ['../../../../build/protoc.gypi'], 38 'includes': ['../../build/protoc.gypi'],
39 }, 39 },
40 ], 40 ],
41 } 41 }
OLDNEW
« no previous file with comments | « sync/protocol/sync_enums.proto ('k') | sync/protocol/test.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698