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

Side by Side Diff: third_party/cacheinvalidation/cacheinvalidation.gyp

Issue 1748012: Rolled cacheinvalidation to @13. (Closed)
Patch Set: Created 10 years, 8 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
« no previous file with comments | « third_party/cacheinvalidation/README.chromium ('k') | no next file » | 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 # The root directory for the proto files. 7 # The root directory for the proto files.
8 'proto_dir_root': 'files/src', 8 'proto_dir_root': 'files/src',
9 # The relative path of the cacheinvalidation proto files from 9 # The relative path of the cacheinvalidation proto files from
10 # proto_dir_root. 10 # proto_dir_root.
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'files/src/google/cacheinvalidation/invalidation-client-impl.h', 91 'files/src/google/cacheinvalidation/invalidation-client-impl.h',
92 'files/src/google/cacheinvalidation/invalidation-client.cc', 92 'files/src/google/cacheinvalidation/invalidation-client.cc',
93 'files/src/google/cacheinvalidation/invalidation-client.h', 93 'files/src/google/cacheinvalidation/invalidation-client.h',
94 'files/src/google/cacheinvalidation/log-macro.h', 94 'files/src/google/cacheinvalidation/log-macro.h',
95 'files/src/google/cacheinvalidation/network-manager.cc', 95 'files/src/google/cacheinvalidation/network-manager.cc',
96 'files/src/google/cacheinvalidation/network-manager.h', 96 'files/src/google/cacheinvalidation/network-manager.h',
97 'files/src/google/cacheinvalidation/registration-update-manager.cc', 97 'files/src/google/cacheinvalidation/registration-update-manager.cc',
98 'files/src/google/cacheinvalidation/registration-update-manager.h', 98 'files/src/google/cacheinvalidation/registration-update-manager.h',
99 'files/src/google/cacheinvalidation/session-manager.cc', 99 'files/src/google/cacheinvalidation/session-manager.cc',
100 'files/src/google/cacheinvalidation/session-manager.h', 100 'files/src/google/cacheinvalidation/session-manager.h',
101 'files/src/google/cacheinvalidation/throttle.cc',
102 'files/src/google/cacheinvalidation/throttle.h',
101 ], 103 ],
102 'include_dirs': [ 104 'include_dirs': [
103 './overrides', 105 './overrides',
104 './files/src', 106 './files/src',
105 ], 107 ],
106 'dependencies': [ 108 'dependencies': [
107 '../../base/base.gyp:base', 109 '../../base/base.gyp:base',
108 'cacheinvalidation_proto_cc', 110 'cacheinvalidation_proto_cc',
109 ], 111 ],
110 'direct_dependent_settings': { 112 'direct_dependent_settings': {
111 'include_dirs': [ 113 'include_dirs': [
112 './overrides', 114 './overrides',
113 './files/src', 115 './files/src',
114 ], 116 ],
115 }, 117 },
116 'export_dependent_settings': [ 118 'export_dependent_settings': [
117 'cacheinvalidation_proto_cc', 119 'cacheinvalidation_proto_cc',
118 ], 120 ],
119 }, 121 },
120 # Unittests for the cache invalidation library. 122 # Unittests for the cache invalidation library.
121 # TODO(akalin): Add these to build/all.gyp. 123 # TODO(akalin): Add these to build/all.gyp.
122 { 124 {
123 'target_name': 'cacheinvalidation_unittests', 125 'target_name': 'cacheinvalidation_unittests',
124 'type': 'executable', 126 'type': 'executable',
125 'sources': [ 127 'sources': [
126 'files/src/google/cacheinvalidation/system-resources-for-test.h', 128 'files/src/google/cacheinvalidation/system-resources-for-test.h',
127 'files/src/google/cacheinvalidation/invalidation-client-impl_test.cc', 129 'files/src/google/cacheinvalidation/invalidation-client-impl_test.cc',
130 'files/src/google/cacheinvalidation/throttle_test.cc',
128 ], 131 ],
129 'dependencies': [ 132 'dependencies': [
130 '../../base/base.gyp:base', 133 '../../base/base.gyp:base',
131 '../../testing/gtest.gyp:gtest', 134 '../../testing/gtest.gyp:gtest',
132 '../../testing/gtest.gyp:gtestmain', 135 '../../testing/gtest.gyp:gtestmain',
133 'cacheinvalidation', 136 'cacheinvalidation',
134 ], 137 ],
135 }, 138 },
136 ], 139 ],
137 } 140 }
138 141
139 # Local Variables: 142 # Local Variables:
140 # tab-width:2 143 # tab-width:2
141 # indent-tabs-mode:nil 144 # indent-tabs-mode:nil
142 # End: 145 # End:
143 # vim: set expandtab tabstop=2 shiftwidth=2: 146 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « third_party/cacheinvalidation/README.chromium ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698