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

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

Issue 7051014: Globally replace <(library) with static_library (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/app/policy/cloud_policy_codegen.gyp ('k') | chrome/chrome.gyp » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out', 8 'protoc_out_dir': '<(SHARED_INTERMEDIATE_DIR)/protoc_out',
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 ], 49 ],
50 'message': 'Generating C++ and Python code from <(RULE_INPUT_PATH)', 50 'message': 'Generating C++ and Python code from <(RULE_INPUT_PATH)',
51 }, 51 },
52 ], 52 ],
53 'dependencies': [ 53 'dependencies': [
54 '../../../../third_party/protobuf/protobuf.gyp:protoc#host', 54 '../../../../third_party/protobuf/protobuf.gyp:protoc#host',
55 ], 55 ],
56 }, 56 },
57 { 57 {
58 'target_name': 'sync_proto_cpp', 58 'target_name': 'sync_proto_cpp',
59 'type': '<(library)', 59 'type': 'static_library',
60 'sources': [ 60 'sources': [
61 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.cc', 61 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.cc',
62 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h', 62 '<(protoc_out_dir)/chrome/browser/sync/protocol/sync.pb.h',
63 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.cc', 63 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.cc',
64 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.h', 64 '<(protoc_out_dir)/chrome/browser/sync/protocol/encryption.pb.h',
65 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.cc', 65 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.cc',
66 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.h', 66 '<(protoc_out_dir)/chrome/browser/sync/protocol/app_specifics.pb.h',
67 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc ', 67 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.cc ',
68 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h' , 68 '<(protoc_out_dir)/chrome/browser/sync/protocol/autofill_specifics.pb.h' ,
69 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.cc ', 69 '<(protoc_out_dir)/chrome/browser/sync/protocol/bookmark_specifics.pb.cc ',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
101 'hard_dependency': 1, 101 'hard_dependency': 1,
102 }, 102 },
103 ], 103 ],
104 } 104 }
105 105
106 # Local Variables: 106 # Local Variables:
107 # tab-width:2 107 # tab-width:2
108 # indent-tabs-mode:nil 108 # indent-tabs-mode:nil
109 # End: 109 # End:
110 # vim: set expandtab tabstop=2 shiftwidth=2: 110 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/app/policy/cloud_policy_codegen.gyp ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698